2026-07-07 13:14:01.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 13:14:01.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 13:14:01.8|Debug|ProcessProvider| - [153] Prowlarr
2026-07-07 13:14:01.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:14:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:14:01.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0459745s
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0462308s
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2026-07-07 13:14:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2026-07-07 13:14:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2026-07-07 13:14:01.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007502s
2026-07-07 13:14:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0326853s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007142s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012854s
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0395433s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00083s
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129013s
2026-07-07 13:14:02.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2026-07-07 13:14:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.0|Info|InitialSetup|Starting migration of Log DB to 1
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005494s
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035917s
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2026-07-07T13:14:02', 'InitialSetup')
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0252163s
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.1|Info|ApplicationStatus|Starting migration of Log DB to 2
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2026-07-07T13:14:02', 'ApplicationStatus')
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0161047s
2026-07-07 13:14:02.1|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating
2026-07-07 13:14:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.1|Info|IndexerProps|Starting migration of Log DB to 3
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2026-07-07T13:14:02', 'IndexerProps')
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0956862s
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.2|Info|add_update_history|Starting migration of Log DB to 4
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015889s
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027296s
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2026-07-07T13:14:02', 'add_update_history')
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0306446s
2026-07-07 13:14:02.2|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating
2026-07-07 13:14:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|update_notifiarr|Starting migration of Log DB to 5
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2026-07-07T13:14:02', 'update_notifiarr')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0106587s
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|app_profiles|Starting migration of Log DB to 6
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2026-07-07T13:14:02', 'app_profiles')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0213908s
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|history_failed|Starting migration of Log DB to 7
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2026-07-07T13:14:02', 'history_failed')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127552s
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|redacted_api|Starting migration of Log DB to 8
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2026-07-07T13:14:02', 'redacted_api')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096071s
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|IndexerProxies|Starting migration of Log DB to 10
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2026-07-07T13:14:02', 'IndexerProxies')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0168633s
2026-07-07 13:14:02.3|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.3|Info|app_indexer_remote_name|Starting migration of Log DB to 11
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2026-07-07T13:14:02', 'app_indexer_remote_name')
2026-07-07 13:14:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0167273s
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.4|Info|desi_gazelle_to_unit3d|Starting migration of Log DB to 13
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2026-07-07T13:14:02', 'desi_gazelle_to_unit3d')
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0215234s
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.4|Info|add_on_update_to_notifications|Starting migration of Log DB to 14
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2026-07-07T13:14:02', 'add_on_update_to_notifications')
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132884s
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.4|Info|IndexerVersions|Starting migration of Log DB to 15
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2026-07-07T13:14:02', 'IndexerVersions')
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0221248s
2026-07-07 13:14:02.4|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.4|Info|cleanup_config|Starting migration of Log DB to 16
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2026-07-07T13:14:02', 'cleanup_config')
2026-07-07 13:14:02.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.069851s
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.5|Info|indexer_cleanup|Starting migration of Log DB to 17
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2026-07-07T13:14:02', 'indexer_cleanup')
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0214231s
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.5|Info|minimum_seeders|Starting migration of Log DB to 18
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2026-07-07T13:14:02', 'minimum_seeders')
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0177507s
2026-07-07 13:14:02.5|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.5|Info|remove_showrss|Starting migration of Log DB to 19
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2026-07-07T13:14:02', 'remove_showrss')
2026-07-07 13:14:02.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.022201s
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.6|Info|remove_torrentparadiseml|Starting migration of Log DB to 20
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2026-07-07T13:14:02', 'remove_torrentparadiseml')
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0194141s
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.6|Info|localization_setting_to_string|Starting migration of Log DB to 21
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2026-07-07T13:14:02', 'localization_setting_to_string')
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0228607s
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.6|Info|orpheus_api|Starting migration of Log DB to 22
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2026-07-07T13:14:02', 'orpheus_api')
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0197146s
2026-07-07 13:14:02.6|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.6|Info|download_client_categories|Starting migration of Log DB to 23
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2026-07-07T13:14:02', 'download_client_categories')
2026-07-07 13:14:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0210088s
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.7|Info|add_salt_to_users|Starting migration of Log DB to 24
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2026-07-07T13:14:02', 'add_salt_to_users')
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0154035s
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.7|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Log DB to 25
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2026-07-07T13:14:02', 'speedcd_userpasssettings_to_speedcdsettings')
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0184312s
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.7|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Log DB to 26
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2026-07-07T13:14:02', 'torrentday_cookiesettings_to_torrentdaysettings')
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0227968s
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.7|Info|alpharatio_greatposterwall_config_contract|Starting migration of Log DB to 27
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2026-07-07T13:14:02', 'alpharatio_greatposterwall_config_contract')
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139515s
2026-07-07 13:14:02.7|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.7|Info|remove_notwhatcd|Starting migration of Log DB to 28
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2026-07-07T13:14:02', 'remove_notwhatcd')
2026-07-07 13:14:02.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0206155s
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrating
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.8|Info|add_on_grab_to_notifications|Starting migration of Log DB to 29
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2026-07-07T13:14:02', 'add_on_grab_to_notifications')
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrated
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0245778s
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrating
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.8|Info|animetorrents_use_custom_config_contract|Starting migration of Log DB to 30
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2026-07-07T13:14:02', 'animetorrents_use_custom_config_contract')
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrated
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0188321s
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrating
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.8|Info|apprise_server_url|Starting migration of Log DB to 31
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2026-07-07T13:14:02', 'apprise_server_url')
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrated
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0226339s
2026-07-07 13:14:02.8|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrating
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.8|Info|health_restored_notification|Starting migration of Log DB to 32
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2026-07-07T13:14:02', 'health_restored_notification')
2026-07-07 13:14:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrated
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131861s
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrating
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.9|Info|remove_uc|Starting migration of Log DB to 33
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2026-07-07T13:14:02', 'remove_uc')
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrated
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0398417s
2026-07-07 13:14:02.9|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrating
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:02.9|Info|history_fix_data_titles|Starting migration of Log DB to 34
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2026-07-07T13:14:02', 'history_fix_data_titles')
2026-07-07 13:14:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrated
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0408702s
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrating
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.0|Info|download_client_per_indexer|Starting migration of Log DB to 35
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2026-07-07T13:14:03', 'download_client_per_indexer')
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrated
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0450324s
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrating
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.0|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 36
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2026-07-07 13:14:03.0|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)
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110705s
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-06s
2026-07-07 13:14:03.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2026-07-07 13:14:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.023665s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5.1E-06s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070185s
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2026-07-07T13:14:03', 'postgres_update_timestamp_columns_to_with_timezone')
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrated
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.029904s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.1|Info|add_notification_status|Starting migration of Log DB to 37
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2026-07-07T13:14:03', 'add_notification_status')
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0104501s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrating
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.1|Info|indexers_freeleech_only_config_contract|Starting migration of Log DB to 38
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2026-07-07T13:14:03', 'indexers_freeleech_only_config_contract')
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrated
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0153838s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrating
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.1|Info|email_encryption|Starting migration of Log DB to 39
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2026-07-07T13:14:03', 'email_encryption')
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrated
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061179s
2026-07-07 13:14:03.1|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrating
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.1|Info|newznab_category_to_capabilities_settings|Starting migration of Log DB to 40
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2026-07-07T13:14:03', 'newznab_category_to_capabilities_settings')
2026-07-07 13:14:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrated
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0197258s
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrating
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.2|Info|gazelle_freeleech_token_options|Starting migration of Log DB to 41
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2026-07-07T13:14:03', 'gazelle_freeleech_token_options')
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrated
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125901s
2026-07-07 13:14:03.2|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrating
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.2|Info|myanonamouse_freeleech_wedge_options|Starting migration of Log DB to 42
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2026-07-07T13:14:03', 'myanonamouse_freeleech_wedge_options')
2026-07-07 13:14:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrated
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0861404s
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrating
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.3|Info|newznab_indexers_enable_redirect|Starting migration of Log DB to 43
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2026-07-07T13:14:03', 'newznab_indexers_enable_redirect')
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrated
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0183177s
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|44: myanonamouse_freeleech_wedge_checkbox migrating
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-07-07 13:14:03.3|Info|myanonamouse_freeleech_wedge_checkbox|Starting migration of Log DB to 44
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2026-07-07T13:14:03', 'myanonamouse_freeleech_wedge_checkbox')
2026-07-07 13:14:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|44: myanonamouse_freeleech_wedge_checkbox migrated
2026-07-07 13:14:03.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0196859s
2026-07-07 13:14:03.3|Debug|MigrationController|Took: 00:00:01.5122794
2026-07-07 13:14:05.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 13:14:05.5|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2026-07-07 13:14:06.0|Info|AppSyncProfileService|Setting up default app profile
2026-07-07 13:14:06.2|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 13:14:06.2|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 13:14:06.6|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 13:14:06.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 13:14:06.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 13:14:09.5|Debug|HttpClient|Downloading Completed. took 2s
2026-07-07 13:14:10.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 13:14:10.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 13:14:10.4|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 13:14:10.4|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 13:14:10.4|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 13:14:10.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 13:14:10.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 13:14:10.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 13:14:13.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 13:14:29.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 13:14:29.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 13:26:12.2|Debug|Api|[GET] /api/v1/system/status: 200.OK (164 ms)
2026-07-07 13:26:12.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (134 ms)
2026-07-07 13:26:25.4|Debug|Api|[GET] /api/v1/indexer/definitions?pageSize=200: 404.NotFound (10 ms)
2026-07-07 13:26:46.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (4726 ms)
2026-07-07 13:27:50.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (710 ms)
2026-07-07 13:27:50.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-07-07 13:27:50.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (348 ms)
2026-07-07 13:27:51.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (339 ms)
2026-07-07 13:28:48.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (369 ms)
2026-07-07 13:28:48.7|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 13:28:48.7|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (486 ms)
2026-07-07 13:28:49.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (392 ms)
2026-07-07 13:28:49.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 13:28:49.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (7 ms)
2026-07-07 13:28:49.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (1 ms)
2026-07-07 13:29:11.3|Debug|Api|[GET] /api/v1/appProfile: 200.OK (52 ms)
2026-07-07 13:29:11.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (454 ms)
2026-07-07 13:29:12.2|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 13:29:12.2|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 13:29:12.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 13:29:12.4|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (590 ms)
2026-07-07 13:29:12.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:29:12.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:29:32.7|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 2.2295099s.
2026-07-07 13:29:43.6|Debug|Api|[GET] /api/v1/appProfile: 200.OK (4 ms)
2026-07-07 13:29:43.9|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (295 ms)
2026-07-07 13:29:44.3|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 13:29:44.3|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 13:29:44.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 13:29:44.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (39 ms)
2026-07-07 13:29:44.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:29:44.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:29:55.1|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.3831373s.
2026-07-07 13:30:04.5|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 0.689422s.
2026-07-07 13:30:16.7|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (17 bytes)
error code: 1200
2026-07-07 13:30:16.7|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 1200
2026-07-07 13:30:16.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
2026-07-07 13:30:16.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (64450 ms)
2026-07-07 13:30:16.9|Debug|TorrentRssSettingsDetector|Evaluating TorrentRss feed 'https://1337x.to'
2026-07-07 13:30:17.0|Warn|IndexerHttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to: 403.Forbidden (5471 bytes)
Just a moment...
2026-07-07 13:30:17.0|Warn|TorrentRssSettingsDetector|Unable to connect to indexer https://1337x.to: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxied(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 52
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssSettingsDetector.Detect(TorrentRssIndexerSettings settings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssSettingsDetector.cs:line 47
Just a moment...
2026-07-07 13:30:17.1|Warn|TorrentRssIndexer|Indexer feed is not supported
[v2.4.0.5397] NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Could not parse feed from https://1337x.to
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.DetectParserSettings(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 61
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.<>c__DisplayClass4_0.b__0() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.GetParser(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssIndexer.GetParser() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssIndexer.cs:line 37
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 740
2026-07-07 13:30:17.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Indexer feed is not supported: Could not parse feed from https://1337x.to
2026-07-07 13:30:17.1|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (198 ms)
2026-07-07 13:30:17.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2026-07-07 13:30:20.4|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 3.4860008s.
2026-07-07 13:30:27.5|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (17 bytes)
error code: 1200
2026-07-07 13:30:27.5|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 1200
2026-07-07 13:30:27.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
2026-07-07 13:30:27.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (43254 ms)
2026-07-07 13:30:27.6|Debug|TorrentRssSettingsDetector|Evaluating TorrentRss feed 'https://1337x.to'
2026-07-07 13:30:27.6|Warn|IndexerHttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to: 403.Forbidden (5471 bytes)
Just a moment...
2026-07-07 13:30:27.6|Warn|TorrentRssSettingsDetector|Unable to connect to indexer https://1337x.to: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxied(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 52
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssSettingsDetector.Detect(TorrentRssIndexerSettings settings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssSettingsDetector.cs:line 47
Just a moment...
2026-07-07 13:30:27.6|Warn|TorrentRssIndexer|Indexer feed is not supported
[v2.4.0.5397] NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Could not parse feed from https://1337x.to
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.DetectParserSettings(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 61
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.<>c__DisplayClass4_0.b__0() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.GetParser(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssIndexer.GetParser() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssIndexer.cs:line 37
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 740
2026-07-07 13:30:27.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Indexer feed is not supported: Could not parse feed from https://1337x.to
2026-07-07 13:30:27.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (68 ms)
2026-07-07 13:30:27.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (1 ms)
2026-07-07 13:31:51.3|Debug|Api|[GET] /api/v1/proxy: 404.NotFound (4 ms)
2026-07-07 13:31:52.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (765 ms)
2026-07-07 13:31:52.2|Debug|Api|[GET] /api/v1/indexer/proxy: 404.NotFound (1 ms)
2026-07-07 13:31:52.3|Debug|Api|[GET] /api/v1/proxy: 404.NotFound (0 ms)
2026-07-07 13:31:52.3|Debug|Api|[GET] /api/v1/indexer/proxy: 404.NotFound (0 ms)
2026-07-07 13:31:52.3|Debug|Api|[GET] /api/v1/indexer/flaresolverr: 404.NotFound (0 ms)
2026-07-07 13:32:04.8|Debug|Api|[GET] /api/v1/config: 404.NotFound (4 ms)
2026-07-07 13:32:04.8|Debug|Api|[GET] /api/v1/config/indexer: 404.NotFound (0 ms)
2026-07-07 13:32:05.0|Debug|Api|[GET] /api/v1/config/host: 200.OK (172 ms)
2026-07-07 13:32:05.0|Debug|Api|[GET] /api/v1/config/ui: 200.OK (16 ms)
2026-07-07 13:32:05.0|Debug|Api|[GET] /api/v1/config/indexer: 404.NotFound (0 ms)
2026-07-07 13:32:13.9|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 13:32:14.9|Info|ConsoleApp|Exiting main.
2026-07-07 13:32:30.4|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 13:32:30.4|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 13:32:30.4|Debug|ProcessProvider| - [153] Prowlarr
2026-07-07 13:32:30.6|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:32:30.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:32:30.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:32:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:32:31.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:32:31.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.4303265s
2026-07-07 13:32:31.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:32:31.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.443394s
2026-07-07 13:32:31.5|Debug|MigrationController|Took: 00:00:00.9502787
2026-07-07 13:32:31.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:32:31.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:32:31.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:32:31.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:32:31.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:32:31.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0278566s
2026-07-07 13:32:31.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:32:31.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0285417s
2026-07-07 13:32:31.6|Debug|MigrationController|Took: 00:00:00.1008735
2026-07-07 13:32:33.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 13:32:34.2|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 13:32:34.3|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 13:32:35.1|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 13:32:35.3|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 13:32:36.8|Debug|HttpClient|Downloading Completed. took 1s
2026-07-07 13:32:37.5|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 13:32:37.5|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 13:32:37.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 13:32:37.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 13:32:37.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 13:32:37.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 13:32:37.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 13:32:37.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 13:32:42.9|Debug|Api|[GET] /api/v1/appProfile: 200.OK (109 ms)
2026-07-07 13:32:47.6|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (4687 ms)
2026-07-07 13:32:48.1|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 13:32:48.1|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 13:32:48.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 13:32:48.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (1172 ms)
2026-07-07 13:32:48.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:32:48.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:33:09.2|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.5347122s.
2026-07-07 13:33:14.4|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.7735204s.
2026-07-07 13:34:18.5|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 522.522 (16 bytes)
error code: 522
2026-07-07 13:34:18.5|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 522
2026-07-07 13:34:18.7|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
2026-07-07 13:34:18.7|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (89734 ms)
2026-07-07 13:34:18.7|Debug|TorrentRssSettingsDetector|Evaluating TorrentRss feed 'https://1337x.to'
2026-07-07 13:34:18.8|Warn|IndexerHttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to: 403.Forbidden (5471 bytes)
Just a moment...
2026-07-07 13:34:18.8|Warn|TorrentRssSettingsDetector|Unable to connect to indexer https://1337x.to: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxied(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 52
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssSettingsDetector.Detect(TorrentRssIndexerSettings settings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssSettingsDetector.cs:line 47
Just a moment...
2026-07-07 13:34:18.9|Warn|TorrentRssIndexer|Indexer feed is not supported
[v2.4.0.5397] NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Could not parse feed from https://1337x.to
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.DetectParserSettings(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 61
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.<>c__DisplayClass4_0.b__0() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.GetParser(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssIndexer.GetParser() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssIndexer.cs:line 37
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 740
2026-07-07 13:34:18.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Indexer feed is not supported: Could not parse feed from https://1337x.to
2026-07-07 13:34:18.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (252 ms)
2026-07-07 13:34:18.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-07-07 13:36:53.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 13:36:53.5|Info|ConsoleApp|Exiting main.
2026-07-07 13:37:01.2|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 13:37:01.2|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 13:37:01.2|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 13:37:01.2|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:37:01.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:37:01.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:37:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:37:01.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:37:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0704093s
2026-07-07 13:37:01.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:37:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0760383s
2026-07-07 13:37:01.5|Debug|MigrationController|Took: 00:00:00.2746133
2026-07-07 13:37:01.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:37:01.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:37:01.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:37:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:37:01.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:37:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0079993s
2026-07-07 13:37:01.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:37:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0084763s
2026-07-07 13:37:01.6|Debug|MigrationController|Took: 00:00:00.0443374
2026-07-07 13:37:02.0|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 13:37:02.2|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 13:37:02.2|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 13:37:02.4|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 13:37:02.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 13:37:03.0|Debug|Api|[GET] /api/v1/appProfile: 200.OK (220 ms)
2026-07-07 13:37:03.1|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 13:37:03.3|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 13:37:03.3|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 13:37:03.3|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 13:37:03.3|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 13:37:03.3|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 13:37:03.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 13:37:03.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 13:37:03.4|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 13:37:08.9|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (5940 ms)
2026-07-07 13:37:09.3|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 13:37:09.3|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 13:37:09.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 13:37:09.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (448 ms)
2026-07-07 13:37:09.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:37:09.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:37:13.2|Debug|Api|[POST] /api/v1/indexer: 201.Created (3658 ms)
2026-07-07 13:37:13.2|Debug|TorrentRssSettingsDetector|Evaluating TorrentRss feed 'https://1337x.to'
2026-07-07 13:37:13.2|Warn|IndexerHttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to: 403.Forbidden (5471 bytes)
Just a moment...
2026-07-07 13:37:13.3|Warn|TorrentRssSettingsDetector|Unable to connect to indexer https://1337x.to: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxied(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 52
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssSettingsDetector.Detect(TorrentRssIndexerSettings settings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssSettingsDetector.cs:line 47
Just a moment...
2026-07-07 13:37:13.3|Warn|TorrentRssIndexer|Indexer feed is not supported
[v2.4.0.5397] NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Could not parse feed from https://1337x.to
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.DetectParserSettings(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 61
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.<>c__DisplayClass4_0.b__0() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.GetParser(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssIndexer.GetParser() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssIndexer.cs:line 37
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 740
2026-07-07 13:37:13.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Indexer feed is not supported: Could not parse feed from https://1337x.to
2026-07-07 13:37:13.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (177 ms)
2026-07-07 13:37:13.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (15 ms)
2026-07-07 13:37:40.2|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 13:37:40.3|Info|ConsoleApp|Exiting main.
2026-07-07 13:37:46.3|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 13:37:46.3|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 13:37:46.3|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 13:37:46.3|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:37:46.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:37:46.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:37:46.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:37:46.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:37:46.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0839416s
2026-07-07 13:37:46.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:37:46.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0908546s
2026-07-07 13:37:46.6|Debug|MigrationController|Took: 00:00:00.2682217
2026-07-07 13:37:46.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 13:37:46.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 13:37:46.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 13:37:46.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 13:37:46.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 13:37:46.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093444s
2026-07-07 13:37:46.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 13:37:46.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0098896s
2026-07-07 13:37:46.6|Debug|MigrationController|Took: 00:00:00.0469893
2026-07-07 13:37:47.3|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 13:37:47.5|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 13:37:47.5|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 13:37:47.7|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 13:37:47.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 13:37:48.2|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 13:37:48.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 13:37:48.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 13:37:48.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 13:37:48.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 13:37:48.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 13:37:48.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 13:37:48.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 13:37:48.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 13:37:49.6|Debug|Api|[GET] /api/v1/appProfile: 200.OK (89 ms)
2026-07-07 13:37:55.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (5586 ms)
2026-07-07 13:37:55.5|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 13:37:55.5|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 13:37:55.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 13:37:55.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (364 ms)
2026-07-07 13:37:55.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2026-07-07 13:37:55.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (13 ms)
2026-07-07 13:37:55.7|Debug|TorrentRssSettingsDetector|Evaluating TorrentRss feed 'https://1337x.to'
2026-07-07 13:37:55.7|Warn|IndexerHttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to: 403.Forbidden (5471 bytes)
Just a moment...
2026-07-07 13:37:55.8|Warn|TorrentRssSettingsDetector|Unable to connect to indexer https://1337x.to: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://1337x.to]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxied(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 52
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssSettingsDetector.Detect(TorrentRssIndexerSettings settings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssSettingsDetector.cs:line 47
Just a moment...
2026-07-07 13:37:55.9|Warn|TorrentRssIndexer|Indexer feed is not supported
[v2.4.0.5397] NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Could not parse feed from https://1337x.to
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.DetectParserSettings(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 61
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.<>c__DisplayClass4_0.b__0() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssParserFactory.GetParser(TorrentRssIndexerSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssParserFactory.cs:line 33
at NzbDrone.Core.Indexers.Definitions.TorrentRss.TorrentRssIndexer.GetParser() in ./NzbDrone.Core/Indexers/Definitions/TorrentRss/TorrentRssIndexer.cs:line 37
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 740
2026-07-07 13:37:56.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Indexer feed is not supported: Could not parse feed from https://1337x.to
2026-07-07 13:37:56.0|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (308 ms)
2026-07-07 13:37:56.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (11 ms)
2026-07-07 13:38:30.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men], Offset: 0, Limit: 0, Categories: []
2026-07-07 13:38:30.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men&cat=
2026-07-07 13:38:30.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men&cat=
2026-07-07 13:39:09.3|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [Two and a Half Men], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 13:39:09.4|Debug|Api|[GET] /api/v1/search?query=Two%20and%20a%20Half%20Men&type=search: 200.OK (39505 ms)
2026-07-07 13:39:43.0|Debug|Api|[GET] /api/v1/applications: 200.OK (31 ms)
2026-07-07 13:39:43.1|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (45 ms)
2026-07-07 13:40:04.4|Debug|Api|[GET] /api/v1/applications: 200.OK (4 ms)
2026-07-07 13:40:04.5|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (9 ms)
2026-07-07 13:42:54.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 13:53:34.6|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 13:53:34.6|Debug|Api|[GET] /api/v1/indexer: 401.Unauthorized (10 ms)
2026-07-07 13:53:50.3|Debug|Api|[GET] /api/v1/apps: 404.NotFound (3 ms)
2026-07-07 13:53:50.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (16 ms)
2026-07-07 13:54:04.8|Debug|Api|[GET] /api/v1?t=caps&apikey=(removed) 404.NotFound (1 ms)
2026-07-07 13:54:04.9|Debug|Api|[GET] /api/v1?t=caps&apikey=(removed) 404.NotFound (0 ms)
2026-07-07 13:54:16.3|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 13:54:16.3|Debug|Api|[GET] /api/v1: 401.Unauthorized (2 ms)
2026-07-07 13:54:16.4|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 13:54:16.4|Debug|Api|[GET] /api/v1: 401.Unauthorized (5 ms)
2026-07-07 13:54:22.5|Debug|Api|[GET] /api/v1?t=caps&apikey=(removed) 404.NotFound (0 ms)
2026-07-07 13:54:32.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 13:54:32.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:54:32.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:54:53.0|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 0.2169492s.
2026-07-07 13:55:04.7|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 3.9171265s.
2026-07-07 13:55:10.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 13:55:10.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:55:10.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:55:26.4|Debug|Api|[GET] /api/v1?t=caps&apikey=(removed) 404.NotFound (0 ms)
2026-07-07 13:55:38.8|Debug|Api|[GET] /api/v1/app?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 13:55:42.8|Debug|Api|[GET] /api/v1/health?apikey=(removed) 200.OK (20 ms)
2026-07-07 13:55:42.9|Debug|Api|[GET] /api/v1/applications?apikey=(removed) 200.OK (2 ms)
2026-07-07 13:55:55.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer/test: 400.BadRequest (249 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).",
"severity": "error"
}
]
2026-07-07 13:55:55.5|Warn|Sonarr|Prowlarr URL is invalid
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer/test]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Post(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 423
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.TestConnection(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 132
at NzbDrone.Core.Applications.Sonarr.Sonarr.Test() in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 52
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).",
"severity": "error"
}
]
2026-07-07 13:55:55.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- ProwlarrUrl: Prowlarr URL is invalid, Sonarr cannot connect to Prowlarr
2026-07-07 13:55:55.5|Debug|Api|[POST] /api/v1/applications: 400.BadRequest (296 ms)
2026-07-07 13:56:11.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer/test: 400.BadRequest (249 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).",
"severity": "error"
}
]
2026-07-07 13:56:11.9|Warn|Sonarr|Prowlarr URL is invalid
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer/test]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Post(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 423
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.TestConnection(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 132
at NzbDrone.Core.Applications.Sonarr.Sonarr.Test() in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 52
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).",
"severity": "error"
}
]
2026-07-07 13:56:12.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- ProwlarrUrl: Prowlarr URL is invalid, Sonarr cannot connect to Prowlarr
2026-07-07 13:56:12.0|Debug|Api|[POST] /api/v1/applications: 400.BadRequest (84 ms)
2026-07-07 13:56:22.2|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 13:56:22.2|Debug|Api|[POST] /api/v1/applications: 201.Created (460 ms)
2026-07-07 13:56:23.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040]
2026-07-07 13:56:23.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:56:23.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 13:56:27.7|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 522.522 (16 bytes)
error code: 522
2026-07-07 13:56:27.7|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 522
2026-07-07 13:56:27.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 13:56:29.7|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 2.1717044s.
2026-07-07 13:56:44.0|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.7751763s.
2026-07-07 13:56:50.6|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.9260048s.
2026-07-07 13:56:50.6|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 3.656759s.
2026-07-07 13:57:10.3|Error|SonarrV3Proxy|Unable to add or update indexer
[v2.4.0.5397] System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
2026-07-07 13:57:10.7|Error|ApplicationService|An error occurred while talking to remote application.
[v2.4.0.5397] System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 92
at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 147
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
2026-07-07 13:57:12.7|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (17 bytes)
error code: 1200
2026-07-07 13:57:12.7|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 1200
2026-07-07 13:57:12.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 13:57:14.7|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (17 bytes)
error code: 1200
2026-07-07 13:57:14.8|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 1200
2026-07-07 13:57:14.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040] from 1 indexer(s)
2026-07-07 14:22:57.5|Debug|Api|[GET] /api/v1/indexer?apikey=(removed) 200.OK (20 ms)
2026-07-07 14:23:05.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-07-07 14:23:18.0|Debug|Api|[GET] /api/v1/indexerdefinition: 404.NotFound (0 ms)
2026-07-07 14:23:22.9|Debug|Api|[GET] /api/v1/health?apikey=(removed) 200.OK (12 ms)
2026-07-07 14:23:27.7|Debug|Api|[GET] /api/v1/indexerdefinition?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 14:23:28.4|Debug|Api|[GET] /api/v1/indexer/schema?apikey=(removed) 200.OK (636 ms)
2026-07-07 14:23:28.4|Debug|Api|[GET] /api/v1/indexerDefinition?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 14:23:28.4|Debug|Api|[GET] /api/v1/definitions?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 14:23:39.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (369 ms)
2026-07-07 14:30:19.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 14:30:19.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 14:30:19.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 14:30:39.6|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.6777638s.
2026-07-07 14:31:01.4|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 2.2655014s.
2026-07-07 14:31:09.4|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (17 bytes)
error code: 1200
2026-07-07 14:31:09.4|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 1200
2026-07-07 14:31:09.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 14:58:15.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (623 ms)
2026-07-07 14:58:31.3|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (383 ms)
2026-07-07 14:58:48.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (314 ms)
2026-07-07 14:59:07.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (267 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (16 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (5 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (6 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (7 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (6 ms)
2026-07-07 14:59:07.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- AppProfileId: 'App Profile Id' must be greater than '0'.
2026-07-07 14:59:07.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (6 ms)
2026-07-07 14:59:19.1|Debug|Api|[GET] /api/v1/appprofile: 200.OK (3 ms)
2026-07-07 14:59:19.1|Debug|Api|[GET] /api/v1/indexerstatus: 200.OK (10 ms)
2026-07-07 14:59:29.3|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (318 ms)
2026-07-07 14:59:29.4|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (63 ms)
2026-07-07 14:59:29.5|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (24 ms)
2026-07-07 14:59:29.5|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (24 ms)
2026-07-07 14:59:29.6|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (25 ms)
2026-07-07 14:59:29.6|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (17 ms)
2026-07-07 14:59:29.6|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannBase.ResolvePath(String path, Uri currentUrl) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannBase.cs:line 813
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannRequestGenerator.GetRequest(Dictionary`2 variables, SearchCriteriaBase searchCriteria)+MoveNext() in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannRequestGenerator.cs:line 1127
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
2026-07-07 14:59:29.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. Invalid URI: The URI is empty.
2026-07-07 14:59:29.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (17 ms)
2026-07-07 14:59:38.9|Debug|Api|[GET] /api/v1/indexer/1: 200.OK (6 ms)
2026-07-07 14:59:39.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (278 ms)
2026-07-07 14:59:56.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (321 ms)
2026-07-07 14:59:56.7|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 14:59:56.7|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 14:59:56.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 14:59:56.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (85 ms)
2026-07-07 14:59:56.8|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 14:59:56.8|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 14:59:56.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 14:59:56.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (64 ms)
2026-07-07 14:59:56.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 14:59:56.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 14:59:57.8|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 14:59:57.8|Debug|Api|[POST] /api/v1/indexer: 201.Created (937 ms)
2026-07-07 14:59:57.8|Debug|Api|[GET] /api/v1/indexer/2: 200.OK (7 ms)
2026-07-07 14:59:57.8|Debug|Cardigann|Adding request for Torrent Downloads: https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 14:59:57.8|Debug|Cardigann|Downloading Feed https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 14:59:58.0|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:01:09 due to recent failures.
2026-07-07 14:59:58.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 14:59:58.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 14:59:58.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 14:59:59.1|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:00:17.3|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 2.3356602s.
2026-07-07 15:00:39.3|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 0.7968423s.
2026-07-07 15:00:59.8|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://www.torrentdownloads.pro/search/?search=2026: 522.522 (16 bytes)
error code: 522
2026-07-07 15:00:59.8|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 522
2026-07-07 15:00:59.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
2026-07-07 15:00:59.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (61967 ms)
2026-07-07 15:01:11.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (274 ms)
2026-07-07 15:01:11.5|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:01:11.5|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:01:11.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:01:11.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (70 ms)
2026-07-07 15:01:11.6|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:01:11.6|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:01:11.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:01:11.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (50 ms)
2026-07-07 15:01:11.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2026-07-07 15:01:11.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (6 ms)
2026-07-07 15:01:11.6|Debug|Cardigann|Adding request for Torrent Downloads: https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:01:11.6|Debug|Cardigann|Downloading Feed https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:01:21.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:01:21.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:01:21.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:01:21.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:01:21.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 15:01:21.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 15:01:21.5|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:01:31.0|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 1.4533078s.
2026-07-07 15:01:34.7|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 2.2619719s.
2026-07-07 15:01:40.9|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 1.5786699s.
2026-07-07 15:01:42.9|Debug|ReleaseSearchService|Total of 14 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:01:52.0|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 1.5718966s.
2026-07-07 15:02:13.0|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://www.torrentdownloads.pro/search/?search=2026: 522.522 (16 bytes)
error code: 522
2026-07-07 15:02:13.0|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 522
2026-07-07 15:02:13.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
2026-07-07 15:02:13.0|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (61386 ms)
2026-07-07 15:02:15.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (16 ms)
2026-07-07 15:02:24.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (14 ms)
2026-07-07 15:02:41.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (124 ms)
2026-07-07 15:02:51.7|Debug|Api|[GET] /api/v1/config/host: 200.OK (6 ms)
2026-07-07 15:02:56.6|Debug|Api|[GET] /api/v1/config/host?apikey=(removed) 200.OK (4 ms)
2026-07-07 15:03:09.0|Debug|Api|[GET] /api/v1/flaresolverr: 404.NotFound (0 ms)
2026-07-07 15:03:09.0|Debug|Api|[GET] /api/v1/FlareSolverr: 404.NotFound (0 ms)
2026-07-07 15:03:09.0|Debug|Api|[GET] /api/v1/settings: 404.NotFound (0 ms)
2026-07-07 15:03:09.0|Debug|Api|[GET] /api/v1/indexersetting: 404.NotFound (0 ms)
2026-07-07 15:03:09.0|Debug|Api|[GET] /api/v1/config: 404.NotFound (0 ms)
2026-07-07 15:03:18.5|Debug|Api|[GET] /api/v1/config: 404.NotFound (0 ms)
2026-07-07 15:03:29.6|Debug|Api|[GET] /api/v1/swagger.json: 404.NotFound (0 ms)
2026-07-07 15:03:29.6|Debug|Api|[GET] /api/v1/indexer/2: 200.OK (6 ms)
2026-07-07 15:03:41.0|Debug|Api|[GET] /api/v1/indexer/2: 200.OK (4 ms)
2026-07-07 15:03:41.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:03:41.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:03:41.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:03:41.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:03:41.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:03:41.5|Debug|Api|[GET] /api/v1/search?query=Two%20and%20a%20Half%20Men%20S02&type=tvsearch&indexerIds=2: 200.OK (497 ms)
2026-07-07 15:03:53.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-07-07 15:03:53.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:03:53.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:03:53.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:03:53.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:03:53.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:03:53.8|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02&type=tvsearch&indexerIds=2: 200.OK (206 ms)
2026-07-07 15:03:53.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:03:53.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s02&cat=
2026-07-07 15:03:53.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s02&cat=
2026-07-07 15:04:33.0|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Two and a Half Men S02] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:04:33.0|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02&type=tvsearch&indexerIds=1: 200.OK (39237 ms)
2026-07-07 15:04:46.9|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (402 ms)
2026-07-07 15:04:47.1|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:04:47.1|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:04:47.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:04:47.1|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (88 ms)
2026-07-07 15:04:47.2|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:04:47.2|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:04:47.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:04:47.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (50 ms)
2026-07-07 15:04:47.2|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 15:04:47.2|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 15:04:47.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:04:47.7|Debug|Api|[POST] /api/v1/indexer: 201.Created (506 ms)
2026-07-07 15:04:47.8|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 15:04:47.8|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 15:04:47.8|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 15:04:48.7|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:04:48.7|Debug|Cardigann|Adding request for RuTor: https://rutor.info/search/0/0/100/0/Two%20and%20a%20Half%20Men/
2026-07-07 15:04:48.7|Debug|Cardigann|Downloading Feed https://rutor.info/search/0/0/100/0/Two%20and%20a%20Half%20Men/
2026-07-07 15:04:49.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 15:04:49.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:04:49.9|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:04:49.9|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 15:04:49.9|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 15:04:49.9|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 15:04:49.9|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 15:04:51.8|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:04:51.8|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men&type=tvsearch&indexerIds=3: 200.OK (3117 ms)
2026-07-07 15:04:51.8|Debug|Cardigann|Adding request for Torrent Downloads: https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:04:51.8|Debug|Cardigann|Downloading Feed https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:04:53.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 15:04:53.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:04:53.8|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:04:53.8|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 147
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass8_0.b__0(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 76
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:05:11.1|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 1.8482501s.
2026-07-07 15:05:32.7|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 1.3560626s.
2026-07-07 15:05:51.9|Debug|Cardigann|Adding request for TorrentProject2: https://torrentproject2.net/browse
2026-07-07 15:05:51.9|Debug|Cardigann|Downloading Feed https://torrentproject2.net/browse
2026-07-07 15:05:52.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:05:52.1|Debug|Sonarr|Skipping add for indexer TorrentProject2 [4] due to no app Sync Categories supported by the indexer
2026-07-07 15:05:52.1|Debug|Api|[POST] /api/v1/indexer: 201.Created (155 ms)
2026-07-07 15:05:53.1|Info|ReleaseSearchService|Searching indexer(s): [TorrentProject2] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:05:53.1|Debug|Cardigann|Adding request for TorrentProject2: https://torrentproject2.net/?t=Two+and+a+Half+Men&orderby=latest
2026-07-07 15:05:53.1|Debug|Cardigann|Downloading Feed https://torrentproject2.net/?t=Two+and+a+Half+Men&orderby=latest
2026-07-07 15:05:53.6|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://www.torrentdownloads.pro/search/?search=2026: 522.522 (16 bytes)
error code: 522
2026-07-07 15:05:53.6|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 522
2026-07-07 15:05:53.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
2026-07-07 15:05:53.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (61812 ms)
2026-07-07 15:05:54.2|Debug|Cardigann|Adding request for TorrentProject2: https://torrentproject2.net/?t=Two+and+a+Half+Men&orderby=latest&p=1
2026-07-07 15:05:54.2|Debug|Cardigann|Downloading Feed https://torrentproject2.net/?t=Two+and+a+Half+Men&orderby=latest&p=1
2026-07-07 15:05:56.2|Debug|ReleaseSearchService|Total of 148 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:05:56.3|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men&type=tvsearch&indexerIds=4: 200.OK (3207 ms)
2026-07-07 15:05:56.3|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:05:56.3|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:05:56.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:05:56.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (62 ms)
2026-07-07 15:05:56.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true}
2026-07-07 15:05:56.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:05:56.6|Debug|Api|[POST] /api/v1/indexer: 201.Created (263 ms)
2026-07-07 15:05:56.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:05:56.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:05:57.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:05:57.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men"}
2026-07-07 15:05:58.6|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:06:00.6|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:06:00.6|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men&type=tvsearch&indexerIds=5: 200.OK (2995 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/settings: 404.NotFound (1 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/general: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/advanced: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/indexer-defaults: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/indexer_defaults: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/flaresolverr: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/proxy: 404.NotFound (0 ms)
2026-07-07 15:06:19.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (3 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/1: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/2: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/3: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/4: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/5: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/6: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/7: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/8: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/9: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/10: 404.NotFound (0 ms)
2026-07-07 15:06:31.2|Debug|Api|[GET] /api/v1/config/11: 404.NotFound (0 ms)
2026-07-07 15:06:45.1|Debug|Api|[GET] /api/v1/config?apikey=(removed) 404.NotFound (2 ms)
2026-07-07 15:06:45.1|Debug|Api|[GET] /api/v1/settings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:06:45.1|Debug|Api|[GET] /api/v1/system?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:06:45.1|Debug|Api|[GET] /api/v1/status?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:06:45.2|Debug|Api|[GET] /api/v1/indexer/2?apikey=(removed) 200.OK (19 ms)
2026-07-07 15:06:45.2|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 15:06:45.2|Debug|Api|[GET] /api/v1/indexer/schema?apikey=(removed)=6726d68050164df9928f33b59a43f7b6: 401.Unauthorized (3 ms)
2026-07-07 15:06:45.3|Debug|Api|[GET] /api/v1/log?apikey=(removed) 200.OK (59 ms)
2026-07-07 15:06:45.3|Debug|Api|[GET] /api/v1/notification?apikey=(removed) 200.OK (15 ms)
2026-07-07 15:06:53.4|Debug|Api|[GET] /api/v1/indexer/2: 200.OK (16 ms)
2026-07-07 15:07:01.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (253 ms)
2026-07-07 15:07:13.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (297 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/1: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/2: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/3: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/4: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/5: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/6: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/7: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/8: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/9: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/10: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/11: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/12: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/13: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/14: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/15: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/16: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/17: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/18: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/config/19: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/indexerSetting: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/indexer_settings: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/indexer/defaults: 404.NotFound (0 ms)
2026-07-07 15:07:26.7|Debug|Api|[GET] /api/v1/indexer/default: 404.NotFound (0 ms)
2026-07-07 15:07:31.1|Debug|Api|[GET] /api/v1/indexer/2: 200.OK (15 ms)
2026-07-07 15:07:36.7|Debug|Api|[GET] /api/v1/indexersetting/1?apikey=(removed) 404.NotFound (1 ms)
2026-07-07 15:07:36.7|Debug|Api|[GET] /api/v1/indexersettings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.7|Debug|Api|[GET] /api/v1/indexer/setting?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.8|Debug|Api|[GET] /api/v1/settings/indexer?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.8|Debug|Api|[GET] /api/v1/config/3?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.8|Debug|Api|[GET] /api/v1/config/4?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.8|Debug|Api|[GET] /api/v1/config/5?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.8|Debug|Api|[GET] /api/v1/config/6?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.9|Debug|Api|[GET] /api/v1/config/7?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.9|Debug|Api|[GET] /api/v1/config/8?apikey=(removed) 404.NotFound (3 ms)
2026-07-07 15:07:36.9|Debug|Api|[GET] /api/v1/config/9?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:36.9|Debug|Api|[GET] /api/v1/config/10?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:37.0|Debug|Api|[GET] /api/v1/config/11?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:37.0|Debug|Api|[GET] /api/v1/config/12?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:42.8|Debug|Api|[GET] /api/v1/indexer?apikey=(removed) 200.OK (8 ms)
2026-07-07 15:07:42.8|Debug|Api|[GET] /api/v1/indexers?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:42.9|Debug|Api|[GET] /api/v1/config?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:42.9|Debug|Api|[GET] /api/v1/settings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:42.9|Debug|Api|[GET] /api/v1/system?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:42.9|Debug|Api|[GET] /api/v1/indexer/1?apikey=(removed) 200.OK (3 ms)
2026-07-07 15:07:43.3|Debug|Api|[GET] /api/v1/indexer/schema?apikey=(removed) 200.OK (332 ms)
2026-07-07 15:07:43.3|Debug|Api|[GET] /api/v1/notifications?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.3|Debug|Api|[GET] /api/v1/downloadclient?apikey=(removed) 200.OK (17 ms)
2026-07-07 15:07:43.3|Debug|Api|[GET] /api/v1/downloadclients?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/appprofile?apikey=(removed) 200.OK (1 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/appprofiles?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/tag?apikey=(removed) 200.OK (14 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/tags?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/qualityprofile?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.4|Debug|Api|[GET] /api/v1/qualityprofiles?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.5|Debug|Api|[GET] /api/v1/remotepathmapping?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.5|Debug|Api|[GET] /api/v1/rootfolder?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.5|Debug|Api|[GET] /api/v1/release/profile?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.5|Debug|Api|[GET] /api/v1/releaseprofiles?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:07:43.5|Debug|Api|[GET] /api/v1/release?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:08:11.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-07-07 15:08:11.9|Debug|Api|[GET] /api/v1/config: 404.NotFound (0 ms)
2026-07-07 15:08:11.9|Debug|Api|[GET] /api/v1/setting: 404.NotFound (0 ms)
2026-07-07 15:08:11.9|Debug|Api|[GET] /api/v1/settings: 404.NotFound (0 ms)
2026-07-07 15:08:12.0|Debug|Api|[GET] /api/v1/system: 404.NotFound (0 ms)
2026-07-07 15:08:28.2|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:08:28.3|Info|ConsoleApp|Exiting main.
2026-07-07 15:08:53.2|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:08:53.2|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:08:53.2|Debug|ProcessProvider| - [148] Prowlarr
2026-07-07 15:08:53.3|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:08:53.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:08:53.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:08:53.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:08:53.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:08:53.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0937363s
2026-07-07 15:08:53.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:08:53.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1017185s
2026-07-07 15:08:53.6|Debug|MigrationController|Took: 00:00:00.3603256
2026-07-07 15:08:53.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:08:53.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:08:53.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:08:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:08:53.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:08:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0190219s
2026-07-07 15:08:53.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:08:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0199656s
2026-07-07 15:08:53.7|Debug|MigrationController|Took: 00:00:00.1078551
2026-07-07 15:08:54.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:08:54.5|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:08:54.5|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:08:54.8|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:08:54.9|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:08:55.0|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:08:55.3|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:08:55.3|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:08:55.4|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:08:55.4|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:08:55.4|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:08:55.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:08:55.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:08:55.4|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:09:02.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (593 ms)
2026-07-07 15:09:06.3|Debug|Api|[GET] /api/v1/config?apikey=(removed) 404.NotFound (24 ms)
2026-07-07 15:09:06.5|Debug|Api|[GET] /api/v1/config/host?apikey=(removed) 200.OK (103 ms)
2026-07-07 15:09:06.5|Debug|Api|[GET] /api/v1/config/general?apikey=(removed) 404.NotFound (3 ms)
2026-07-07 15:09:06.5|Debug|Api|[GET] /api/v1/config/ui?apikey=(removed) 200.OK (10 ms)
2026-07-07 15:09:06.6|Debug|Api|[GET] /api/v1/config/indexer?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:09:10.8|Debug|Api|[GET] /api/v1/config/ui: 200.OK (5 ms)
2026-07-07 15:09:15.6|Debug|Api|[GET] /api/v1/config/config: 404.NotFound (0 ms)
2026-07-07 15:09:15.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2026-07-07 15:09:15.7|Debug|Api|[GET] /api/v1/config/general: 404.NotFound (0 ms)
2026-07-07 15:09:15.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (2 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/indexer: 404.NotFound (0 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/indexersettings: 404.NotFound (0 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/indexerSettings: 404.NotFound (0 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/IndexerSettings: 404.NotFound (0 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/indexer_settings: 404.NotFound (0 ms)
2026-07-07 15:09:15.8|Debug|Api|[GET] /api/v1/config/flaresolverr: 404.NotFound (0 ms)
2026-07-07 15:09:15.9|Debug|Api|[GET] /api/v1/config/FlareSolverr: 404.NotFound (0 ms)
2026-07-07 15:09:15.9|Debug|Api|[GET] /api/v1/config/settings: 404.NotFound (0 ms)
2026-07-07 15:09:27.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:09:27.3|Info|ConsoleApp|Exiting main.
2026-07-07 15:09:36.9|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:09:36.9|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:09:36.9|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 15:09:37.0|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:09:37.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:09:37.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:09:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:09:37.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0697971s
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0758018s
2026-07-07 15:09:37.3|Debug|MigrationController|Took: 00:00:00.2833494
2026-07-07 15:09:37.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:09:37.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:09:37.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0084065s
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:09:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089355s
2026-07-07 15:09:37.3|Debug|MigrationController|Took: 00:00:00.0467130
2026-07-07 15:09:37.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:09:38.0|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:09:38.1|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:09:38.2|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:09:38.3|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:09:38.5|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:09:38.7|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:09:38.7|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:09:38.7|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:09:38.7|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:09:38.7|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:09:38.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:09:38.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:09:38.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:09:40.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1611 ms)
2026-07-07 15:09:45.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1081 ms)
2026-07-07 15:09:46.1|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:09:46.1|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:09:46.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:09:46.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (331 ms)
2026-07-07 15:09:46.3|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:09:46.3|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:09:46.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:09:46.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (74 ms)
2026-07-07 15:09:46.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2026-07-07 15:09:46.4|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (16 ms)
2026-07-07 15:09:46.4|Debug|Cardigann|Adding request for Torrent Downloads: https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:09:46.4|Debug|Cardigann|Downloading Feed https://www.torrentdownloads.pro/search/?search=2026
2026-07-07 15:10:06.0|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 1.5159044s.
2026-07-07 15:10:24.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (441 ms)
2026-07-07 15:10:24.2|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:10:24.2|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:10:24.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:10:24.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (36 ms)
2026-07-07 15:10:24.3|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:10:24.3|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:10:24.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:10:24.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (28 ms)
2026-07-07 15:10:24.3|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:10:24.3|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:10:24.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:10:24.4|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (78 ms)
2026-07-07 15:10:27.0|Warn|Cardigann|Request for Torrent Downloads failed with status 522. Retrying in 3.9501558s.
2026-07-07 15:10:43.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:10:50.6|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://www.torrentdownloads.pro/search/?search=2026: 522.522 (16 bytes)
error code: 522
2026-07-07 15:10:50.6|Warn|Cardigann|Unable to connect to indexer
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
error code: 522
2026-07-07 15:10:50.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://www.torrentdownloads.pro/search/?search=2026]
2026-07-07 15:10:50.6|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (64227 ms)
2026-07-07 15:10:50.7|Info|ConsoleApp|Exiting main.
2026-07-07 15:10:58.0|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:10:58.0|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:10:58.0|Debug|ProcessProvider| - [150] Prowlarr
2026-07-07 15:10:58.1|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:10:58.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:10:58.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:10:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:10:58.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:10:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0769514s
2026-07-07 15:10:58.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:10:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0849125s
2026-07-07 15:10:58.4|Debug|MigrationController|Took: 00:00:00.3129476
2026-07-07 15:10:58.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:10:58.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:10:58.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:10:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:10:58.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:10:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124152s
2026-07-07 15:10:58.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:10:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130957s
2026-07-07 15:10:58.5|Debug|MigrationController|Took: 00:00:00.0636301
2026-07-07 15:10:58.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:10:59.2|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:10:59.2|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:10:59.4|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:10:59.4|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:10:59.7|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:10:59.9|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:10:59.9|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:10:59.9|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:10:59.9|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:10:59.9|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:11:00.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:11:00.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:11:00.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:11:01.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1434 ms)
2026-07-07 15:11:01.5|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:11:01.5|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:11:01.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:11:01.7|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (345 ms)
2026-07-07 15:11:01.7|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:11:01.7|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:11:01.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:11:01.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (78 ms)
2026-07-07 15:11:01.8|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:01.8|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:01.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:11:01.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (72 ms)
2026-07-07 15:11:12.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:11:12.6|Info|ConsoleApp|Exiting main.
2026-07-07 15:11:24.2|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:11:24.2|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:11:24.2|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 15:11:24.3|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:11:24.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:11:24.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:11:24.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:11:24.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:11:24.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1048049s
2026-07-07 15:11:24.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:11:24.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1130367s
2026-07-07 15:11:24.7|Debug|MigrationController|Took: 00:00:00.3613352
2026-07-07 15:11:24.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:11:24.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:11:24.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:11:24.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:11:24.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:11:24.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011085s
2026-07-07 15:11:24.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:11:24.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119165s
2026-07-07 15:11:24.7|Debug|MigrationController|Took: 00:00:00.0596586
2026-07-07 15:11:25.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:11:25.4|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:11:25.5|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:11:25.6|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:11:25.7|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:11:26.0|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:11:26.2|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:11:26.2|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:11:26.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:11:26.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:11:26.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:11:26.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:11:26.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:11:26.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:11:27.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1496 ms)
2026-07-07 15:11:27.9|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:11:27.9|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:11:28.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:11:28.1|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (388 ms)
2026-07-07 15:11:28.1|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:11:28.1|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:11:28.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:11:28.1|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (83 ms)
2026-07-07 15:11:28.2|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:28.2|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:28.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:11:28.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (69 ms)
2026-07-07 15:11:34.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (822 ms)
2026-07-07 15:11:43.7|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:11:43.8|Info|ConsoleApp|Exiting main.
2026-07-07 15:11:52.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:11:52.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:11:52.8|Debug|ProcessProvider| - [148] Prowlarr
2026-07-07 15:11:52.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:11:53.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:11:53.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:11:53.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:11:53.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:11:53.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0703745s
2026-07-07 15:11:53.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:11:53.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0762028s
2026-07-07 15:11:53.1|Debug|MigrationController|Took: 00:00:00.2571207
2026-07-07 15:11:53.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:11:53.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:11:53.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:11:53.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:11:53.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:11:53.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124331s
2026-07-07 15:11:53.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:11:53.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131015s
2026-07-07 15:11:53.2|Debug|MigrationController|Took: 00:00:00.0503266
2026-07-07 15:11:53.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:11:53.8|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:11:53.8|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:11:54.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:11:54.1|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:11:54.2|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:11:54.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:11:54.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:11:54.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:11:54.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:11:54.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:11:54.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:11:54.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:11:54.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:11:56.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1449 ms)
2026-07-07 15:11:56.7|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:11:56.7|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:11:56.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:11:56.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (389 ms)
2026-07-07 15:11:56.9|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:11:56.9|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:11:57.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:11:57.0|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (75 ms)
2026-07-07 15:11:57.0|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:57.0|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:11:57.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:11:57.0|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (66 ms)
2026-07-07 15:12:02.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:12:02.4|Info|ConsoleApp|Exiting main.
2026-07-07 15:12:13.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:12:13.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:12:13.8|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 15:12:13.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:12:14.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:12:14.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:12:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:12:14.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:12:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0692802s
2026-07-07 15:12:14.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:12:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0749593s
2026-07-07 15:12:14.1|Debug|MigrationController|Took: 00:00:00.2502636
2026-07-07 15:12:14.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:12:14.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:12:14.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:12:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:12:14.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:12:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110862s
2026-07-07 15:12:14.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:12:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127987s
2026-07-07 15:12:14.2|Debug|MigrationController|Took: 00:00:00.0542708
2026-07-07 15:12:14.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:12:14.8|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:12:14.8|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:12:15.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:12:15.0|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:12:15.1|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:12:15.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:12:15.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:12:15.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:12:15.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:12:15.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:12:15.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:12:15.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:12:15.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:12:17.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1438 ms)
2026-07-07 15:12:17.5|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:12:17.5|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:12:17.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:12:17.7|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (322 ms)
2026-07-07 15:12:17.7|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:12:17.7|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:12:17.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:12:17.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (80 ms)
2026-07-07 15:12:17.8|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:12:17.8|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:12:17.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:12:17.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (139 ms)
2026-07-07 15:12:25.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:12:25.8|Info|ConsoleApp|Exiting main.
2026-07-07 15:12:36.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:12:36.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:12:36.8|Debug|ProcessProvider| - [148] Prowlarr
2026-07-07 15:12:36.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:12:37.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:12:37.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:12:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:12:37.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:12:37.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0785991s
2026-07-07 15:12:37.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:12:37.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0853955s
2026-07-07 15:12:37.2|Debug|MigrationController|Took: 00:00:00.2852880
2026-07-07 15:12:37.2|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:12:37.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:12:37.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:12:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:12:37.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:12:37.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0102976s
2026-07-07 15:12:37.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:12:37.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108059s
2026-07-07 15:12:37.2|Debug|MigrationController|Took: 00:00:00.0534587
2026-07-07 15:12:37.7|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:12:37.9|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:12:37.9|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:12:38.0|Error|EventAggregator|TaskManager failed while processing [ApplicationStartedEvent]
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueInt(String key, Int32 defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 204
at NzbDrone.Core.Configuration.ConfigService.get_BackupInterval() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 177
at NzbDrone.Core.Jobs.TaskManager.GetBackupInterval() in ./NzbDrone.Core/Jobs/TaskManager.cs:line 148
at NzbDrone.Core.Jobs.TaskManager.Handle(ApplicationStartedEvent message) in ./NzbDrone.Core/Jobs/TaskManager.cs:line 64
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 93
2026-07-07 15:12:38.3|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:12:38.4|Error|IndexerDefinitionUpdateService|Definition update failed
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings() in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 38
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings(HttpUri uri) in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 22
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(HttpUri uri, HttpProxySettings requestProxy) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 176
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 112
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 346
at NzbDrone.Common.Http.HttpClient.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 352
at NzbDrone.Common.Http.HttpClient.DownloadFile(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 376
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.UpdateLocalDefinitions() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 316
2026-07-07 15:12:38.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:12:38.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:12:38.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:12:38.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:12:38.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:12:38.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:12:38.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:12:38.5|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings() in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 38
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings(HttpUri uri) in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 22
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(HttpUri uri, HttpProxySettings requestProxy) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 176
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 112
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-07-07 15:12:38.9|Warn|IndexerDefinitionUpdateService|Error while getting indexer definitions, fallback to reading from disk.
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings() in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 38
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings(HttpUri uri) in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 22
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(HttpUri uri, HttpProxySettings requestProxy) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 176
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 112
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.All() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 95
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retromoviesclub-api.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdu.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lst.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove2fa.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpt.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsthouse.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dxp.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfans.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/losslessclub.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztvl.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdzero.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentkitty.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/romanianmetaltorrents.yml
2026-07-07 15:12:39.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttip.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infire.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audiences.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1ptbar.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/agsvpt.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttrader.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fenyarnyek-tracker.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sunnypt.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/c411.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siqi.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdspace.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extremebits.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zamundarip.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/digitalcore-api.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinematik.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/internetarchive.yml
2026-07-07 15:12:39.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-to.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52bt.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/itatorrents.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/estone.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vstorrent.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpathians.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzorcookie.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintor.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/clearjav-api.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kelu.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mactorrentsdownload.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/catorrent.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rousi-pro.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza2fa.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sosulki.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aidoruonline.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lemonhd-net.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptgtk.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/parabellumhd-api.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrentsit.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/limetorrents.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chilebt-api.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linkomanija.yml
2026-07-07 15:12:39.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pier720.yml
2026-07-07 15:12:39.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenerush.yml
2026-07-07 15:12:39.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/helltorrents.yml
2026-07-07 15:12:39.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdturk.yml
2026-07-07 15:12:39.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/springsunday.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/immortuos.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscora.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdgalaktik.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamctgame.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ncore.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrents.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theplace.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptying.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtracker-api.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crabpt.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aussierules.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unbreakable.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ds-reloaded.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicbytes.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btdirectory.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luminarr-api.yml
2026-07-07 15:12:39.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoccult.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metaltracker.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/backups.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animebybelka.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nyaasi.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/libranet.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pthome.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttime.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polskie-torrenty.yml
2026-07-07 15:12:39.5|Warn|IndexerDefinitionUpdateService|Error while getting indexer definitions, fallback to reading from disk.
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings() in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 38
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings(HttpUri uri) in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 22
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(HttpUri uri, HttpProxySettings requestProxy) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 176
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 112
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.All() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 95
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/depthstudio.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retromoviesclub-api.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/r3vwtf.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdu.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uploadcx.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lst.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoldschool-api.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove2fa.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/drugari.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpt.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsttorrents.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/azusa.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsthouse.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/generationfree-api.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dxp.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ztracker.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfans.yml
2026-07-07 15:12:39.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/riperam.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/losslessclub.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztvl.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdzero.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentkitty.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/romanianmetaltorrents.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttip.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infire.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audiences.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1ptbar.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/agsvpt.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttrader.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crt2fa.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racingforme.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fenyarnyek-tracker.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sunnypt.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/c411.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tmghub.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sexypics.yml
2026-07-07 15:12:39.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siqi.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdd.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdspace.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extremebits.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/locadora.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zamundarip.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proaudiotorrents.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/digitalcore-api.yml
2026-07-07 15:12:39.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentccf.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bootytape.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinematik.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/playletpt.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/internetarchive.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/beload.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-to.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/brasiltracker.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btnext.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pterclub.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52bt.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cgpeers.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newretro.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/itatorrents.yml
2026-07-07 15:12:39.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onlyencodes-api.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bithumen.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/estone.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/Bittorrentfiles.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vstorrent.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/miobt.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linuxtracker.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpathians.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzorcookie.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/deildu.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintor.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hebits.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extratorrent-st.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/clearjav-api.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/herobit.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kelu.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/filemood.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/malayabits-api.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdroute.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mactorrentsdownload.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/datascene-api.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/catorrent.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rousi-pro.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mdan.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-unit3d-api.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitgamer.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitturk.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza2fa.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcafe.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiancinema.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unlimitz.yml
2026-07-07 15:12:39.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tlfbits.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sosulki.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aidoruonline.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ourbits.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ubits.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lemonhd-net.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabscene.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptgtk.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/parabellumhd-api.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornotorrent.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mojblink.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrentsit.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/limetorrents.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chilebt-api.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abnormal-api.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linkomanija.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornolab.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pier720.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenerush.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thebrothers.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/helltorrents.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellenic-hd-api.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdturk.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/explosiv-world.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lat-team-api.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gay-torrents.yml
2026-07-07 15:12:40.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/springsunday.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tormac.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/immortuos.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/spiritofrevolution.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thegeeks.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscora.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdgalaktik.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nicept.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamctgame.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mypornclub.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownload.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigcore.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ncore.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrbt.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/reelflix-api.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrents.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitporn.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theplace.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/njtupt.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptying.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentsome.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtracker-api.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lajidui.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crabpt.yml
2026-07-07 15:12:40.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/alingpt.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mazepa.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aussierules.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unbreakable.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ds-reloaded.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicbytes.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btdirectory.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluebird.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luminarr-api.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdsky.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabp2p.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoccult.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metaltracker.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlgs.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/backups.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animebybelka.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nyaasi.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exitorrent-org.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/libranet.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pthome.yml
2026-07-07 15:12:40.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttime.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polskie-torrenty.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/depthstudio.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/upscalevault.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/r3vwtf.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uploadcx.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoldschool-api.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/drugari.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscult.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsttorrents.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/azusa.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/generationfree-api.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ztracker.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0daykiev.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/riperam.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintornet.yml
2026-07-07 15:12:40.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uztracker.yml
2026-07-07 15:12:40.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zenith.yml
2026-07-07 15:12:40.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/majomparade.yml
2026-07-07 15:12:40.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aither-api.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/longpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magico.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crt2fa.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racingforme.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/putao.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tasmanit.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tmghub.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u2.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sexypics.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdd.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcc.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/locadora.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turkseed-api.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proaudiotorrents.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ggpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentccf.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opencd.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bootytape.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/playletpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockethd.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/beload.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetosho-xyz.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/brasiltracker.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/utopia.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btnext.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oshenpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hqmusic.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/railgunpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pterclub.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proporno.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cgpeers.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tangpt.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newretro.yml
2026-07-07 15:12:40.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamos.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onlyencodes-api.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bithumen.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemageddon.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/Bittorrentfiles.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemamovies.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/miobt.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linuxtracker.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/whiteangel.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtorrents.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/themixingbowl.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztv.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/deildu.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebookbay.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hebits.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extratorrent-st.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdarea.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sbpt.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/herobit.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hydracker-api.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/filemood.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/malayabits-api.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hddolby.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdroute.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinorun.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/datascene-api.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mdan.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/matrix.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-unit3d-api.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retrotoon.yml
2026-07-07 15:12:40.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitgamer.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-club.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitturk.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcafe.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiancinema.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unlimitz.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tlfbits.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ourbits.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ubits.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy2fa.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabscene.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btetree.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-torrent.yml
2026-07-07 15:12:40.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdclone.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrabits-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornotorrent.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mojblink.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabafenice.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abnormal-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc2fa.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornolab.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluraytracker.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedpool-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/snowpt.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thebrothers.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thecrazyones.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nobs.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellenic-hd-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/flood.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/explosiv-world.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peersfm.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium2fa.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lat-team-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtime.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gay-torrents.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/amigosshare.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tormac.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenteros-api.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freefarm.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/spiritofrevolution.yml
2026-07-07 15:12:40.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shadowbit.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bwtorrents.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thegeeks.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onejav.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kamept.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupforum.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nicept.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/baozipt.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dubhe.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtorrent.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mypornclub.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownload.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxtor.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdvideo.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-of-tomorrow.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigcore.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bibliotik.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luckpt.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/soulvoice.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrbt.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thenewfun.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/reelflix-api.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/femdomcult.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitporn.yml
2026-07-07 15:12:40.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/g3minitr4ck3r-api.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animeworld-api.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/best-torrents.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/njtupt.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/indietorrents.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptsbao.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyanbug.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentsome.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrahd.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lajidui.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pandacd.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/order66.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/plugintorrent.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nanyangpt.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornbay.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/alingpt.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thekitchen.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mazepa.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluebird.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ilcorsaroblu.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdsky.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabp2p.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/learnflakes.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlgs.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exitorrent-org.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/punkshorror.yml
2026-07-07 15:12:41.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/upscalevault.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscult.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rutor.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0daykiev.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bangumi-moe.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintornet.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exkinoray.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uztracker.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-pirat.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/karagarga.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zrpt.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/puntotorrent.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/redstartorrent.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zenith.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxclub.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastfiles.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/majomparade.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aither-api.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0magnet.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/longpt.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jpopsuki.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peergarden.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magico.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vault-network.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttey.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/putao.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tjupt.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tasmanit.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitpalace.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u2.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/muxuege.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcc.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/selezen.yml
2026-07-07 15:12:41.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turkseed-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ggpt.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzor.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opencd.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdfans.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockethd.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetosho-xyz.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/booktracker.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/utopia.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockbox.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kunlun.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oshenpt.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acrossthetasman.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hqmusic.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/coastalcrew.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/railgunpt.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milnueve-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenting.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proporno.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdolimpo-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ceskeforum.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tangpt.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri2fa.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opensharing.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamos.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/monikadesign-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abtorrents.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemageddon.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skidrowrepack.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemamovies.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theleachzone-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedcore-api.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/darkpeers.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever.yml
2026-07-07 15:12:41.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentby.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete-api.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-clubl.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/whiteangel.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtorrents.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/themixingbowl.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztv.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebookbay.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdarea.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sbpt.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hydracker-api.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hddolby.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinorun.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/matrix.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retrotoon.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-club.yml
2026-07-07 15:12:41.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/marinetracker.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cspt.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitmagnet.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nipponsei.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siambit.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/phoenixproject.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thepiratebay.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy2fa.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/docspedia.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btetree.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-torrent.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shakaw.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unionfansub.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdclone.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concertos.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrabits-api.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btschool.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabafenice.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/runtheframes-api.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfiles.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc2fa.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wintersakura.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluraytracker.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blutopia-api.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedpool-api.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrutor.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/snowpt.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thecrazyones.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nobs.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/flood.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peersfm.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium2fa.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtime.yml
2026-07-07 15:12:41.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/amigosshare.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gigatorrents.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenteros-api.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freefarm.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shadowbit.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bwtorrents.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nirvana.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onejav.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kamept.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupforum.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/baozipt.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milkie.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dubhe.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtorrent.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtremebytes.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxtor.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdvideo.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-of-tomorrow.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bibliotik.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luckpt.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlao.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/soulvoice.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptitzmx.yml
2026-07-07 15:12:41.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thenewfun.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentmasters.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/femdomcult.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tribalmixes.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rastastugan-api.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/g3minitr4ck3r-api.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldtoonsworld.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blueroms.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingyung.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animeworld-api.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/midnightscene.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/best-torrents.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/indietorrents.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptsbao.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-ws.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyanbug.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/girotorrent.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrahd.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pandacd.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/order66.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/plugintorrent.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nanyangpt.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornbay.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdhome.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thekitchen.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ilcorsaroblu.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/learnflakes.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/podzemlje.yml
2026-07-07 15:12:41.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/punkshorror.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rutor.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sukebeinyaasi.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bangumi-moe.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exkinoray.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tocashare.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-pirat.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigfangroup.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/karagarga.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zrpt.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/puntotorrent.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamhd.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peeratiko.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/redstartorrent.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxclub.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastfiles.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0magnet.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jpopsuki.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peergarden.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vault-network.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttey.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/momentpt.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tjupt.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitpalace.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/muxuege.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/selezen.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentavenue-api.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzor.yml
2026-07-07 15:12:41.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdfans.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/samaritano.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/booktracker.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockbox.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kunlun.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acrossthetasman.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pignetwork.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/coastalcrew.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentcore.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milnueve-api.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/letseed.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenting.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torr9.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdolimpo-api.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yggreborn-api.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ceskeforum.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/okpt.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri2fa.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opensharing.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yts.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mikan.yml
2026-07-07 15:12:41.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1gp.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhanclub.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/monikadesign-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-club.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abtorrents.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sewerpt.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zmpt.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skidrowrepack.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theleachzone-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/swarmazon-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtorrenty.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedcore-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/darkpeers.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pctorrent.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtclassics.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentby.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/p2pbg.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-clubl.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yuscene-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/showrss.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skipthecommercials-api.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/superbits.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/megapeer.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigbbs.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/slobitgames.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyclingarchiveclub.yml
2026-07-07 15:12:41.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thevault.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldgreektracker.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/marinetracker.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/krazyzone.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cspt.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/party-tracker.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitmagnet.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nipponsei.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siambit.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thefallingangels.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/phoenixproject.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thepiratebay.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/qingwa.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/docspedia.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shakaw.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funkytorrents.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unionfansub.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concertos.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdbao.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btschool.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/runtheframes-api.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/comicat.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfiles.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wintersakura.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musopia.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cathoderaytube.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wihd.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blutopia-api.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingtan.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrutor.yml
2026-07-07 15:12:42.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ehentai.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/capybarabr.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tapochek.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trancetraffic.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gamestorrents.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lesaloon.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gigatorrents.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mnv.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabicsource-api.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zappateers.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nirvana.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aura4k-api.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornrips.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/huntorrent.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milkie.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdonly-api.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtremebytes.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funzone-api.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlao.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/memphis.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedfile.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptitzmx.yml
2026-07-07 15:12:42.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever2fa.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentclaw.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentmasters.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tekno3d.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anisource.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentbd.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tribalmixes.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theshow.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rastastugan-api.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newheaven.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xloli.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldtoonsworld.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haidan.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blueroms.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingyung.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/midnightscene.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-turk.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-ws.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/myspleen.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/girotorrent.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/elitetorrent-wf.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdhome.yml
2026-07-07 15:12:42.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/podzemlje.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentqq.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamflix.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sukebeinyaasi.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tocashare.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tr4ker.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigfangroup.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingwan.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamhd.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rgfootball.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peeratiko.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/momentpt.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentavenue-api.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/samaritano.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pignetwork.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentcore.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/letseed.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/3dtorrents.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torr9.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haitang.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yggreborn-api.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/houseofdevil.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/okpt.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infinityhd-api.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yts.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turktorrent.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mikan.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1gp.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dmhy.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhanclub.yml
2026-07-07 15:12:42.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racing4everyone-api.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-club.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetcat.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vietmediaf.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sewerpt.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nekobt.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zmpt.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent9.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/swarmazon-api.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rustorka.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtorrenty.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pctorrent.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtclassics.yml
2026-07-07 15:12:42.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/p2pbg.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yuscene-api.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/showrss.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skipthecommercials-api.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/superbits.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/megapeer.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/diablotorrent.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigbbs.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/portugas-api.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jme-reunit3d-api.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastdigitalunderground.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/slobitgames.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenetime-api.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyclingarchiveclub.yml
2026-07-07 15:12:42.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musebootlegs.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thevault.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btarg.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhd-api.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldgreektracker.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufei.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/novahd.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dimeadozen.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/krazyzone.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/party-tracker.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pwtorrents.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thefallingangels.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rudub.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chdbits.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/qingwa.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupmain.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/desitorrents-api.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funkytorrents.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hawke-uno.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdbao.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shanaproject.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/comicat.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audionews.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musopia.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cathoderaytube.yml
2026-07-07 15:12:42.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wihd.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingtan.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal-magnet.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ehentai.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/capybarabr.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tornado.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tapochek.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/boxingtorrents.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/futuretorrent.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shareisland-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/panda.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trancetraffic.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gamestorrents.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lesaloon.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pussytorrents.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentoyunindir.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lp-bits.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mnv.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicquality.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabicsource-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metalguru.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zappateers.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackermk.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aura4k-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sextorrent-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornrips.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/huntorrent.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptskit.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdonly-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent-org.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funzone-api.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/file-tracker.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/memphis.yml
2026-07-07 15:12:42.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedfile.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever2fa.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentclaw.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tekno3d.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anisource.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentbd.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theshow.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newheaven.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concen.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xloli.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/traht.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/electro-torrent.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haidan.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jptv4us-api.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-turk.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/madsrevolution.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/myspleen.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/makingoff.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/elitetorrent-wf.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentqq.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamflix.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tr4ker.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingwan.yml
2026-07-07 15:12:42.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rgfootball.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/3dtorrents.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haitang.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/houseofdevil.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infinityhd-api.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turktorrent.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dmhy.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech-pl.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racing4everyone-api.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/new-team.yml
2026-07-07 15:12:42.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetcat.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vietmediaf.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nekobt.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent9.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rustorka.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nostradamus.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdkylin.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/discfan.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acgrip.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gaytorrentru.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anthelion-api.yml
2026-07-07 15:12:43.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bestcore.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/diablotorrent.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownloads.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/portugas-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jme-reunit3d-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastdigitalunderground.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents-com.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebooks-shares.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crazyspirits-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenetime-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/finelite.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musebootlegs.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crackingpatching.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btarg.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/damagnet.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nethd.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhd-api.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ex-torrenty.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufei.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentproject2.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mesevilag.yml
2026-07-07 15:12:43.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/novahd.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dimeadozen.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uindex.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiandvdclub.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pwtorrents.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/13city.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rudub.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chdbits.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupmain.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mousebits.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/desitorrents-api.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/speedmasterhd.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hawke-uno.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shanaproject.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audionews.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fanoin.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tokyotosho.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mma-torrents.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal-magnet.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman-api.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tornado.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/emuwarez.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/boxingtorrents.yml
2026-07-07 15:12:43.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theparadiese.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/futuretorrent.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentlt.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shareisland-api.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u3c3.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/panda.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenthr.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pussytorrents.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentoyunindir.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lp-bits.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rainbowtracker.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicquality.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metalguru.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackermk.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/borgzelle.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sextorrent-api.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptskit.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bjshare.yml
2026-07-07 15:12:43.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent-org.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluetorrents.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/file-tracker.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/devil-torrents.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdc.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/march.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animelayer.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/korsar.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concen.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/traht.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/electro-torrent.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jptv4us-api.yml
2026-07-07 15:12:43.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/madsrevolution.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/makingoff.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory2fa.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freejavtorrent.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/czteam-api.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hudbt.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hxpt.yml
2026-07-07 15:12:43.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitded.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/keepfriends.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech-pl.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/new-team.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aftershock.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fuzer.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52pt.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mixtapetorrent.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetdownload.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nostradamus.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptzone.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdkylin.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rain.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/discfan.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory.yml
2026-07-07 15:12:43.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acgrip.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gaytorrentru.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1337x.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anthelion-api.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bestcore.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownloads.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut-api.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents-com.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebooks-shares.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitbazis.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crazyspirits-api.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudio.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/finelite.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cangbaoge.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crackingpatching.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1carreras-api.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/damagnet.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nethd.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetorrentsro.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackerzero.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium.yml
2026-07-07 15:12:43.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/insanetracker.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ex-torrenty.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dreamingtree.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudiol.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentproject2.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mesevilag.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/leech24.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uindex.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/4thd.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiandvdclub.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theempire.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/13city.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mousebits.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/speedmasterhd.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fanoin.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tokyotosho.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mma-torrents.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc.yml
2026-07-07 15:12:43.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman-api.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/emuwarez.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theparadiese.yml
2026-07-07 15:12:43.8|Error|TaskExtensions|Task Error
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.HealthCheck.Checks.ProxyCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/ProxyCheck.cs:line 35
at NzbDrone.Core.HealthCheck.HealthCheckService.b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 162
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.b__2() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 121
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentlt.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u3c3.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenthr.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rainbowtracker.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/borgzelle.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bjshare.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluetorrents.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/devil-torrents.yml
2026-07-07 15:12:43.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdc.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/march.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animelayer.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/korsar.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory2fa.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freejavtorrent.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/czteam-api.yml
2026-07-07 15:12:44.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hudbt.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hxpt.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitded.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/keepfriends.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aftershock.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fuzer.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52pt.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mixtapetorrent.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetdownload.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptzone.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rain.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1337x.yml
2026-07-07 15:12:44.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitbazis.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudio.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cangbaoge.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1carreras-api.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetorrentsro.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackerzero.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/insanetracker.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dreamingtree.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudiol.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/leech24.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/4thd.yml
2026-07-07 15:12:44.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theempire.yml
2026-07-07 15:12:44.5|Fatal|ProwlarrErrorPipeline|Request Failed. GET /api/v1/indexer/schema
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.get_UILanguage() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 142
at NzbDrone.Core.Localization.LocalizationService.b__11_0(LocalizationOption l) in ./NzbDrone.Core/Localization/LocalizationService.cs:line 134
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NzbDrone.Core.Localization.LocalizationService.GetLanguageIdentifier() in ./NzbDrone.Core/Localization/LocalizationService.cs:line 134
at NzbDrone.Core.Localization.LocalizationService.GetLanguageFileName() in ./NzbDrone.Core/Localization/LocalizationService.cs:line 153
at NzbDrone.Core.Localization.LocalizationService.GetLocalizedString(String phrase, Dictionary`2 tokens) in ./NzbDrone.Core/Localization/LocalizationService.cs:line 63
at Prowlarr.Http.ClientSchema.SchemaBuilder.GetFieldMapping(Type type, String prefix, Func`2 targetSelector) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 119
at Prowlarr.Http.ClientSchema.SchemaBuilder.GetFieldMappings(Type type) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 94
at Prowlarr.Http.ClientSchema.SchemaBuilder.ToSchema(Object model) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 31
at Prowlarr.Api.V1.ProviderResourceMapper`2.ToResource(TProviderDefinition definition) in ./Prowlarr.Api.V1/ProviderResource.cs:line 29
at Prowlarr.Api.V1.Indexers.IndexerResourceMapper.ToResource(IndexerDefinition definition) in ./Prowlarr.Api.V1/Indexers/IndexerResource.cs:line 55
at Prowlarr.Api.V1.ProviderControllerBase`4.GetTemplates() in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 194
at lambda_method22(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/BufferingMiddleware.cs:line 27
at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
at Prowlarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/StartingUpMiddleware.cs:line 37
at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/VersionMiddleware.cs:line 28
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2026-07-07 15:12:44.6|Debug|Api|[GET] /api/v1/indexer/schema: 500.InternalServerError (5594 ms)
2026-07-07 15:12:53.9|Warn|IndexerDefinitionUpdateService|Error while getting indexer definitions, fallback to reading from disk.
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.GetValueBoolean(String key, Boolean defaultValue) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 199
at NzbDrone.Core.Configuration.ConfigService.get_ProxyEnabled() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 159
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings() in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 38
at NzbDrone.Core.Http.HttpProxySettingsProvider.GetProxySettings(HttpUri uri) in ./NzbDrone.Core/Http/HttpProxySettingsProvider.cs:line 22
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(HttpUri uri, HttpProxySettings requestProxy) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 176
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 112
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.All() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 95
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retromoviesclub-api.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdu.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lst.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove2fa.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpt.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsthouse.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dxp.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfans.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/losslessclub.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztvl.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdzero.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentkitty.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/romanianmetaltorrents.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttip.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infire.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audiences.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1ptbar.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/agsvpt.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenttrader.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fenyarnyek-tracker.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sunnypt.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/c411.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siqi.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdspace.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extremebits.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zamundarip.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/digitalcore-api.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinematik.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/internetarchive.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-to.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52bt.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/itatorrents.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/estone.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vstorrent.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/carpathians.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzorcookie.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintor.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/clearjav-api.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kelu.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mactorrentsdownload.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/catorrent.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rousi-pro.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza2fa.yml
2026-07-07 15:12:54.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sosulki.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aidoruonline.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lemonhd-net.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptgtk.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/parabellumhd-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrentsit.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/limetorrents.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chilebt-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linkomanija.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pier720.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenerush.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/helltorrents.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdturk.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/springsunday.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/immortuos.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscora.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdgalaktik.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamctgame.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ncore.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtorrents.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theplace.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptying.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtracker-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crabpt.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aussierules.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unbreakable.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ds-reloaded.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicbytes.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btdirectory.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luminarr-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoccult.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metaltracker.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/backups.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animebybelka.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nyaasi.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/libranet.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pthome.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttime.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polskie-torrenty.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/depthstudio.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/r3vwtf.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uploadcx.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theoldschool-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/drugari.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vsttorrents.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/azusa.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/generationfree-api.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ztracker.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/riperam.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crt2fa.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racingforme.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tmghub.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sexypics.yml
2026-07-07 15:12:54.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdd.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/locadora.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proaudiotorrents.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentccf.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bootytape.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/playletpt.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/beload.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/brasiltracker.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btnext.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pterclub.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cgpeers.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newretro.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onlyencodes-api.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bithumen.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/Bittorrentfiles.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/miobt.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/linuxtracker.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/deildu.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hebits.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/extratorrent-st.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/herobit.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/filemood.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/malayabits-api.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdroute.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/datascene-api.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mdan.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-unit3d-api.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitgamer.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitturk.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcafe.yml
2026-07-07 15:12:54.2|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiancinema.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unlimitz.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tlfbits.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ourbits.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ubits.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabscene.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornotorrent.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mojblink.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abnormal-api.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornolab.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thebrothers.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellenic-hd-api.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/explosiv-world.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lat-team-api.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gay-torrents.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tormac.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/spiritofrevolution.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thegeeks.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nicept.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mypornclub.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownload.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigcore.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrbt.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/reelflix-api.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitporn.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/njtupt.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentsome.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lajidui.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/alingpt.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mazepa.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluebird.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdsky.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabp2p.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlgs.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exitorrent-org.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/upscalevault.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sportscult.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0daykiev.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rintornet.yml
2026-07-07 15:12:54.3|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uztracker.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zenith.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/majomparade.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aither-api.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/longpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magico.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/putao.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tasmanit.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u2.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptcc.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turkseed-api.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ggpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opencd.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockethd.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetosho-xyz.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/utopia.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oshenpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hqmusic.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/railgunpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/proporno.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tangpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamos.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemageddon.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cinemamovies.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/whiteangel.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtorrents.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/themixingbowl.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/eztv.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebookbay.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdarea.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sbpt.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hydracker-api.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hddolby.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinorun.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/matrix.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/retrotoon.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-club.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy2fa.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btetree.yml
2026-07-07 15:12:54.4|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-torrent.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdclone.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrabits-api.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabafenice.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc2fa.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluraytracker.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedpool-api.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/snowpt.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thecrazyones.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nobs.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/flood.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peersfm.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium2fa.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdtime.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/amigosshare.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenteros-api.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freefarm.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shadowbit.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bwtorrents.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/onejav.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kamept.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupforum.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/baozipt.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dubhe.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/polishtorrent.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxtor.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdvideo.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/world-of-tomorrow.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bibliotik.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/luckpt.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/soulvoice.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thenewfun.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/femdomcult.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/g3minitr4ck3r-api.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animeworld-api.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/best-torrents.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/indietorrents.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptsbao.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyanbug.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ultrahd.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pandacd.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/order66.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/plugintorrent.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nanyangpt.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornbay.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thekitchen.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ilcorsaroblu.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/learnflakes.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/punkshorror.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rutor.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bangumi-moe.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/exkinoray.yml
2026-07-07 15:12:54.5|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-pirat.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/karagarga.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zrpt.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/puntotorrent.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/redstartorrent.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xxxclub.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastfiles.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/0magnet.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jpopsuki.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peergarden.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vault-network.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pttey.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tjupt.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitpalace.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/muxuege.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/selezen.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trezzor.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdfans.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/booktracker.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rockbox.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kunlun.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acrossthetasman.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/coastalcrew.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milnueve-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenting.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdolimpo-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ceskeforum.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fappaizuri2fa.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/opensharing.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/monikadesign-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/abtorrents.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skidrowrepack.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theleachzone-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedcore-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/darkpeers.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentby.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/noname-clubl.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/marinetracker.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cspt.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitmagnet.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nipponsei.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/siambit.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/phoenixproject.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thepiratebay.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/docspedia.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shakaw.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/unionfansub.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concertos.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btschool.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/runtheframes-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptfiles.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wintersakura.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blutopia-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/byrutor.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gigatorrents.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nirvana.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/milkie.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtremebytes.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptlao.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptitzmx.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentmasters.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tribalmixes.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rastastugan-api.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldtoonsworld.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/blueroms.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingyung.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/midnightscene.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kickasstorrents-ws.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/girotorrent.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdhome.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/podzemlje.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sukebeinyaasi.yml
2026-07-07 15:12:54.6|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tocashare.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigfangroup.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamhd.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/peeratiko.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/momentpt.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentavenue-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/samaritano.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pignetwork.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentcore.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/letseed.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torr9.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yggreborn-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/okpt.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yts.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mikan.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1gp.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhanclub.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hd-club.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sewerpt.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zmpt.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/swarmazon-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xtorrenty.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pctorrent.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xwtclassics.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/p2pbg.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/yuscene-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/showrss.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/skipthecommercials-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/superbits.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/megapeer.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bigbbs.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/slobitgames.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cyclingarchiveclub.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thevault.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/oldgreektracker.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/krazyzone.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/party-tracker.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/thefallingangels.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/qingwa.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funkytorrents.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdbao.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/comicat.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musopia.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cathoderaytube.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/wihd.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingtan.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ehentai.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/capybarabr.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tapochek.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trancetraffic.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gamestorrents.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lesaloon.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mnv.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabicsource-api.yml
2026-07-07 15:12:54.7|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/zappateers.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aura4k-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pornrips.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/huntorrent.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdonly-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/funzone-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/memphis.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/seedfile.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdforever2fa.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentclaw.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tekno3d.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anisource.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentbd.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theshow.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newheaven.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xloli.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haidan.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent-turk.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/myspleen.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/elitetorrent-wf.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pixelcove.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crnaberza.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentqq.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/teamflix.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tr4ker.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/xingwan.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rgfootball.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/3dtorrents.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/haitang.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/houseofdevil.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/infinityhd-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/turktorrent.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dmhy.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/racing4everyone-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetcat.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/vietmediaf.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nekobt.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrent9.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rustorka.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/diablotorrent.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/portugas-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jme-reunit3d-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lastdigitalunderground.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/scenetime-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/musebootlegs.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/btarg.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hhd-api.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/happyfappy.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufei.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/novahd.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dimeadozen.yml
2026-07-07 15:12:54.8|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pwtorrents.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rudub.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/chdbits.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mvgroupmain.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/desitorrents-api.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hawke-uno.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shanaproject.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/audionews.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kinozal-magnet.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tornado.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/boxingtorrents.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/futuretorrent.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/shareisland-api.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/panda.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/pussytorrents.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentoyunindir.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/lp-bits.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nordicquality.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/metalguru.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackermk.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sextorrent-api.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptskit.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent-org.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/file-tracker.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/concen.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/traht.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/electro-torrent.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/jptv4us-api.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/madsrevolution.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/makingoff.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentleech-pl.yml
2026-07-07 15:12:54.9|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/new-team.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nostradamus.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdkylin.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/discfan.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/acgrip.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/gaytorrentru.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/anthelion-api.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bestcore.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentdownloads.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut-api.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/arabtorrents-com.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ebooks-shares.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crazyspirits-api.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/finelite.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/crackingpatching.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/damagnet.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/nethd.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/empornium.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ex-torrenty.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentproject2.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mesevilag.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/uindex.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/asiandvdclub.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/13city.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/sktorrent.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mousebits.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/speedmasterhd.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fanoin.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/tokyotosho.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mma-torrents.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/kufirc.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/postman-api.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/emuwarez.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theparadiese.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrentlt.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/u3c3.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/torrenthr.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rainbowtracker.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/borgzelle.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dasunerwartete.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bjshare.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bluetorrents.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/devil-torrents.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hellashut.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hdc.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/march.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animelayer.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/korsar.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory2fa.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/freejavtorrent.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/czteam-api.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hudbt.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/hxpt.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitded.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/keepfriends.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/aftershock.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/fuzer.yml
2026-07-07 15:12:55.0|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/52pt.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/mixtapetorrent.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/magnetdownload.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/ptzone.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/rain.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/totheglory.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/1337x.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/bitbazis.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudio.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/cangbaoge.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/f1carreras-api.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/animetorrentsro.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/trackerzero.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/insanetracker.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/dreamingtree.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/newstudiol.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/leech24.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/4thd.yml
2026-07-07 15:12:55.1|Debug|IndexerDefinitionUpdateService|Loading definition /config/Definitions/theempire.yml
2026-07-07 15:12:55.2|Fatal|ProwlarrErrorPipeline|Request Failed. GET /api/v1/indexer/schema
[v2.4.0.5397] System.ArgumentException: An item with the same key has already been added. Key: indexersettings
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](List`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.Configuration.ConfigService.EnsureCache() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 266
at NzbDrone.Core.Configuration.ConfigService.GetValue(String key, Object defaultValue, Boolean persist) in ./NzbDrone.Core/Configuration/ConfigService.cs:line 217
at NzbDrone.Core.Configuration.ConfigService.get_UILanguage() in ./NzbDrone.Core/Configuration/ConfigService.cs:line 142
at NzbDrone.Core.Localization.LocalizationService.b__11_0(LocalizationOption l) in ./NzbDrone.Core/Localization/LocalizationService.cs:line 134
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NzbDrone.Core.Localization.LocalizationService.GetLanguageIdentifier() in ./NzbDrone.Core/Localization/LocalizationService.cs:line 134
at NzbDrone.Core.Localization.LocalizationService.GetLanguageFileName() in ./NzbDrone.Core/Localization/LocalizationService.cs:line 153
at NzbDrone.Core.Localization.LocalizationService.GetLocalizedString(String phrase, Dictionary`2 tokens) in ./NzbDrone.Core/Localization/LocalizationService.cs:line 63
at Prowlarr.Http.ClientSchema.SchemaBuilder.GetFieldMapping(Type type, String prefix, Func`2 targetSelector) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 119
at Prowlarr.Http.ClientSchema.SchemaBuilder.GetFieldMappings(Type type) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 94
at Prowlarr.Http.ClientSchema.SchemaBuilder.ToSchema(Object model) in ./Prowlarr.Http/ClientSchema/SchemaBuilder.cs:line 31
at Prowlarr.Api.V1.ProviderResourceMapper`2.ToResource(TProviderDefinition definition) in ./Prowlarr.Api.V1/ProviderResource.cs:line 29
at Prowlarr.Api.V1.Indexers.IndexerResourceMapper.ToResource(IndexerDefinition definition) in ./Prowlarr.Api.V1/Indexers/IndexerResource.cs:line 55
at Prowlarr.Api.V1.ProviderControllerBase`4.GetTemplates() in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 194
at lambda_method22(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/BufferingMiddleware.cs:line 27
at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
at Prowlarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/StartingUpMiddleware.cs:line 37
at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/VersionMiddleware.cs:line 28
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2026-07-07 15:12:55.2|Debug|Api|[GET] /api/v1/indexer/schema: 500.InternalServerError (1370 ms)
2026-07-07 15:13:02.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:13:02.2|Info|ConsoleApp|Exiting main.
2026-07-07 15:13:13.5|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:13:13.5|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:13:13.5|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 15:13:13.6|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:13:13.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:13:13.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:13:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:13:13.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:13:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1131854s
2026-07-07 15:13:13.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:13:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1175214s
2026-07-07 15:13:14.0|Debug|MigrationController|Took: 00:00:00.4168245
2026-07-07 15:13:14.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:13:14.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:13:14.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:13:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:13:14.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:13:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110666s
2026-07-07 15:13:14.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:13:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0117906s
2026-07-07 15:13:14.0|Debug|MigrationController|Took: 00:00:00.0569832
2026-07-07 15:13:14.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:13:14.7|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:13:14.7|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:13:14.9|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:13:14.9|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:13:15.1|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:13:15.3|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:13:15.3|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:13:15.3|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:13:15.3|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:13:15.3|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:13:15.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:13:15.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:13:15.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:13:19.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1359 ms)
2026-07-07 15:13:24.7|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (514 ms)
2026-07-07 15:13:25.0|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:13:25.0|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:13:25.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:13:25.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (314 ms)
2026-07-07 15:13:25.2|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:13:25.2|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:13:25.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:13:25.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (83 ms)
2026-07-07 15:13:25.3|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:13:25.3|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:13:25.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:13:25.4|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (73 ms)
2026-07-07 15:13:34.7|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:13:34.8|Info|ConsoleApp|Exiting main.
2026-07-07 15:13:46.1|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:13:46.1|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:13:46.1|Debug|ProcessProvider| - [151] Prowlarr
2026-07-07 15:13:46.2|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:13:46.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:13:46.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:13:46.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:13:46.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:13:46.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1000311s
2026-07-07 15:13:46.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:13:46.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1039006s
2026-07-07 15:13:46.5|Debug|MigrationController|Took: 00:00:00.3488731
2026-07-07 15:13:46.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:13:46.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:13:46.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:13:46.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:13:46.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:13:46.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127284s
2026-07-07 15:13:46.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:13:46.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134621s
2026-07-07 15:13:46.6|Debug|MigrationController|Took: 00:00:00.0675674
2026-07-07 15:13:47.1|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:13:47.3|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:13:47.4|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:13:47.5|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:13:47.6|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:13:47.7|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:13:47.9|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:13:47.9|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:13:48.0|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:13:48.0|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:13:48.0|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:13:48.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:13:48.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:13:48.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:13:52.6|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (1467 ms)
2026-07-07 15:13:52.9|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:13:52.9|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:13:53.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:13:53.1|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (335 ms)
2026-07-07 15:13:53.1|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:13:53.1|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:13:53.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:13:53.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (104 ms)
2026-07-07 15:13:53.2|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:13:53.2|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:13:53.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:13:53.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (127 ms)
2026-07-07 15:14:08.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (465 ms)
2026-07-07 15:14:08.6|Fatal|ProwlarrErrorPipeline|Request Failed. POST /api/v1/indexer
[v2.4.0.5397] System.ArgumentOutOfRangeException: Unknown Cardigann setting. (Parameter 'flareSolverrUrl')
at Prowlarr.Api.V1.Indexers.IndexerResourceMapper.ToModel(IndexerResource resource, IndexerDefinition existingDefinition) in ./Prowlarr.Api.V1/Indexers/IndexerResource.cs:line 140
at Prowlarr.Api.V1.ProviderControllerBase`4.GetDefinition(TProviderResource providerResource, Boolean validate, Boolean includeWarnings, Boolean forceValidate) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 156
at Prowlarr.Api.V1.ProviderControllerBase`4.CreateProvider(TProviderResource providerResource, Boolean forceSave) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 82
at lambda_method128(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/BufferingMiddleware.cs:line 27
at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
at Prowlarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/StartingUpMiddleware.cs:line 37
at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/VersionMiddleware.cs:line 28
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2026-07-07 15:14:08.8|Debug|Api|[POST] /api/v1/indexer: 500.InternalServerError (217 ms)
2026-07-07 15:14:08.8|Fatal|ProwlarrErrorPipeline|Request Failed. POST /api/v1/indexer
[v2.4.0.5397] System.ArgumentOutOfRangeException: Unknown Cardigann setting. (Parameter 'flareSolverrUrl')
at Prowlarr.Api.V1.Indexers.IndexerResourceMapper.ToModel(IndexerResource resource, IndexerDefinition existingDefinition) in ./Prowlarr.Api.V1/Indexers/IndexerResource.cs:line 140
at Prowlarr.Api.V1.ProviderControllerBase`4.GetDefinition(TProviderResource providerResource, Boolean validate, Boolean includeWarnings, Boolean forceValidate) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 156
at Prowlarr.Api.V1.ProviderControllerBase`4.CreateProvider(TProviderResource providerResource, Boolean forceSave) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 82
at lambda_method128(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/BufferingMiddleware.cs:line 27
at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
at Prowlarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/StartingUpMiddleware.cs:line 37
at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/VersionMiddleware.cs:line 28
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2026-07-07 15:14:08.9|Debug|Api|[POST] /api/v1/indexer: 500.InternalServerError (62 ms)
2026-07-07 15:14:08.9|Fatal|ProwlarrErrorPipeline|Request Failed. POST /api/v1/indexer
[v2.4.0.5397] System.ArgumentOutOfRangeException: Unknown Cardigann setting. (Parameter 'flareSolverrUrl')
at Prowlarr.Api.V1.Indexers.IndexerResourceMapper.ToModel(IndexerResource resource, IndexerDefinition existingDefinition) in ./Prowlarr.Api.V1/Indexers/IndexerResource.cs:line 140
at Prowlarr.Api.V1.ProviderControllerBase`4.GetDefinition(TProviderResource providerResource, Boolean validate, Boolean includeWarnings, Boolean forceValidate) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 156
at Prowlarr.Api.V1.ProviderControllerBase`4.CreateProvider(TProviderResource providerResource, Boolean forceSave) in ./Prowlarr.Api.V1/ProviderControllerBase.cs:line 82
at lambda_method128(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/BufferingMiddleware.cs:line 27
at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
at Prowlarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/StartingUpMiddleware.cs:line 37
at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Prowlarr.Http/Middleware/VersionMiddleware.cs:line 28
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
2026-07-07 15:14:09.0|Debug|Api|[POST] /api/v1/indexer: 500.InternalServerError (62 ms)
2026-07-07 15:14:42.4|Debug|Api|[GET] /api/v1/IndexerSettings?apikey=(removed) 404.NotFound (14 ms)
2026-07-07 15:14:42.4|Debug|Api|[GET] /api/v1/indexerSettings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:42.5|Debug|Api|[GET] /api/v1/indexer-settings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:42.5|Debug|Api|[GET] /api/v1/settings/IndexerSettings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:42.5|Debug|Api|[GET] /api/v1/config/IndexerSettings?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:42.5|Debug|Api|[GET] /api/v1/config/indexerSettings?apikey=(removed) 404.NotFound (2 ms)
2026-07-07 15:14:42.5|Debug|Api|[GET] /api/v1/config/IndexerSettings/?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:42.6|Debug|Api|[GET] /api/v1/config/IndexerSettings/1?apikey=(removed) 404.NotFound (0 ms)
2026-07-07 15:14:57.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (332 ms)
2026-07-07 15:14:57.3|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 15:14:57.3|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 15:14:57.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2026-07-07 15:14:57.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (35 ms)
2026-07-07 15:14:57.3|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 15:14:57.3|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 15:14:57.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access eztvx.to, blocked by CloudFlare Protection.
2026-07-07 15:14:57.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (36 ms)
2026-07-07 15:14:57.3|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 15:14:57.3|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 15:14:57.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access uindex.org, blocked by CloudFlare Protection.
2026-07-07 15:14:57.4|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (27 ms)
2026-07-07 15:15:11.3|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (310 ms)
2026-07-07 15:15:11.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:15:11.5|Debug|Api|[POST] /api/v1/indexer: 201.Created (108 ms)
2026-07-07 15:15:11.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:15:11.6|Debug|Api|[POST] /api/v1/indexer: 201.Created (34 ms)
2026-07-07 15:15:11.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:15:11.6|Debug|Api|[POST] /api/v1/indexer: 201.Created (26 ms)
2026-07-07 15:15:22.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (13 ms)
2026-07-07 15:15:23.0|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:23.0|Debug|Cardigann|Adding request for 1337x: https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:15:23.0|Debug|Cardigann|Downloading Feed https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:15:23.0|Error|Cardigann|Cloudflare protection detected for [1337x], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access 1337x.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:15:23.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:15:23.1|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=6: 200.OK (227 ms)
2026-07-07 15:15:25.1|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:16:23 due to recent failures.
2026-07-07 15:15:25.1|Info|ReleaseSearchService|Searching indexer(s): [EZTV] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:25.1|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:15:25.1|Debug|Cardigann|Downloading Feed https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:15:25.2|Error|Cardigann|Cloudflare protection detected for [EZTV], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access eztvx.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:15:25.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:15:25.2|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=7: 200.OK (62 ms)
2026-07-07 15:15:27.2|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:16:23 due to recent failures.
2026-07-07 15:15:27.2|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:16:25 due to recent failures.
2026-07-07 15:15:27.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:27.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02E01"}
2026-07-07 15:15:27.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:15:27.4|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=5: 200.OK (191 ms)
2026-07-07 15:15:29.4|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:16:23 due to recent failures.
2026-07-07 15:15:29.4|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:16:25 due to recent failures.
2026-07-07 15:15:29.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:29.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20S02E01/date/1/
2026-07-07 15:15:29.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20S02E01/date/1/
2026-07-07 15:15:29.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20S02E01/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20S02E01/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:15:30.0|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:15:30.0|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=2: 200.OK (639 ms)
2026-07-07 15:15:32.0|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:16:23 due to recent failures.
2026-07-07 15:15:32.0|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:16:25 due to recent failures.
2026-07-07 15:15:32.0|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:32.0|Debug|Cardigann|Adding request for RuTor: https://rutor.info/search/0/0/100/0/Two%20and%20a%20Half%20Men%20S02E01/
2026-07-07 15:15:32.0|Debug|Cardigann|Downloading Feed https://rutor.info/search/0/0/100/0/Two%20and%20a%20Half%20Men%20S02E01/
2026-07-07 15:15:32.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:15:32.2|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=3: 200.OK (220 ms)
2026-07-07 15:15:34.3|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:16:23 due to recent failures.
2026-07-07 15:15:34.3|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:16:25 due to recent failures.
2026-07-07 15:15:34.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:15:34.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s02e01&cat=
2026-07-07 15:15:34.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s02e01&cat=
2026-07-07 15:16:13.4|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 1.6652753s.
2026-07-07 15:16:36.4|Info|ReleaseSearchService|Searching indexer(s): [TorrentProject2] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:16:36.4|Debug|Cardigann|Adding request for TorrentProject2: https://torrentproject2.net/?t=Two+and+a+Half+Men+S02E01&orderby=latest
2026-07-07 15:16:36.4|Debug|Cardigann|Downloading Feed https://torrentproject2.net/?t=Two+and+a+Half+Men+S02E01&orderby=latest
2026-07-07 15:16:36.7|Debug|Cardigann|Adding request for TorrentProject2: https://torrentproject2.net/?t=Two+and+a+Half+Men+S02E01&orderby=latest&p=1
2026-07-07 15:16:36.7|Debug|Cardigann|Downloading Feed https://torrentproject2.net/?t=Two+and+a+Half+Men+S02E01&orderby=latest&p=1
2026-07-07 15:16:38.7|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:16:38.7|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=4: 200.OK (2403 ms)
2026-07-07 15:16:40.7|Info|ReleaseSearchService|Searching indexer(s): [Uindex] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:16:40.7|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:16:40.7|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:16:40.8|Error|Cardigann|Cloudflare protection detected for [Uindex], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access uindex.org, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:16:40.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:16:40.8|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=8: 200.OK (99 ms)
2026-07-07 15:16:51.8|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:17:40 due to recent failures.
2026-07-07 15:16:51.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:16:51.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:16:51.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:16:51.9|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:17:40 due to recent failures.
2026-07-07 15:16:51.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:16:51.9|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:17:40 due to recent failures.
2026-07-07 15:16:51.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:16:51.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:16:51.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 15:16:51.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 15:16:52.1|Debug|ReleaseSearchService|Total of 84 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:16:52.2|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:16:54.3|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 3.2625941s.
2026-07-07 15:17:01.0|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:17:16.5|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:17:16.5|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:17:16.5|Debug|ProcessProvider| - [149] Prowlarr
2026-07-07 15:17:16.6|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:17:16.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:17:16.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:17:16.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:17:16.8|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:17:16.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0735088s
2026-07-07 15:17:16.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:17:16.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0796613s
2026-07-07 15:17:16.9|Debug|MigrationController|Took: 00:00:00.2946911
2026-07-07 15:17:16.9|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:17:16.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:17:16.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:17:16.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:17:16.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:17:16.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090572s
2026-07-07 15:17:16.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:17:16.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095021s
2026-07-07 15:17:16.9|Debug|MigrationController|Took: 00:00:00.0579141
2026-07-07 15:17:17.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:17:17.7|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:17:17.7|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:17:17.9|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:17:18.0|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:17:18.5|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:17:18.7|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:17:18.7|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:17:18.7|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:17:18.7|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:17:18.7|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:17:18.7|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:17:18.7|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:17:18.7|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:17:33.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-07-07 15:17:34.0|Info|ConsoleApp|Exiting main.
2026-07-07 15:17:42.3|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-07-07 15:17:42.3|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-07-07 15:17:42.3|Debug|ProcessProvider| - [148] Prowlarr
2026-07-07 15:17:42.4|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:17:42.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:17:42.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:17:42.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:17:42.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:17:42.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0671108s
2026-07-07 15:17:42.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:17:42.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0724716s
2026-07-07 15:17:42.6|Debug|MigrationController|Took: 00:00:00.2479890
2026-07-07 15:17:42.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-07-07 15:17:42.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-07-07 15:17:42.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-07-07 15:17:42.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-07-07 15:17:42.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-07-07 15:17:42.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096986s
2026-07-07 15:17:42.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-07-07 15:17:42.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010184s
2026-07-07 15:17:42.7|Debug|MigrationController|Took: 00:00:00.0457045
2026-07-07 15:17:43.1|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-07-07 15:17:43.3|Debug|NotificationFactory|Initializing Providers. Count 20
2026-07-07 15:17:43.3|Info|CommandExecutor|Starting 3 threads for tasks.
2026-07-07 15:17:43.4|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-07-07 15:17:43.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-07-07 15:17:43.9|Debug|HttpClient|Downloading Completed. took 0s
2026-07-07 15:17:44.2|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-07-07 15:17:44.2|Debug|IndexerFactory|Initializing Providers. Count 67
2026-07-07 15:17:44.3|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-07-07 15:17:44.3|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-07-07 15:17:44.3|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-07-07 15:17:44.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-07-07 15:17:44.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-07-07 15:17:44.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-07-07 15:17:55.3|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:17:55.4|Debug|Cardigann|Adding request for 1337x: https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:17:55.4|Debug|Cardigann|Downloading Feed https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:17:55.5|Error|Cardigann|Cloudflare protection detected for [1337x], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access 1337x.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://1337x.to/sort-search/Two%20and%20a%20Half%20Men%20S02E01/time/desc/1/
2026-07-07 15:17:55.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:17:55.8|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=6: 200.OK (752 ms)
2026-07-07 15:17:55.9|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:17:55.9|Info|ReleaseSearchService|Searching indexer(s): [EZTV] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:17:55.9|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:17:55.9|Debug|Cardigann|Downloading Feed https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:17:55.9|Error|Cardigann|Cloudflare protection detected for [EZTV], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access eztvx.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://eztvx.to/search/Two-and-a-Half-Men-S02E01
2026-07-07 15:17:55.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:17:55.9|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=7: 200.OK (140 ms)
2026-07-07 15:17:56.0|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:17:56.0|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:17:56.0|Info|ReleaseSearchService|Searching indexer(s): [Uindex] for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: []
2026-07-07 15:17:56.0|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:17:56.0|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:17:56.0|Error|Cardigann|Cloudflare protection detected for [Uindex], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access uindex.org, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://uindex.org/search.php?search=Two+and+a+Half+Men+S02E01&c=0
2026-07-07 15:17:56.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men S02E01] for Season / Episode:[], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-07-07 15:17:56.1|Debug|Api|[GET] /api/v1/search?query=Two+and+a+Half+Men+S02E01&type=tvsearch&indexerIds=8: 200.OK (103 ms)
2026-07-07 15:18:22.3|Debug|Api|[GET] /api/v1/applications: 200.OK (88 ms)
2026-07-07 15:18:22.7|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:22.7|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:22.7|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:18:56 due to recent failures.
2026-07-07 15:18:22.8|Debug|Api|[PUT] /api/v1/applications/1: 202.Accepted (433 ms)
2026-07-07 15:18:22.8|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:18:22.8|Debug|Sonarr|Updating indexer Knaben [5]
2026-07-07 15:18:22.8|Debug|Sonarr|Remote indexer Knaben (Prowlarr) [3] found
2026-07-07 15:18:22.8|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:18:22.8|Debug|Sonarr|Updating indexer LimeTorrents [2]
2026-07-07 15:18:22.9|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [2] found
2026-07-07 15:18:22.9|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:18:24.7|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:24.7|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:24.7|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:18:56 due to recent failures.
2026-07-07 15:18:24.7|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 15:18:24.7|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 15:18:24.7|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 15:18:25.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 15:18:25.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:18:25.8|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:18:25.8|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 15:18:26.7|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:26.7|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:26.7|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:18:56 due to recent failures.
2026-07-07 15:18:26.7|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 15:18:26.7|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 15:18:26.7|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 15:18:27.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 15:18:27.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:18:27.2|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:18:27.3|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 147
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 15:18:27.3|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:18:28.7|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:28.7|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 15:18:55 due to recent failures.
2026-07-07 15:18:28.7|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 15:18:56 due to recent failures.
2026-07-07 15:18:28.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040]
2026-07-07 15:18:28.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:18:28.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:18:48.9|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 0.0694244s.
2026-07-07 15:19:02.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:19:02.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:19:02.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:19:02.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:19:02.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:02.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:19:02.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:02.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:19:04.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:19:04.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:04.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:19:04.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:19:04.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:19:04.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:19:04.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:04.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:19:06.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:06.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:19:06.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:19:06.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:06.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:06.1|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:06.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:06.1|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:08.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:08.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:08.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:19:08.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:19:08.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:08.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:08.2|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:08.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:09.2|Warn|Cardigann|Request for The Pirate Bay failed with status ServiceUnavailable. Retrying in 5.4900933s.
2026-07-07 15:19:10.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:10.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:10.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:10.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:10.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:10.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:10.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:10.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:12.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:12.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:12.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:12.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:12.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:12.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:12.8|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:12.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:15.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:15.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:15.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:15.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:15.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:15.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:15.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:15.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:17.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:17.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:17.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:17.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:17.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:17.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:17.2|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:17.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:33.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:19:42.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:19:48.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:19:54.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:54.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:54.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:54.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:19:54.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:54.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:54.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:55.0|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:56.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:19:56.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:56.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:19:56.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:19:56.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:19:56.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:19:56.9|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:19:57.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:19:59.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:07.3|Error|SonarrV3Proxy|Unable to add or update indexer
[v2.4.0.5397] System.Net.WebException: Http request timed out
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> 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.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 170
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
2026-07-07 15:20:07.5|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService server is currently unavailable. Http request timed out
[v2.4.0.5397] System.Net.WebException: Http request timed out
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> 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.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 170
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 92
at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 147
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
2026-07-07 15:20:07.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 15:20:07.6|Debug|Sonarr|Skipping add for indexer TorrentProject2 [4] due to no app Sync Categories supported by the indexer
2026-07-07 15:20:08.6|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:12.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:20.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:28.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:20:28.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:20:28.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:20:28.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:20:28.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:20:28.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:20:28.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:20:28.7|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:20:28.8|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 522.522 (16 bytes)
error code: 522
2026-07-07 15:20:28.9|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 522
2026-07-07 15:20:28.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040] from 1 indexer(s)
2026-07-07 15:20:30.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:20:30.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:20:30.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:20:30.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:20:30.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:20:30.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:20:30.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:20:30.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:20:30.7|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:20:30.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:20:36.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:42.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:20:50.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:21:00.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:21:50.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:50.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:21:50.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:21:50.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:21:50.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:50.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:21:50.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:21:50.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:21:50.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:21:50.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:21:52.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:52.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:21:52.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:21:52.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:21:52.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:52.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:21:52.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:21:52.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:21:52.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:21:52.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:21:54.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:54.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:21:54.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:21:54.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:21:54.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:54.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:21:54.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:21:54.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:21:54.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:21:54.5|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:21:56.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:56.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:21:56.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:21:56.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:21:56.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:21:56.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:21:56.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:21:56.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:21:56.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:21:56.5|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:01.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:01.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:01.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:01.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:01.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:01.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:01.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:01.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:01.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:01.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:03.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:03.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:03.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:03.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:03.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:03.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:03.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:03.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:03.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:03.8|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:06.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:06.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:06.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:06.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:06.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:06.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:06.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:06.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:06.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:06.5|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:08.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:08.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:08.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:08.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:08.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:08.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:08.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:08.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:08.6|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:08.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:24.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:22:34.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:22:40.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:22:46.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:46.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:46.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:46.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:46.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:46.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:46.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:22:46.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:46.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:46.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:48.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:48.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:22:48.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:48.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:22:48.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:22:48.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:22:48.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:22:48.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:22:48.3|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:22:48.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:22:50.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:22:59.6|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:03.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:11.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:19.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:23:19.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:23:19.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:23:19.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:23:19.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:23:19.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:23:19.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:23:19.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:23:19.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:23:19.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:23:21.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:23:21.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:23:21.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:23:21.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:23:21.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:23:21.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:23:21.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:23:21.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:23:21.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:23:21.9|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:23:27.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:33.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:39.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:23:47.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:24:22.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:24:37.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:24:37.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:24:37.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:24:37.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:24:37.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:24:37.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:24:37.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S05","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:24:38.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:24:38.1|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:24:38.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:24:59.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:24:59.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:24:59.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:24:59.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:24:59.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:24:59.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:24:59.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:24:59.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:24:59.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:24:59.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:25:01.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:01.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:25:01.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:25:01.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:25:01.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:01.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:25:01.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:01.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:01.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:25:01.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:25:03.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:03.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:03.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:25:03.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:25:03.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:03.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:03.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:03.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:03.3|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:03.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:05.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:05.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:05.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:25:05.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:25:05.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:05.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:05.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:05.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:05.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:05.4|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:10.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:10.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:10.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:10.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:10.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:10.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:10.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:10.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:10.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:10.7|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:12.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:12.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:12.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:12.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:12.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:12.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:12.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:12.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:12.8|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:12.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:15.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:15.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:15.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:15.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:15.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:15.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:15.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:15.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:15.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:15.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:17.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:17.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:17.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:25:28 due to recent failures.
2026-07-07 15:25:17.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:17.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:17.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:17.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:17.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:17.3|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:17.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:32.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:25:40.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:25:44.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:25:48.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:48.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:48.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:48.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:25:48.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:48.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:49.0|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:49.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:50.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:25:50.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:50.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:25:50.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:25:50.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:25:51.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:25:51.0|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:25:51.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:25:52.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:26:00.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:26:02.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:26:08.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:26:10.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:26:10.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:26:10.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:26:10.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:26:10.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:26:10.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:26:10.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:26:10.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:26:10.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:26:10.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:26:10.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:26:12.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:26:12.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:26:12.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:26:12.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:26:12.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:26:12.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:26:12.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:26:12.6|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:26:49.5|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 2.4776647s.
2026-07-07 15:27:31.0|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 2.9405622s.
2026-07-07 15:27:56.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:27:56.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:27:56.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:27:56.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:27:56.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:27:56.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:27:56.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:27:56.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:27:56.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:27:56.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:27:56.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:27:58.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:27:58.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:27:58.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:27:58.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:27:58.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:27:58.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:27:58.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:27:58.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:28:13.0|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299: 522.522 (16 bytes)
error code: 522
2026-07-07 15:28:13.0|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 522
2026-07-07 15:28:13.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:28:35.6|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 1.6808749s.
2026-07-07 15:29:16.6|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 3.5195252s.
2026-07-07 15:29:36.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:36.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:36.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:36.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:36.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:29:36.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:29:36.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:36.8|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:36.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:36.9|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:38.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:38.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:38.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:29:38.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:29:38.7|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:38.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:38.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:38.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:39.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:39.0|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:44.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:44.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:44.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:29:44.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:29:44.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:44.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:44.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:44.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:44.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:44.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:46.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:46.6|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:46.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:46.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:46.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:29:46.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:29:46.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:46.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:46.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:46.8|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:49.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:49.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:49.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:29:49.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:29:49.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:49.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:49.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:49.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:49.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:49.5|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:51.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:51.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:33:13 due to recent failures.
2026-07-07 15:29:51.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:29:51.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:29:51.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:29:51.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:29:51.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:29:51.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:29:51.5|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:29:51.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:29:59.1|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299: 522.522 (16 bytes)
error code: 522
2026-07-07 15:29:59.1|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 522
2026-07-07 15:29:59.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:30:07.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:15.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:19.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:23.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:23.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:30:23.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:30:23.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:30:23.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:23.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:30:23.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:30:23.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:30:23.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:30:23.4|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:30:25.1|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:25.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:30:25.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:30:25.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:30:25.2|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:25.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:30:25.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:30:25.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:30:25.5|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:30:25.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:30:27.2|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:35.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:37.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:43.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:30:45.4|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:45.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:30:45.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:30:45.4|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:45.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:30:45.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:30:45.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:30:45.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:30:45.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:30:45.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:30:47.4|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:47.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:30:47.4|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:30:47.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:30:47.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:30:47.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:30:47.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:30:47.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:30:47.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:30:47.7|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:30:52.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:31:26.4|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:31:38.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:31:38.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:31:38.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:31:38.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:31:38.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:31:38.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:31:38.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S05","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:31:38.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:31:38.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:31:38.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:31:40.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:31:40.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:31:40.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:31:40.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:31:40.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:31:40.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:31:40.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S05","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:31:40.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:31:40.6|Debug|ReleaseSearchService|Total of 48 reports were found for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:31:40.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:32:18.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:18.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:18.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:32:18.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:32:18.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:32:18.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S06","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:32:18.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:32:18.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:32:18.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:32:18.4|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:32:20.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:20.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:32:20.3|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:20.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:32:20.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:32:20.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:32:20.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S06","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:32:20.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:32:20.4|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:32:20.5|Debug|ReleaseSearchService|Total of 80 reports were found for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:32:24.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:24.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:32:24.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:32:24.5|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:32:24.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:32:24.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 15:32:24.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 15:32:24.9|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:32:24.9|Debug|ReleaseSearchService|Total of 84 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:33:11.8|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:11.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:33:11.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S07","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:33:11.8|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:11.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:33:11.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:33:11.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:33:11.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:33:12.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:33:12.1|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:33:13.8|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:13.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:33:13.8|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:13.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:33:13.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S07","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:33:13.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:33:13.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:33:14.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:33:14.0|Debug|ReleaseSearchService|Total of 54 reports were found for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:33:14.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:33:55.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:55.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:33:55.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:33:55.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:33:55.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:55.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:33:55.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S08","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:33:56.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:33:56.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:33:56.1|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:33:57.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:57.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:33:57.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:33:57.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:33:57.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:33:57.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:33:57.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S08","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:33:58.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:33:58.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:33:58.1|Debug|ReleaseSearchService|Total of 36 reports were found for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:34:27.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:34:27.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:34:27.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:34:27.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:34:27.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:34:27.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:34:27.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S09","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:34:28.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:34:28.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:34:28.1|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:34:29.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:34:29.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:34:29.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S09","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:34:29.9|Debug|IndexerFactory|Temporarily ignoring indexer The Pirate Bay till 07/07/2026 15:34:59 due to recent failures.
2026-07-07 15:34:29.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:34:29.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:34:29.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:34:30.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:34:30.1|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:34:30.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:34:59.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:34:59.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:34:59.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:34:59.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:34:59.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S10","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:34:59.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:35:00.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:35:00.0|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:35:01.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:35:01.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:35:01.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:35:01.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:35:01.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S10","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:35:02.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:35:02.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:35:02.1|Debug|ReleaseSearchService|Total of 56 reports were found for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:35:40.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:35:40.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:35:40.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:35:40.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S11","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:35:40.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:35:40.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:35:40.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:35:40.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:35:42.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:35:42.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S11","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:35:42.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:35:42.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:35:42.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:35:42.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:35:42.5|Debug|ReleaseSearchService|Total of 62 reports were found for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:35:42.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:36:24.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:36:24.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:36:24.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:36:24.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:36:24.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S12","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:36:24.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:36:24.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:36:24.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:36:24.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:36:24.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:36:24.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:36:25.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:36:26.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:36:26.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S12","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:36:26.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:36:26.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:36:26.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:36:26.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:36:26.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:36:26.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:36:26.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:36:26.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:36:26.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:36:27.3|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:21.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:21.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:21.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:21.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:42:21.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:42:21.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:42:21.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:42:21.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:21.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:42:21.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:21.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:42:22.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:23.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:23.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:23.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.original.pilot.most.chicks.wont.eat.veal&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:23.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:42:23.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:42:23.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
2026-07-07 15:42:23.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:42:23.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men Original Pilot Most Chicks Wont Eat Veal","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:23.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:42:23.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20Original%20Pilot%20Most%20Chicks%20Wont%20Eat%20Veal/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:23.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:42:24.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men Original Pilot Most Chicks Wont Eat Veal], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:25.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:25.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:25.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:25.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:25.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:42:25.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
2026-07-07 15:42:25.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:25.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:25.6|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:25.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:25.7|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:26.2|Debug|ReleaseSearchService|Total of 14 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:27.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:27.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:27.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:27.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:27.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:42:27.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
2026-07-07 15:42:27.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:27.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:27.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:27.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:27.9|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:28.4|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:29.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[], Offset: 100, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:29.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Two and a Half Men] for Season / Episode:[], Offset: 100, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:36.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:36.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s01&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:36.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:36.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s01&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:36.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:36.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:42:36.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:42:36.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:36.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:37.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:37.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:37.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:38.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:38.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S01","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:38.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:38.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:42:38.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:42:38.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:38.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s01&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:38.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s01&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:38.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:38.6|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:38.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:39.1|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [Two and a Half Men] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:42.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:42.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:42.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:42.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:42.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:42:42.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:42:42.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s02&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:42.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s02&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:42.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:42.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:42.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:43.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:42:44.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:42:44.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:42:44.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:42:44.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:42:44.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s02&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:44.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s02&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:42:44.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:42:44.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S02","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:42:44.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:42:44.8|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:42:44.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:42:45.3|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Two and a Half Men] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:43:00.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:09.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:13.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:17.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:43:17.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:43:17.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:43:17.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:43:17.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s03&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:17.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s03&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:17.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:43:17.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:43:17.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:43:17.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:43:17.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:43:17.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:43:19.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:43:19.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s03&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:19.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s03&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:19.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:43:19.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:43:19.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:43:19.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:43:19.0|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S03","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:43:19.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:43:19.2|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:43:19.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:43:20.4|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [Two and a Half Men] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:43:22.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:30.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:32.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:38.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:40.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:43:40.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:43:40.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:43:40.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:43:40.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:40.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:40.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:43:40.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:43:40.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:43:40.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:43:40.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:43:40.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:43:42.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:43:42.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:42.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s04&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:43:42.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:43:42.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:43:42.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:43:42.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:43:42.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S04","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:43:42.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:43:42.4|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:43:42.4|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:43:42.9|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Two and a Half Men] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:43:47.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:43:51.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
2026-07-07 15:44:33.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:44:33.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:44:33.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s05&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:44:33.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s05&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:44:33.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:44:33.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:44:33.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:44:33.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S05","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:44:33.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:44:33.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:44:33.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:44:33.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:44:35.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:44:35.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s05&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:44:35.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s05&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:44:35.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:44:35.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:44:35.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:44:35.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:44:35.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S05","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:44:35.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:44:35.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:44:35.4|Debug|ReleaseSearchService|Total of 48 reports were found for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:44:36.2|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [Two and a Half Men] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:45:11.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:45:11.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S06","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:45:11.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:45:11.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:45:11.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:45:11.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:45:11.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s06&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:45:11.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s06&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:45:11.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:45:11.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:45:12.0|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:45:13.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:45:13.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:45:13.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S06","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:45:13.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:45:13.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:45:13.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:45:14.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:45:14.5|Debug|ReleaseSearchService|Total of 80 reports were found for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:46:07.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:46:07.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:46:07.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s06&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:46:07.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s06&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:46:13.2|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [Two and a Half Men] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:01.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:47:01.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:47:01.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:47:01.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:47:01.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s07&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:01.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s07&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:01.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:47:01.6|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S07","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:47:01.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:47:01.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:47:01.8|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:47:02.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:03.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:47:03.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:47:03.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:47:03.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:47:03.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s07&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:03.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s07&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:03.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:47:03.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S07","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:47:03.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:47:03.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:47:03.8|Debug|ReleaseSearchService|Total of 54 reports were found for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:47:04.4|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [Two and a Half Men] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:46.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:47:46.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:47:46.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:47:46.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:47:46.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S08","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:47:46.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:47:46.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s08&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:46.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s08&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:46.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:47:46.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:47:46.5|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:47:47.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:48.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:47:48.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:47:48.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:47:48.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:47:48.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s08&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:48.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s08&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:47:48.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:47:48.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S08","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:47:48.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:47:48.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:47:48.6|Debug|ReleaseSearchService|Total of 36 reports were found for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:47:49.0|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Two and a Half Men] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:50.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:47:50.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:47:50.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 15:47:50.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 15:47:50.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:47:50.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 15:47:50.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 15:47:50.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 15:47:50.5|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:47:50.6|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 15:47:50.7|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 15:48:19.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:48:19.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s09&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:19.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:48:19.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s09&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:19.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S09","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:48:19.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:48:19.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:48:19.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:48:19.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:48:20.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:48:20.0|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:48:20.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:48:21.9|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:48:21.9|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S09","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:48:21.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:48:21.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:48:21.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:48:21.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:48:21.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s09&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:21.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s09&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:22.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:48:22.1|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:48:22.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:48:22.9|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [Two and a Half Men] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:48:52.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:48:52.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S10","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:48:52.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:48:52.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:48:52.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:48:52.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:48:52.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s10&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:52.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s10&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:52.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:48:52.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:48:52.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:48:53.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:48:54.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:48:54.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s10&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:54.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s10&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:48:54.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:48:54.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:48:54.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:48:54.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:48:54.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S10","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:48:54.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:48:54.7|Debug|ReleaseSearchService|Total of 56 reports were found for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:48:54.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:48:55.0|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [Two and a Half Men] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:49:29.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:49:29.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s11&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:49:29.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s11&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:49:29.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:49:29.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:49:29.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:49:29.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:49:29.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S11","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:49:29.2|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:49:29.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:49:29.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:49:29.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:49:31.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:49:31.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:49:31.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:49:31.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:49:31.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s11&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:49:31.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s11&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:49:31.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:49:31.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S11","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:49:31.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:49:31.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:49:31.3|Debug|ReleaseSearchService|Total of 62 reports were found for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:49:31.8|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [Two and a Half Men] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:50:14.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:50:14.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=due.uomini.e.mezzo.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:50:14.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=due.uomini.e.mezzo.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:50:14.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:50:14.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:50:14.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
2026-07-07 15:50:14.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:50:14.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Due uomini e mezzo S12","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:50:14.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:50:14.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 15:50:14.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Due%20uomini%20e%20mezzo%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:50:14.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [Due uomini e mezzo] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:50:16.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 15:50:16.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=two.and.a.half.men.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:50:16.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=two.and.a.half.men.s12&cat=200%2C201%2C202%2C204%2C205%2C206%2C207%2C208%2C209%2C210%2C211%2C212%2C299
2026-07-07 15:50:16.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000]
2026-07-07 15:50:16.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:50:16.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
2026-07-07 15:50:16.1|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040]
2026-07-07 15:50:16.1|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"search_type":"100%","search_field":"title","query":"Two and a Half Men S12","categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 15:50:16.2|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 15:50:16.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/
[v2.4.0.5397] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Two%20and%20a%20Half%20Men%20/date/1/'.
---> System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location within the string/array/collection. (Parameter 'count')
at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault, Boolean shouldThrow)
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter(Uri uri, String headerName, String setCookieHeader, Boolean isThrow)
at System.Net.CookieContainer.SetCookies(Uri uri, String cookieHeader)
at NzbDrone.Common.Http.HttpClient.AddCookiesToContainer(HttpUri url, String[] cookieHeaders, CookieContainer container) in ./NzbDrone.Common/Http/HttpClient.cs:line 316
2026-07-07 15:50:16.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000] from 1 indexer(s)
2026-07-07 15:50:16.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Two and a Half Men] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040] from 1 indexer(s)
2026-07-07 16:03:20.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 16:03:20.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 16:03:20.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:03:20.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 16:03:20.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:03:20.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 16:03:20.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 16:03:20.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 16:03:20.6|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 16:03:20.8|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 16:03:20.9|Debug|ReleaseSearchService|Total of 93 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 16:18:51.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 16:18:51.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 16:18:51.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 16:18:51.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 16:18:51.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:18:51.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:18:51.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 16:18:51.3|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 16:18:51.7|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 16:18:51.7|Debug|ReleaseSearchService|Total of 36 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 16:18:51.7|Debug|ReleaseSearchService|Total of 84 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 16:34:22.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 16:34:22.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 16:34:22.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 16:34:22.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 16:34:22.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 16:34:22.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 16:34:22.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:34:22.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:34:23.4|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 16:34:23.6|Debug|ReleaseSearchService|Total of 84 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 16:34:23.6|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 16:50:00.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 16:49:59.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 16:50:00.0|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 16:50:01.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:50:01.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 16:50:01.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 16:50:01.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 16:50:02.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 16:50:26.7|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 16:50:29.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 16:50:30.5|Debug|ReleaseSearchService|Total of 97 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 17:06:08.3|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 17:06:08.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 17:06:08.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 17:06:08.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 17:06:08.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:06:08.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:06:08.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 17:06:08.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 17:06:27.8|Debug|ReleaseSearchService|Total of 95 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 17:06:33.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 17:06:34.8|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 17:22:02.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 17:22:02.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 17:22:02.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 17:22:03.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 17:22:03.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 17:22:03.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 17:22:03.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:22:03.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:22:10.1|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 17:22:13.1|Debug|ReleaseSearchService|Total of 93 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 17:22:15.5|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 17:37:27.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 17:37:27.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 17:37:27.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 17:37:27.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 17:37:27.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 17:37:27.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 17:37:27.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:37:27.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:37:30.9|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 17:37:31.0|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 17:37:33.3|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 17:52:40.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 17:52:40.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:52:40.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 17:52:40.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 17:52:40.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 17:52:40.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 17:52:40.2|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 17:52:40.2|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 17:52:43.4|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 17:52:43.5|Debug|ReleaseSearchService|Total of 70 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 17:52:45.5|Debug|ReleaseSearchService|Total of 36 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 18:08:15.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 18:08:15.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 18:08:15.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:08:15.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 18:08:15.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:08:15.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 18:08:15.4|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 18:08:15.4|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 18:08:15.9|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 18:08:19.4|Debug|ReleaseSearchService|Total of 36 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 18:08:20.2|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 18:23:32.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 18:23:32.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 18:23:32.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 18:23:32.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 18:23:32.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:23:32.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:23:32.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 18:23:32.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 18:23:34.1|Debug|ReleaseSearchService|Total of 66 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 18:23:34.1|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 18:23:34.2|Debug|ReleaseSearchService|Total of 76 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 18:38:36.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 18:38:36.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 18:38:36.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 18:38:36.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 18:38:36.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:38:36.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:38:36.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 18:38:36.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 18:38:36.9|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 18:38:37.3|Debug|ReleaseSearchService|Total of 66 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 18:38:38.6|Debug|ReleaseSearchService|Total of 72 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 18:54:08.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 18:54:08.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:54:08.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 18:54:08.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 18:54:08.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 18:54:08.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 18:54:08.5|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 18:54:08.5|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 18:54:09.0|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 18:54:09.1|Debug|ReleaseSearchService|Total of 72 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 18:54:09.6|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 19:09:19.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 19:09:19.8|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 19:09:19.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 19:09:19.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 19:09:19.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:09:19.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:09:19.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:09:19.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:09:20.3|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 19:09:21.9|Debug|ReleaseSearchService|Total of 75 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 19:09:22.7|Debug|ReleaseSearchService|Total of 72 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 19:14:35.4|Debug|InstallUpdateService|Checking for updates
2026-07-07 19:14:35.5|Debug|InstallUpdateService|No update available
2026-07-07 19:14:42.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:14:42.7|Debug|Sonarr|Updating indexer 1337x [6]
2026-07-07 19:14:43.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://sonarr:8989/api/v3/indexer/4: 404.NotFound (178 bytes)
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
"title": "Not Found",
"status": 404,
"traceId": "00-5752aa03fbb31698719339f5bcf03a0d-d749ca1428c67839-00"
}
2026-07-07 19:14:44.2|Debug|Sonarr|Remote indexer not found, re-adding 1337x [6] to Sonarr
2026-07-07 19:14:45.7|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 19:14:45.7|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 19:14:45.7|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 19:14:45.7|Error|Cardigann|Cloudflare protection detected for [1337x], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access 1337x.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://1337x.to/cat/Movies/1/
2026-07-07 19:15:00.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 19:15:05.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (399 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=tvsearch\u0026cat=5000,2000,5040,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:05.4|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=tvsearch\u0026cat=5000,2000,5040,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:05.9|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:15:06.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (399 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=tvsearch\u0026cat=5000,2000,5040,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:06.0|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=tvsearch\u0026cat=5000,2000,5040,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:07.6|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.UpdateIndexer(IndexerDefinition indexer, Boolean forceSync) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 226
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__4(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 170
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=tvsearch\u0026cat=5000,2000,5040,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:07.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:07.6|Debug|Sonarr|Updating indexer EZTV [7]
2026-07-07 19:15:07.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://sonarr:8989/api/v3/indexer/6: 404.NotFound (178 bytes)
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
"title": "Not Found",
"status": 404,
"traceId": "00-7c90f6685b2e17b15acc1d2dd3fb9be8-f389f380d22a8167-00"
}
2026-07-07 19:15:07.7|Debug|Sonarr|Remote indexer not found, re-adding EZTV [7] to Sonarr
2026-07-07 19:15:08.0|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:19:45 due to recent failures.
2026-07-07 19:15:08.0|Info|ReleaseSearchService|Searching indexer(s): [EZTV] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000]
2026-07-07 19:15:08.0|Debug|Cardigann|Adding request for EZTV: https://eztvx.to/home
2026-07-07 19:15:08.0|Debug|Cardigann|Downloading Feed https://eztvx.to/home
2026-07-07 19:15:09.9|Error|Cardigann|Cloudflare protection detected for [EZTV], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access eztvx.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://eztvx.to/home
2026-07-07 19:15:10.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2026-07-07 19:15:10.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (384 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/7/api?t=tvsearch\u0026cat=5000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:10.9|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/7/api?t=tvsearch\u0026cat=5000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:11.2|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:15:11.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (384 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/7/api?t=tvsearch\u0026cat=5000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:11.3|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/7/api?t=tvsearch\u0026cat=5000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:11.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.UpdateIndexer(IndexerDefinition indexer, Boolean forceSync) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 226
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__4(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 170
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/7/api?t=tvsearch\u0026cat=5000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:11.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:11.7|Debug|Sonarr|Updating indexer Knaben [5]
2026-07-07 19:15:11.7|Debug|Sonarr|Remote indexer Knaben (Prowlarr) [3] found
2026-07-07 19:15:11.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:11.7|Debug|Sonarr|Updating indexer LimeTorrents [2]
2026-07-07 19:15:11.7|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [2] found
2026-07-07 19:15:11.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:13.3|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:19:45 due to recent failures.
2026-07-07 19:15:13.3|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 19:20:08 due to recent failures.
2026-07-07 19:15:13.3|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 19:15:13.3|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 19:15:13.3|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 19:15:14.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 19:15:14.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:15:14.8|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:15:14.8|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:15:15.3|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:19:45 due to recent failures.
2026-07-07 19:15:15.3|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 19:20:08 due to recent failures.
2026-07-07 19:15:15.3|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000]
2026-07-07 19:15:15.3|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 19:15:15.3|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 19:15:16.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000] from 1 indexer(s)
2026-07-07 19:15:16.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:15:16.4|Warn|SonarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:15:16.4|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 147
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:15:16.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:17.2|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:19:45 due to recent failures.
2026-07-07 19:15:17.2|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 19:20:08 due to recent failures.
2026-07-07 19:15:17.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040]
2026-07-07 19:15:17.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:15:17.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:15:17.5|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040] from 1 indexer(s)
2026-07-07 19:15:18.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:18.6|Debug|Sonarr|Skipping add for indexer TorrentProject2 [4] due to no app Sync Categories supported by the indexer
2026-07-07 19:15:18.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:18.6|Debug|Sonarr|Updating indexer Uindex [8]
2026-07-07 19:15:18.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://sonarr:8989/api/v3/indexer/5: 404.NotFound (178 bytes)
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
"title": "Not Found",
"status": 404,
"traceId": "00-6295d4cdfb056f322c6c9bd31df21ce9-1826935156d50bde-00"
}
2026-07-07 19:15:18.6|Debug|Sonarr|Remote indexer not found, re-adding Uindex [8] to Sonarr
2026-07-07 19:15:19.3|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:19:45 due to recent failures.
2026-07-07 19:15:19.3|Debug|IndexerFactory|Temporarily ignoring indexer EZTV till 07/07/2026 19:20:08 due to recent failures.
2026-07-07 19:15:19.3|Info|ReleaseSearchService|Searching indexer(s): [Uindex] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5070]
2026-07-07 19:15:19.3|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 19:15:19.3|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 19:15:19.3|Error|Cardigann|Cloudflare protection detected for [Uindex], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access uindex.org, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://uindex.org/search.php?search=&c=0
2026-07-07 19:15:19.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5070] from 1 indexer(s)
2026-07-07 19:15:19.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest (394 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=tvsearch\u0026cat=2000,5000,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:19.3|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=tvsearch\u0026cat=2000,5000,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:19.3|Debug|SonarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:15:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr:8989/api/v3/indexer?forceSave=true: 400.BadRequest (394 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=tvsearch\u0026cat=2000,5000,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:21.3|Error|SonarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=tvsearch\u0026cat=2000,5000,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:21.3|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 222
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 151
at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in ./NzbDrone.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 100
at NzbDrone.Core.Applications.Sonarr.Sonarr.UpdateIndexer(IndexerDefinition indexer, Boolean forceSync) in ./NzbDrone.Core/Applications/Sonarr/Sonarr.cs:line 226
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__4(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 170
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer: HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=tvsearch\u0026cat=2000,5000,5070\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]. Check the log surrounding this error for details",
"severity": "error"
}
]
2026-07-07 19:15:21.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:21.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:21.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:21.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:15:21.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-07-07 19:24:27.7|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070]
2026-07-07 19:24:27.8|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[2000000,2001000,2002000,2003000,2004000,2005000,2006000,2007000,2008000,3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000,6000000,6001000,6002000,6003000,6004000,6008000]}
2026-07-07 19:24:27.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000]
2026-07-07 19:24:27.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:24:27.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:24:27.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070]
2026-07-07 19:24:27.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:24:27.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:24:27.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040]
2026-07-07 19:24:27.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:24:27.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:24:29.7|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 2010, 2020, 2030, 2040, 5000] from 1 indexer(s)
2026-07-07 19:24:31.1|Debug|ReleaseSearchService|Total of 99 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5070] from 1 indexer(s)
2026-07-07 19:24:31.5|Debug|ReleaseSearchService|Total of 86 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 2000, 5040, 5070] from 1 indexer(s)
2026-07-07 19:24:31.6|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [2000, 5000, 5040] from 1 indexer(s)
2026-07-07 19:34:10.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:10.8|Warn|StaticResourceController|Couldn't find handler for /.env.local
2026-07-07 19:34:11.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:12.5|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:34:12.5|Debug|Api|[GET] /api/v1/health: 401.Unauthorized (10 ms)
2026-07-07 19:34:16.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:16.8|Warn|StaticResourceController|Couldn't find handler for /.env.production
2026-07-07 19:34:19.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (312 ms)
2026-07-07 19:34:23.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:23.8|Warn|StaticResourceController|Couldn't find handler for /.env.development
2026-07-07 19:34:38.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:39.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:41.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:41.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:42.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:42.7|Warn|StaticResourceController|Couldn't find handler for /.env.test
2026-07-07 19:34:43.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:43.3|Warn|StaticResourceController|Couldn't find handler for /.env.staging
2026-07-07 19:34:43.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:43.5|Warn|StaticResourceController|Couldn't find handler for /.env.backup
2026-07-07 19:34:43.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:43.6|Warn|StaticResourceController|Couldn't find handler for /.env.save
2026-07-07 19:34:43.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:43.8|Warn|StaticResourceController|Couldn't find handler for /.env.old
2026-07-07 19:34:44.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:44.0|Warn|StaticResourceController|Couldn't find handler for /.env.bak
2026-07-07 19:34:44.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:44.2|Warn|StaticResourceController|Couldn't find handler for /.env.tmp
2026-07-07 19:34:44.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:44.4|Warn|StaticResourceController|Couldn't find handler for /.env.swp
2026-07-07 19:34:44.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:44.5|Warn|StaticResourceController|Couldn't find handler for /.env~
2026-07-07 19:34:44.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:44.7|Warn|StaticResourceController|Couldn't find handler for /.env.example
2026-07-07 19:34:44.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.1|Warn|StaticResourceController|Couldn't find handler for /.env.sample
2026-07-07 19:34:45.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.3|Warn|StaticResourceController|Couldn't find handler for /.env.dist
2026-07-07 19:34:45.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.4|Warn|StaticResourceController|Couldn't find handler for /.env.template
2026-07-07 19:34:45.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.6|Warn|StaticResourceController|Couldn't find handler for /.env.production.local
2026-07-07 19:34:45.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.8|Warn|StaticResourceController|Couldn't find handler for /.env.development.local
2026-07-07 19:34:45.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:45.9|Warn|StaticResourceController|Couldn't find handler for /.env.test.local
2026-07-07 19:34:46.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:46.1|Warn|StaticResourceController|Couldn't find handler for /.envrc
2026-07-07 19:34:46.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:46.3|Warn|StaticResourceController|Couldn't find handler for /.flaskenv
2026-07-07 19:34:46.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:46.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:46.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/env.js not found
2026-07-07 19:34:46.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:46.8|Warn|StaticResourceController|Couldn't find handler for /env.json
2026-07-07 19:34:47.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:47.0|Warn|StaticResourceController|Couldn't find handler for /app/.env
2026-07-07 19:34:47.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:47.1|Warn|StaticResourceController|Couldn't find handler for /src/.env
2026-07-07 19:34:47.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:47.3|Warn|StaticResourceController|Couldn't find handler for /config/.env
2026-07-07 19:34:47.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:47.9|Warn|StaticResourceController|Couldn't find handler for /backend/.env
2026-07-07 19:34:48.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:48.0|Warn|StaticResourceController|Couldn't find handler for /frontend/.env
2026-07-07 19:34:48.4|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:34:48.4|Debug|Api|[GET] /api/.env: 401.Unauthorized (1 ms)
2026-07-07 19:34:48.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:48.6|Warn|StaticResourceController|Couldn't find handler for /server/.env
2026-07-07 19:34:48.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:48.7|Warn|StaticResourceController|Couldn't find handler for /client/.env
2026-07-07 19:34:49.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:49.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:49.2|Warn|StaticResourceController|Couldn't find handler for /web/.env
2026-07-07 19:34:49.6|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:34:49.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:49.7|Warn|StaticResourceController|Couldn't find handler for /public/.env
2026-07-07 19:34:49.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:49.9|Warn|StaticResourceController|Couldn't find handler for /private/.env
2026-07-07 19:34:50.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.1|Warn|StaticResourceController|Couldn't find handler for /var/.env
2026-07-07 19:34:50.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.3|Warn|StaticResourceController|Couldn't find handler for /docker-compose.yml
2026-07-07 19:34:50.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.4|Warn|StaticResourceController|Couldn't find handler for /docker-compose.yaml
2026-07-07 19:34:50.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.6|Warn|StaticResourceController|Couldn't find handler for /docker-compose.override.yml
2026-07-07 19:34:50.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.8|Warn|StaticResourceController|Couldn't find handler for /docker-compose.dev.yml
2026-07-07 19:34:50.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:50.9|Warn|StaticResourceController|Couldn't find handler for /docker-compose.prod.yml
2026-07-07 19:34:51.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:51.1|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/config.js not found
2026-07-07 19:34:51.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:51.3|Warn|StaticResourceController|Couldn't find handler for /config.json
2026-07-07 19:34:51.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:51.4|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/settings.js not found
2026-07-07 19:34:51.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:51.7|Warn|StaticResourceController|Couldn't find handler for /settings.json
2026-07-07 19:34:51.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:51.9|Warn|StaticResourceController|Couldn't find handler for /secrets.json
2026-07-07 19:34:52.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.0|Warn|StaticResourceController|Couldn't find handler for /credentials.json
2026-07-07 19:34:52.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.2|Warn|StaticResourceController|Couldn't find handler for /cdp_api_key.json
2026-07-07 19:34:52.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.4|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/app.js not found
2026-07-07 19:34:52.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/main.js not found
2026-07-07 19:34:52.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:52.7|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/index.js not found
2026-07-07 19:34:52.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:53.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/server.js not found
2026-07-07 19:34:53.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:53.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:53.8|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/bundle.js not found
2026-07-07 19:34:53.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:53.9|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/app.bundle.js not found
2026-07-07 19:34:54.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:54.1|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/main.bundle.js not found
2026-07-07 19:34:54.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:54.3|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/vendor.js not found
2026-07-07 19:34:54.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:54.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:54.5|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/chunk.js not found
2026-07-07 19:34:54.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:55.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:57.3|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/static/js/main.js not found
2026-07-07 19:34:57.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:57.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.1|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/static/js/app.js not found
2026-07-07 19:34:58.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.2|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/static/js/bundle.js not found
2026-07-07 19:34:58.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.4|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/dist/main.js not found
2026-07-07 19:34:58.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/dist/app.js not found
2026-07-07 19:34:58.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.7|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/dist/bundle.js not found
2026-07-07 19:34:58.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:58.9|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/build/static/js/main.js not found
2026-07-07 19:34:59.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:59.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/assets/index.js not found
2026-07-07 19:34:59.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:34:59.8|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/assets/app.js not found
2026-07-07 19:35:00.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:00.0|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/js/app.js not found
2026-07-07 19:35:00.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:00.2|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/js/main.js not found
2026-07-07 19:35:00.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:00.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:00.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:00.7|Warn|StaticResourceController|Couldn't find handler for /settings.py
2026-07-07 19:35:00.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:01.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:01.2|Warn|StaticResourceController|Couldn't find handler for /config.py
2026-07-07 19:35:01.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:01.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:01.8|Warn|StaticResourceController|Couldn't find handler for /secrets.py
2026-07-07 19:35:02.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:02.0|Warn|StaticResourceController|Couldn't find handler for /config/secrets.yml
2026-07-07 19:35:02.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:02.3|Warn|StaticResourceController|Couldn't find handler for /config/master.key
2026-07-07 19:35:02.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:02.4|Warn|StaticResourceController|Couldn't find handler for /.DS_Store
2026-07-07 19:35:02.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.5|Warn|StaticResourceController|Couldn't find handler for /wp-config.php.bak
2026-07-07 19:35:03.5|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/9b5e92c9172ec7406271.js not found
2026-07-07 19:35:03.5|Warn|StaticResourceController|Couldn't find handler for /.env
2026-07-07 19:35:03.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.7|Warn|StaticResourceController|Couldn't find handler for /wp-config.php.old
2026-07-07 19:35:03.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.9|Warn|StaticResourceController|Couldn't find handler for /wp-config.php.save
2026-07-07 19:35:03.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:03.9|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/194.4b970a3e3dd59743b5ea.js not found
2026-07-07 19:35:04.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.0|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/195.9b5e92c9172ec7406271.js not found
2026-07-07 19:35:04.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.1|Warn|StaticResourceController|Couldn't find handler for /wp-config.php.txt
2026-07-07 19:35:04.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.1|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/4b970a3e3dd59743b5ea.js not found
2026-07-07 19:35:04.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.3|Warn|StaticResourceController|Couldn't find handler for /wp-config.php~
2026-07-07 19:35:04.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.4|Warn|StaticResourceController|Couldn't find handler for /config/app.php
2026-07-07 19:35:04.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.6|Warn|StaticResourceController|Couldn't find handler for /application.properties
2026-07-07 19:35:04.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:04.8|Warn|StaticResourceController|Couldn't find handler for /application.yml
2026-07-07 19:35:05.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:05.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:05.7|Warn|StaticResourceController|Couldn't find handler for /application.yaml
2026-07-07 19:35:05.7|Warn|StaticResourceController|Couldn't find handler for /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application
2026-07-07 19:35:05.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:05.9|Warn|StaticResourceController|Couldn't find handler for /application-dev.properties
2026-07-07 19:35:06.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.1|Warn|StaticResourceController|Couldn't find handler for /application-prod.properties
2026-07-07 19:35:06.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.2|Warn|StaticResourceController|Couldn't find handler for /appsettings.json
2026-07-07 19:35:06.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.4|Warn|StaticResourceController|Couldn't find handler for /appsettings.Development.json
2026-07-07 19:35:06.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.6|Warn|StaticResourceController|Couldn't find handler for /appsettings.Production.json
2026-07-07 19:35:06.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.8|Warn|StaticResourceController|Couldn't find handler for /config.yaml
2026-07-07 19:35:06.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:06.9|Warn|StaticResourceController|Couldn't find handler for /config.yml
2026-07-07 19:35:07.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:07.1|Warn|StaticResourceController|Couldn't find handler for /config.toml
2026-07-07 19:35:07.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:07.3|Warn|StaticResourceController|Couldn't find handler for /.git/config
2026-07-07 19:35:07.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:07.6|Warn|StaticResourceController|Couldn't find handler for /serverless.yml
2026-07-07 19:35:08.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:08.1|Warn|StaticResourceController|Couldn't find handler for /serverless.yaml
2026-07-07 19:35:08.3|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:08.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:08.3|Warn|StaticResourceController|Couldn't find handler for /config/production.json
2026-07-07 19:35:08.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:08.5|Warn|StaticResourceController|Couldn't find handler for /config/development.json
2026-07-07 19:35:08.6|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:08.6|Debug|Api|[POST] /api: 401.Unauthorized (1 ms)
2026-07-07 19:35:08.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:08.7|Warn|StaticResourceController|Couldn't find handler for /config/default.json
2026-07-07 19:35:08.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:08.8|Warn|StaticResourceController|Couldn't find handler for /config/local.json
2026-07-07 19:35:08.8|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:08.8|Debug|Api|[POST] /api/graphql: 401.Unauthorized (1 ms)
2026-07-07 19:35:09.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.0|Warn|StaticResourceController|Couldn't find handler for /conf/settings.json
2026-07-07 19:35:09.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.1|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/9b5e92c9172ec7406271.js not found
2026-07-07 19:35:09.1|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:09.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.2|Warn|StaticResourceController|Couldn't find handler for /data/config.json
2026-07-07 19:35:09.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.3|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/4b970a3e3dd59743b5ea.js not found
2026-07-07 19:35:09.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.4|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:09.4|Debug|Api|[POST] /api/gql: 401.Unauthorized (1 ms)
2026-07-07 19:35:09.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.4|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/194.4b970a3e3dd59743b5ea.js not found
2026-07-07 19:35:09.4|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/195.9b5e92c9172ec7406271.js not found
2026-07-07 19:35:09.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:09.7|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:09.7|Debug|Api|[GET] /api/config: 401.Unauthorized (28 ms)
2026-07-07 19:35:09.7|Warn|StaticResourceController|Couldn't find handler for /s/7373e26383e29333e22383/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties
2026-07-07 19:35:09.9|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:09.9|Debug|Api|[GET] /api/settings: 401.Unauthorized (1 ms)
2026-07-07 19:35:10.1|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:10.1|Debug|Api|[GET] /api/env: 401.Unauthorized (0 ms)
2026-07-07 19:35:10.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:10.3|Warn|StaticResourceController|Couldn't find handler for /backup/.env
2026-07-07 19:35:10.4|Debug|Api|[GET] /api/v1/applications: 200.OK (5 ms)
2026-07-07 19:35:10.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:10.4|Warn|StaticResourceController|Couldn't find handler for /backups/.env
2026-07-07 19:35:10.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:10.6|Warn|StaticResourceController|Couldn't find handler for /old/.env
2026-07-07 19:35:10.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:10.8|Warn|StaticResourceController|Couldn't find handler for /temp/.env
2026-07-07 19:35:10.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:10.8|Warn|StaticResourceController|Couldn't find handler for /config.json
2026-07-07 19:35:11.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.0|Warn|StaticResourceController|Couldn't find handler for /tmp/.env
2026-07-07 19:35:11.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.1|Warn|StaticResourceController|Couldn't find handler for /.streamlit/secrets.toml
2026-07-07 19:35:11.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.3|Warn|StaticResourceController|Couldn't find handler for /root/.streamlit/secrets.toml
2026-07-07 19:35:11.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.5|Warn|StaticResourceController|Couldn't find handler for /root/.aws/credentials
2026-07-07 19:35:11.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.6|Warn|StaticResourceController|Couldn't find handler for /home/ubuntu/.aws/credentials
2026-07-07 19:35:11.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:11.9|Warn|StaticResourceController|Couldn't find handler for /home/ec2-user/.aws/credentials
2026-07-07 19:35:12.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.1|Warn|StaticResourceController|Couldn't find handler for /home/node/.aws/credentials
2026-07-07 19:35:12.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.2|Warn|StaticResourceController|Couldn't find handler for /terraform.tfvars
2026-07-07 19:35:12.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.4|Warn|StaticResourceController|Couldn't find handler for /terraform.tfstate
2026-07-07 19:35:12.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.6|Warn|StaticResourceMapper|File /app/prowlarr/bin/UI/ecosystem.config.js not found
2026-07-07 19:35:12.6|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:12.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.7|Warn|StaticResourceController|Couldn't find handler for /secrets.yaml
2026-07-07 19:35:12.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:12.9|Warn|StaticResourceController|Couldn't find handler for /secrets.yml
2026-07-07 19:35:13.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.1|Warn|StaticResourceController|Couldn't find handler for /.secrets
2026-07-07 19:35:13.2|Debug|Api|[POST] /api/v1/applications: 201.Created (2829 ms)
2026-07-07 19:35:13.2|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:13.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.3|Warn|StaticResourceController|Couldn't find handler for /.env.vault
2026-07-07 19:35:13.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.4|Warn|StaticResourceController|Couldn't find handler for /.aws/credentials
2026-07-07 19:35:13.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.6|Warn|StaticResourceController|Couldn't find handler for /.aws/config
2026-07-07 19:35:13.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.8|Warn|StaticResourceController|Couldn't find handler for /.docker/config.json
2026-07-07 19:35:13.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.9|Warn|StaticResourceController|Couldn't find handler for /info.php
2026-07-07 19:35:13.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:13.9|Warn|StaticResourceController|Couldn't find handler for /storage/framework/.env
2026-07-07 19:35:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:14.1|Warn|StaticResourceController|Couldn't find handler for /laravel/.env
2026-07-07 19:35:14.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:14.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:14.5|Warn|StaticResourceController|Couldn't find handler for /.gcp/credentials.json
2026-07-07 19:35:14.6|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2070, 2030, 2010, 2040, 2060, 2045]
2026-07-07 19:35:14.6|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-07-07 19:35:14.6|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-07-07 19:35:14.9|Error|Cardigann|Cloudflare protection detected for [1337x], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access 1337x.to, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://1337x.to/cat/Movies/1/
2026-07-07 19:35:14.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2070, 2030, 2010, 2040, 2060, 2045] from 1 indexer(s)
2026-07-07 19:35:15.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.0|Warn|StaticResourceController|Couldn't find handler for /.well-known/security.txt
2026-07-07 19:35:15.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.0|Warn|StaticResourceController|Couldn't find handler for /.gcp/service-account.json
2026-07-07 19:35:15.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.1|Warn|StaticResourceController|Couldn't find handler for /gcp-credentials.json
2026-07-07 19:35:15.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.5|Warn|StaticResourceController|Couldn't find handler for /gcp-service-account.json
2026-07-07 19:35:15.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (421 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=movie\u0026cat=2000,2070,2030,2010,2040,2060,2045\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:15.5|Error|RadarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=movie\u0026cat=2000,2070,2030,2010,2040,2060,2045\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:15.5|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:35:15.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.6|Warn|StaticResourceController|Couldn't find handler for /service-account.json
2026-07-07 19:35:15.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:15.8|Warn|StaticResourceController|Couldn't find handler for /google-credentials.json
2026-07-07 19:35:16.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.0|Warn|StaticResourceController|Couldn't find handler for /google-cloud-key.json
2026-07-07 19:35:16.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.2|Warn|StaticResourceController|Couldn't find handler for /firebase-adminsdk.json
2026-07-07 19:35:16.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.3|Warn|StaticResourceController|Couldn't find handler for /firebase-credentials.json
2026-07-07 19:35:16.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.5|Warn|StaticResourceController|Couldn't find handler for /root/.config/gcloud/application_default_credentials.json
2026-07-07 19:35:16.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (421 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=movie\u0026cat=2000,2070,2030,2010,2040,2060,2045\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:16.6|Error|RadarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=movie\u0026cat=2000,2070,2030,2010,2040,2060,2045\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:16.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.7|Warn|StaticResourceController|Couldn't find handler for /root/.config/gcloud/credentials.db
2026-07-07 19:35:16.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 101
at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 142
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/6/api?t=movie\u0026cat=2000,2070,2030,2010,2040,2060,2045\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:16.8|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:16.8|Debug|Radarr|Skipping add for indexer EZTV [7] due to no app Sync Categories supported by the indexer
2026-07-07 19:35:16.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.8|Warn|StaticResourceController|Couldn't find handler for /home/ubuntu/.config/gcloud/application_default_credentials.json
2026-07-07 19:35:16.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:16.9|Warn|StaticResourceController|Couldn't find handler for /trace.axd
2026-07-07 19:35:17.0|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:17.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.0|Warn|StaticResourceController|Couldn't find handler for /home/node/.config/gcloud/application_default_credentials.json
2026-07-07 19:35:17.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.2|Warn|StaticResourceController|Couldn't find handler for /app/credentials.json
2026-07-07 19:35:17.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.3|Warn|StaticResourceController|Couldn't find handler for /app/service-account.json
2026-07-07 19:35:17.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.5|Warn|StaticResourceController|Couldn't find handler for /config/gcp.json
2026-07-07 19:35:17.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.7|Warn|StaticResourceController|Couldn't find handler for /root/.config/hcloud/cli.toml
2026-07-07 19:35:17.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:17.9|Warn|StaticResourceController|Couldn't find handler for /home/ubuntu/.config/hcloud/cli.toml
2026-07-07 19:35:18.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.0|Warn|StaticResourceController|Couldn't find handler for /.hcloud.toml
2026-07-07 19:35:18.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.2|Warn|StaticResourceController|Couldn't find handler for /hcloud.yml
2026-07-07 19:35:18.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.4|Warn|StaticResourceController|Couldn't find handler for /root/.config/linode-cli
2026-07-07 19:35:18.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.5|Warn|StaticResourceController|Couldn't find handler for /home/ubuntu/.config/linode-cli
2026-07-07 19:35:18.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:18.6|Info|ReleaseSearchService|Searching indexer(s): [Knaben] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2040, 2030, 2045, 2070, 2010, 2060, 2020]
2026-07-07 19:35:18.7|Debug|Knaben|Downloading Feed https://api.knaben.org/v1: {"order_by":"date","order_direction":"desc","from":0,"size":100,"hide_unsafe":true,"categories":[3000000,3001000,3002000,3003000,3004000,3005000,3006000,3007000,3008000]}
2026-07-07 19:35:18.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.7|Warn|StaticResourceController|Couldn't find handler for /.linode-cli
2026-07-07 19:35:18.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.9|Warn|StaticResourceController|Couldn't find handler for /root/.vultr-cli.yaml
2026-07-07 19:35:18.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:18.9|Warn|StaticResourceController|Couldn't find handler for /.vscode/sftp.json
2026-07-07 19:35:19.0|Debug|ReleaseSearchService|Total of 54 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2040, 2030, 2045, 2070, 2010, 2060, 2020] from 1 indexer(s)
2026-07-07 19:35:19.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:19.1|Warn|StaticResourceController|Couldn't find handler for /home/ubuntu/.vultr-cli.yaml
2026-07-07 19:35:19.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:19.2|Warn|StaticResourceController|Couldn't find handler for /.vultr-cli.yaml
2026-07-07 19:35:19.3|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:20.0|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-07-07 19:35:20.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:20.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:35:20.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:35:20.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:35:20.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:21.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:35:21.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:21.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:21.1|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:35:21.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:22.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:22.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:35:22.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:35:22.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:35:22.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:23.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:23.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:35:23.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:23.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:23.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 101
at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 142
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:23.7|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:24.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:24.6|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:35:24.6|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 19:35:24.6|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 19:35:25.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:35:25.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:25.2|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:25.2|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:35:26.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:26.6|Info|ReleaseSearchService|Searching indexer(s): [RuTor] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:35:26.6|Debug|Cardigann|Adding request for RuTor: https://rutor.info/
2026-07-07 19:35:26.6|Debug|Cardigann|Downloading Feed https://rutor.info/
2026-07-07 19:35:27.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:35:27.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:27.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:27.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 101
at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 142
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:27.1|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:28.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:28.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-07-07 19:35:28.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:35:28.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:35:28.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-07-07 19:35:28.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:28.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:28.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:35:30.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:30.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-07-07 19:35:30.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:35:30.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-07-07 19:35:30.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-07-07 19:35:31.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:31.0|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:31.0|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 101
at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 142
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:35:31.0|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:31.0|Debug|Radarr|Skipping add for indexer TorrentProject2 [4] due to no app Sync Categories supported by the indexer
2026-07-07 19:35:31.0|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:35:32.6|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:35:32.6|Info|ReleaseSearchService|Searching indexer(s): [Uindex] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:35:32.6|Debug|Cardigann|Adding request for Uindex: https://uindex.org/search.php?search=&c=0
2026-07-07 19:35:32.6|Debug|Cardigann|Downloading Feed https://uindex.org/search.php?search=&c=0
2026-07-07 19:35:32.7|Error|Cardigann|Cloudflare protection detected for [Uindex], Flaresolverr may be required.
[v2.4.0.5397] NzbDrone.Core.Http.CloudFlare.CloudFlareProtectionException: Unable to access uindex.org, blocked by CloudFlare Protection.
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 683
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
FeedUrl: https://uindex.org/search.php?search=&c=0
2026-07-07 19:35:32.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:35:32.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (391 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=movie\u0026cat=2000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:32.7|Error|RadarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=movie\u0026cat=2000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:32.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:35:34.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (391 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=movie\u0026cat=2000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:34.6|Error|RadarrV3Proxy|Invalid Request
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=movie\u0026cat=2000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:34.6|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer?forceSave=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 101
at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 142
at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__5(IApplication a) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 177
at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./NzbDrone.Core/Applications/ApplicationService.cs:line 239
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://172.18.0.3:9696/8/api?t=movie\u0026cat=2000\u0026extended=1\u0026apikey=6726d68050164df9928f33b59a43f7b6\u0026offset=0\u0026limit=100]",
"severity": "error"
}
]
2026-07-07 19:35:44.0|Debug|Api|[POST] /api/v1/applications/2/sync: 405.MethodNotAllowed (2 ms)
2026-07-07 19:35:54.1|Debug|Api|[GET] /api/v1/applications/2: 200.OK (24 ms)
2026-07-07 19:35:55.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:55.4|Warn|StaticResourceController|Couldn't find handler for /.env
2026-07-07 19:35:57.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:35:57.3|Warn|StaticResourceController|Couldn't find handler for /.git/HEAD
2026-07-07 19:36:00.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:00.1|Warn|StaticResourceController|Couldn't find handler for /.env.backup
2026-07-07 19:36:02.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:02.4|Warn|StaticResourceController|Couldn't find handler for /.env.old
2026-07-07 19:36:05.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:05.0|Warn|StaticResourceController|Couldn't find handler for /.env.save
2026-07-07 19:36:08.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:08.1|Warn|StaticResourceController|Couldn't find handler for /.env.bak
2026-07-07 19:36:10.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:10.2|Warn|StaticResourceController|Couldn't find handler for /.env.prod
2026-07-07 19:36:12.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:12.3|Warn|StaticResourceController|Couldn't find handler for /.env.production
2026-07-07 19:36:13.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (20 ms)
2026-07-07 19:36:15.5|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:15.5|Warn|StaticResourceController|Couldn't find handler for /.env.staging
2026-07-07 19:36:17.7|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:17.7|Warn|StaticResourceController|Couldn't find handler for /.env.local
2026-07-07 19:36:19.9|Debug|Api|[GET] /api/v1/applications/2: 200.OK (6 ms)
2026-07-07 19:36:20.8|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:20.8|Warn|StaticResourceController|Couldn't find handler for /.envrc
2026-07-07 19:36:22.1|Debug|Api|[PUT] /api/v1/applications/2: 202.Accepted (2191 ms)
2026-07-07 19:36:22.1|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:36:22.1|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 19:50:32 due to recent failures.
2026-07-07 19:36:22.2|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:36:22.2|Debug|Radarr|Skipping add for indexer EZTV [7] due to no app Sync Categories supported by the indexer
2026-07-07 19:36:22.2|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:36:22.2|Debug|Radarr|Updating indexer Knaben [5]
2026-07-07 19:36:22.2|Debug|Radarr|Remote indexer Knaben (Prowlarr) [1] found
2026-07-07 19:36:22.2|Debug|ApplicationService|No tags set to application Radarr.
2026-07-07 19:36:22.2|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:36:22.2|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 19:50:32 due to recent failures.
2026-07-07 19:36:22.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:36:22.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:36:22.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:36:22.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:22.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:22.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:36:22.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:36:22.9|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.4.0.5397] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://172.18.0.4:7878/api/v3/indexer]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 235
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 164
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:36:22.9|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-07-07 19:36:23.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:23.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-07-07 19:36:24.2|Debug|IndexerFactory|Temporarily ignoring indexer 1337x till 07/07/2026 19:50:14 due to recent failures.
2026-07-07 19:36:24.2|Debug|IndexerFactory|Temporarily ignoring indexer Uindex till 07/07/2026 19:50:32 due to recent failures.
2026-07-07 19:36:24.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2026-07-07 19:36:24.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2026-07-07 19:36:24.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2026-07-07 19:36:24.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2026-07-07 19:36:24.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://172.18.0.4:7878/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "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.",
"severity": "error"
}
]
2026-07-07 19:36:24.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (8 ms)