Files
2025-12-12 15:53:31 +00:00

8481 lines
1024 KiB
Plaintext

2025-12-05 20:04:24.0|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2025-12-05 20:04:24.0|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2025-12-05 20:04:24.0|Debug|ProcessProvider| - [135] Prowlarr
2025-12-05 20:04:24.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 20:04:24.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0143673s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0146107s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000576s
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128366s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007088s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012664s
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065273s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005685s
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085874s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|InitialSetup|Starting migration of Log DB to 1
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010977s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004877s
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2025-12-05T20:04:24', 'InitialSetup')
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035691s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|ApplicationStatus|Starting migration of Log DB to 2
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2025-12-05T20:04:24', 'ApplicationStatus')
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034485s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|IndexerProps|Starting migration of Log DB to 3
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2025-12-05T20:04:24', 'IndexerProps')
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063207s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.0|Info|add_update_history|Starting migration of Log DB to 4
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2025-12-05 20:04:24.0|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)
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008496s
2025-12-05 20:04:24.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2025-12-05 20:04:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005532s
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2025-12-05T20:04:24', 'add_update_history')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033903s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|update_notifiarr|Starting migration of Log DB to 5
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2025-12-05T20:04:24', 'update_notifiarr')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032758s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|app_profiles|Starting migration of Log DB to 6
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2025-12-05T20:04:24', 'app_profiles')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003552s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|history_failed|Starting migration of Log DB to 7
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2025-12-05T20:04:24', 'history_failed')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038333s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|redacted_api|Starting migration of Log DB to 8
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2025-12-05T20:04:24', 'redacted_api')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064915s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|IndexerProxies|Starting migration of Log DB to 10
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2025-12-05T20:04:24', 'IndexerProxies')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048033s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|app_indexer_remote_name|Starting migration of Log DB to 11
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2025-12-05T20:04:24', 'app_indexer_remote_name')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038835s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|desi_gazelle_to_unit3d|Starting migration of Log DB to 13
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2025-12-05T20:04:24', 'desi_gazelle_to_unit3d')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0086763s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|add_on_update_to_notifications|Starting migration of Log DB to 14
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2025-12-05T20:04:24', 'add_on_update_to_notifications')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029817s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|IndexerVersions|Starting migration of Log DB to 15
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2025-12-05T20:04:24', 'IndexerVersions')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0102306s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|cleanup_config|Starting migration of Log DB to 16
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2025-12-05T20:04:24', 'cleanup_config')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033013s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|indexer_cleanup|Starting migration of Log DB to 17
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2025-12-05T20:04:24', 'indexer_cleanup')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072318s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|minimum_seeders|Starting migration of Log DB to 18
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2025-12-05T20:04:24', 'minimum_seeders')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052813s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|remove_showrss|Starting migration of Log DB to 19
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2025-12-05T20:04:24', 'remove_showrss')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033713s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|remove_torrentparadiseml|Starting migration of Log DB to 20
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2025-12-05T20:04:24', 'remove_torrentparadiseml')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050326s
2025-12-05 20:04:24.1|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.1|Info|localization_setting_to_string|Starting migration of Log DB to 21
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2025-12-05T20:04:24', 'localization_setting_to_string')
2025-12-05 20:04:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055001s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|orpheus_api|Starting migration of Log DB to 22
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2025-12-05T20:04:24', 'orpheus_api')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0077177s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|download_client_categories|Starting migration of Log DB to 23
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2025-12-05T20:04:24', 'download_client_categories')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071227s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|add_salt_to_users|Starting migration of Log DB to 24
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2025-12-05T20:04:24', 'add_salt_to_users')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050224s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Log DB to 25
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2025-12-05T20:04:24', 'speedcd_userpasssettings_to_speedcdsettings')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047971s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Log DB to 26
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2025-12-05T20:04:24', 'torrentday_cookiesettings_to_torrentdaysettings')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056235s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|alpharatio_greatposterwall_config_contract|Starting migration of Log DB to 27
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2025-12-05T20:04:24', 'alpharatio_greatposterwall_config_contract')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033798s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|remove_notwhatcd|Starting migration of Log DB to 28
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2025-12-05T20:04:24', 'remove_notwhatcd')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003247s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|add_on_grab_to_notifications|Starting migration of Log DB to 29
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2025-12-05T20:04:24', 'add_on_grab_to_notifications')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037956s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|animetorrents_use_custom_config_contract|Starting migration of Log DB to 30
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2025-12-05T20:04:24', 'animetorrents_use_custom_config_contract')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035977s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|apprise_server_url|Starting migration of Log DB to 31
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2025-12-05T20:04:24', 'apprise_server_url')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034946s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|health_restored_notification|Starting migration of Log DB to 32
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2025-12-05T20:04:24', 'health_restored_notification')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053984s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|remove_uc|Starting migration of Log DB to 33
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2025-12-05T20:04:24', 'remove_uc')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037946s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|history_fix_data_titles|Starting migration of Log DB to 34
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2025-12-05T20:04:24', 'history_fix_data_titles')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0080061s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|download_client_per_indexer|Starting migration of Log DB to 35
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2025-12-05T20:04:24', 'download_client_per_indexer')
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrated
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003911s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrating
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.2|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 36
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2025-12-05 20:04:24.2|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)
2025-12-05 20:04:24.2|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"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049872s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.6E-06s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2025-12-05 20:04:24.2|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)
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051449s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 3.3E-06s
2025-12-05 20:04:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2025-12-05 20:04:24.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046208s
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2025-12-05T20:04:24', 'postgres_update_timestamp_columns_to_with_timezone')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.009046s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|add_notification_status|Starting migration of Log DB to 37
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2025-12-05T20:04:24', 'add_notification_status')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038413s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|indexers_freeleech_only_config_contract|Starting migration of Log DB to 38
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2025-12-05T20:04:24', 'indexers_freeleech_only_config_contract')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034103s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|email_encryption|Starting migration of Log DB to 39
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2025-12-05T20:04:24', 'email_encryption')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032562s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|newznab_category_to_capabilities_settings|Starting migration of Log DB to 40
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2025-12-05T20:04:24', 'newznab_category_to_capabilities_settings')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029991s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|gazelle_freeleech_token_options|Starting migration of Log DB to 41
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2025-12-05T20:04:24', 'gazelle_freeleech_token_options')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038002s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|myanonamouse_freeleech_wedge_options|Starting migration of Log DB to 42
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2025-12-05T20:04:24', 'myanonamouse_freeleech_wedge_options')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038982s
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrating
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2025-12-05 20:04:24.3|Info|newznab_indexers_enable_redirect|Starting migration of Log DB to 43
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2025-12-05T20:04:24', 'newznab_indexers_enable_redirect')
2025-12-05 20:04:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrated
2025-12-05 20:04:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032045s
2025-12-05 20:04:24.3|Debug|MigrationController|Took: 00:00:00.3304341
2025-12-05 20:04:24.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2025-12-05 20:04:24.5|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2025-12-05 20:04:24.6|Info|AppSyncProfileService|Setting up default app profile
2025-12-05 20:04:24.6|Debug|NotificationFactory|Initializing Providers. Count 20
2025-12-05 20:04:24.6|Info|CommandExecutor|Starting 3 threads for tasks.
2025-12-05 20:04:24.7|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2025-12-05 20:04:24.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-05 20:04:25.1|Debug|HttpClient|Downloading Completed. took 0s
2025-12-05 20:04:25.2|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2025-12-05 20:04:25.2|Debug|IndexerFactory|Initializing Providers. Count 67
2025-12-05 20:04:25.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2025-12-05 20:04:25.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-05 20:04:25.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2025-12-05 20:04:25.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-05 20:04:25.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-05 20:04:25.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2025-12-05 20:57:00.2|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2025-12-05 20:57:00.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 401.Unauthorized (17 ms)
2025-12-05 20:57:42.4|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2025-12-05 20:57:42.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 401.Unauthorized (7 ms)
2025-12-05 20:58:12.8|Info|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2025-12-05 20:58:12.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 401.Unauthorized (0 ms)
2025-12-05 20:58:14.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.1|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/tag: 200.OK (17 ms)
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (14 ms)
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/customFilter: 200.OK (18 ms)
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/appprofile: 200.OK (17 ms)
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (15 ms)
2025-12-05 20:58:14.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.3|Debug|Api|[GET] /api/v1/localization: 200.OK (7 ms)
2025-12-05 20:58:14.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (66 ms)
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (51 ms)
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (64 ms)
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (71 ms)
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (4 ms)
2025-12-05 20:58:14.4|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (13 ms)
2025-12-05 20:58:14.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (19 ms)
2025-12-05 20:58:14.5|Debug|Api|[GET] /api/v1/health: 200.OK (34 ms)
2025-12-05 20:58:41.3|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (97 ms)
2025-12-05 20:58:41.3|Debug|Api|[GET] /api/v1/system/status: 200.OK (1 ms)
2025-12-05 20:58:44.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2025-12-05 20:58:46.6|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2025-12-05 20:59:03.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-05 20:59:03.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 20:59:35.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 20:59:37.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:00:06.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:00:21.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:00:49.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:01:15.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:01:37.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:01:48.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:01:56.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:02:04.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:02:30.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-05 21:02:30.5|Info|ConsoleApp|Exiting main.
2025-12-05 21:04:33.7|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2025-12-05 21:04:33.7|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2025-12-05 21:04:33.7|Debug|ProcessProvider| - [133] Prowlarr
2025-12-05 21:04:33.8|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 21:04:33.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 21:04:33.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 21:04:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 21:04:33.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 21:04:33.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.057197s
2025-12-05 21:04:33.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 21:04:33.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0625165s
2025-12-05 21:04:34.0|Debug|MigrationController|Took: 00:00:00.2194794
2025-12-05 21:04:34.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-05 21:04:34.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-05 21:04:34.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056243s
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-05 21:04:34.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0059127s
2025-12-05 21:04:34.0|Debug|MigrationController|Took: 00:00:00.0361530
2025-12-05 21:04:34.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2025-12-05 21:04:34.6|Debug|NotificationFactory|Initializing Providers. Count 20
2025-12-05 21:04:34.6|Info|CommandExecutor|Starting 3 threads for tasks.
2025-12-05 21:04:34.8|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2025-12-05 21:04:34.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-05 21:04:35.4|Debug|HttpClient|Downloading Completed. took 0s
2025-12-05 21:04:35.5|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2025-12-05 21:04:35.5|Debug|IndexerFactory|Initializing Providers. Count 67
2025-12-05 21:04:35.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2025-12-05 21:04:35.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-05 21:04:35.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2025-12-05 21:04:35.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-05 21:04:35.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-05 21:04:35.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2025-12-05 21:04:36.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (80 ms)
2025-12-05 21:04:37.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-05 21:04:49.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:04:53.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-05 21:04:56.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:05:41.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:05:41.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:05:44.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:05:49.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-05 21:06:18.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:06:31.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:06:36.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-05 21:07:06.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:07:08.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:07:44.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:09.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:11.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:12.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:13.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:31.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:08:33.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:09:19.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:09:19.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:09:26.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:09:47.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:10:36.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:10:56.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:11:46.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:12:11.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:14:05.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:14:07.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:15:00.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:15:49.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:15:56.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:17:12.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:17:14.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:19:52.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:20:22.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:21:58.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:27:42.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:28:04.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:28:06.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:32:10.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:32:10.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:33:28.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:33:35.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:33:40.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:35:48.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:36:56.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:37:01.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:38:18.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:39:30.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:40:33.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:41:05.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:42:16.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:49:04.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:49:04.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:49:21.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:49:54.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:50:13.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:50:14.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:50:51.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:53:18.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:55:20.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 21:56:02.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:56:02.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:56:12.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:56:23.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:56:51.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:58:19.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:58:20.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:58:28.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:59:34.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:59:34.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:59:42.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 21:59:54.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:00:39.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:00:40.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:01:07.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:01:07.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:01:18.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:01:46.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:01:47.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:02:14.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:02:14.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:02:30.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:02:35.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:06.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:06.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:13.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:29.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:29.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:03:47.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 22:03:47.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 22:04:01.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:04:01.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:04:15.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:04:15.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:05:31.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:07:28.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:08:21.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:08:21.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:08:53.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:08:54.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:09:11.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:09:31.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:09:31.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 22:09:38.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:14:57.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:14:57.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:15:45.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:15:46.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:16:39.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:17:31.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:17:50.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:18:06.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:18:14.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:18:21.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:21:17.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:21:17.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:21:27.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:22:33.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:22:34.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:22:47.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:23:11.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:23:12.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-05 22:23:50.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:23:50.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:37:38.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:39:04.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:39:23.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:39:50.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-05 22:40:28.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 02:04:35.5|Debug|InstallUpdateService|Checking for updates
2025-12-06 02:04:35.7|Debug|InstallUpdateService|No update available
2025-12-06 08:04:36.2|Debug|InstallUpdateService|Checking for updates
2025-12-06 08:04:36.4|Debug|InstallUpdateService|No update available
2025-12-06 13:33:10.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:33:57.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:34:46.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:35:04.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:39:06.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:42:57.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:56:09.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:56:32.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 13:56:46.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:57:14.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 13:59:25.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:04:37.0|Debug|InstallUpdateService|Checking for updates
2025-12-06 14:04:37.2|Debug|InstallUpdateService|No update available
2025-12-06 14:05:02.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:06:03.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:07:40.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:09:23.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:13:20.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 14:23:58.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 14:24:07.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:24:20.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:24:31.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 14:25:25.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:26:54.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:26:56.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:27:58.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:29:33.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 14:29:39.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:07:46.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 15:08:45.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:09:55.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 15:11:29.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:11:41.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:12:09.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:12:14.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 15:12:16.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:12:21.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:14:02.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:14:40.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 15:14:55.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:15:01.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:15:39.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:15:40.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:16:01.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:16:09.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:18:56.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:18:56.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:19:19.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:19:25.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:19:49.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (10 ms)
2025-12-06 15:20:18.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (1 ms)
2025-12-06 15:20:19.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:20:28.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:22:03.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:25:14.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:25:38.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:25:49.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:25:58.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:27:41.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:31:25.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:44:10.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 15:44:30.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 16:05:57.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/tag: 200.OK (12 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (10 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (12 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (55 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/customFilter: 200.OK (59 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (55 ms)
2025-12-06 16:05:59.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (46 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/localization: 200.OK (7 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/system/status: 200.OK (60 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (68 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 16:05:59.8|Debug|Api|[GET] /api/v1/health: 200.OK (11 ms)
2025-12-06 16:06:02.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (522 ms)
2025-12-06 16:07:42.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (7 ms)
2025-12-06 16:07:42.3|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (47 ms)
2025-12-06 16:09:05.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- Cookie: 'Cookie' must not be empty.
2025-12-06 16:09:05.2|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (36 ms)
2025-12-06 16:10:37.3|Debug|Api|[GET] /api/v1/command: 200.OK (16 ms)
2025-12-06 16:12:14.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (0 ms)
2025-12-06 16:16:07.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2025-12-06 16:21:21.8|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (4 ms)
2025-12-06 16:21:23.6|Debug|Api|[GET] /api/v1/appprofile: 200.OK (3 ms)
2025-12-06 16:21:23.6|Debug|Api|[GET] /api/v1/applications: 200.OK (11 ms)
2025-12-06 16:21:25.0|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (13 ms)
2025-12-06 16:21:37.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:22:19.7|Debug|Api|[GET] /api/v1/notification: 200.OK (7 ms)
2025-12-06 16:22:21.6|Debug|Api|[GET] /api/v1/notification/schema: 200.OK (21 ms)
2025-12-06 16:22:30.0|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 16:22:30.0|Debug|Api|[GET] /api/v1/notification: 200.OK (0 ms)
2025-12-06 16:22:30.0|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (0 ms)
2025-12-06 16:22:30.0|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (3 ms)
2025-12-06 16:22:30.0|Debug|Api|[GET] /api/v1/applications: 200.OK (0 ms)
2025-12-06 16:22:30.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (6 ms)
2025-12-06 16:22:32.3|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 16:22:32.3|Debug|Api|[GET] /api/v1/localization/options: 200.OK (1 ms)
2025-12-06 16:23:29.2|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:23:30.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2025-12-06 16:23:30.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 16:23:32.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 16:23:36.4|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (296 ms)
2025-12-06 16:23:44.9|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 16:23:45.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (50 ms)
2025-12-06 16:24:16.7|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2025-12-06 16:24:16.7|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2025-12-06 16:24:16.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2025-12-06 16:24:16.8|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (161 ms)
2025-12-06 16:25:21.8|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2025-12-06 16:25:21.8|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2025-12-06 16:25:21.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2025-12-06 16:25:21.8|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (65 ms)
2025-12-06 16:26:04.1|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:26:05.4|Debug|Api|[GET] /api/v1/indexerProxy/schema: 200.OK (7 ms)
2025-12-06 16:26:09.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2025-12-06 16:26:09.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 16:26:12.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (207 ms)
2025-12-06 16:26:14.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 16:26:14.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2025-12-06 16:26:17.4|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2025-12-06 16:26:17.4|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2025-12-06 16:26:17.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to access 1337x.to, blocked by CloudFlare Protection.
2025-12-06 16:26:17.4|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (39 ms)
2025-12-06 16:27:07.3|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 16:27:35.1|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:27:36.0|Debug|Api|[GET] /api/v1/indexerProxy/schema: 200.OK (5 ms)
2025-12-06 16:27:42.8|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2025-12-06 16:27:42.8|Error|FlareSolverr|Proxy validation failed
[v2.3.0.5236] System.Net.Http.HttpRequestException: Connection refused (localhost:8191)
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 355
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 341
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.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.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.IndexerProxies.FlareSolverr.FlareSolverr.Test() in ./NzbDrone.Core/IndexerProxies/FlareSolverr/FlareSolverr.cs:line 189
2025-12-06 16:27:42.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- Host: Unable to connect to proxy: Connection refused (localhost:8191). Check the log surrounding this error for details
2025-12-06 16:27:42.8|Debug|Api|[POST] /api/v1/indexerProxy/test: 400.BadRequest (88 ms)
2025-12-06 16:29:27.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (1 ms)
2025-12-06 16:29:27.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2025-12-06 16:29:29.0|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (359 ms)
2025-12-06 16:31:17.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 16:31:17.3|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (11 ms)
2025-12-06 16:31:19.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:31:19.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:31:19.6|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (368 ms)
2025-12-06 16:31:35.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2025-12-06 16:31:35.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2025-12-06 16:32:00.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:32:00.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:32:00.1|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (35 ms)
2025-12-06 16:32:03.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:32:03.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:32:03.5|Debug|Api|[POST] /api/v1/indexer: 201.Created (85 ms)
2025-12-06 16:32:08.5|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:32:13.5|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (1 ms)
2025-12-06 16:32:13.6|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms)
2025-12-06 16:32:28.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:32:28.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:32:29.1|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (589 ms)
2025-12-06 16:32:30.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:32:30.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:32:30.7|Debug|Api|[POST] /api/v1/indexer: 201.Created (433 ms)
2025-12-06 16:32:35.7|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:32:37.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:33:15.9|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (1 ms)
2025-12-06 16:33:16.8|Debug|Api|[GET] /api/v1/downloadclient/schema: 200.OK (21 ms)
2025-12-06 16:33:24.9|Debug|Api|[GET] /api/v1/applications: 200.OK (1 ms)
2025-12-06 16:33:24.9|Debug|Api|[GET] /api/v1/appprofile: 200.OK (0 ms)
2025-12-06 16:33:28.4|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (7 ms)
2025-12-06 16:33:40.6|Warn|Radarr|Unable to complete application test
[v2.3.0.5236] System.Net.Http.HttpRequestException: Connection refused (localhost:7878)
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 355
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 341
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.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.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.GetIndexerSchema(RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 80
at NzbDrone.Core.Applications.Radarr.Radarr.<>c__DisplayClass11_0.<BuildRadarrIndexer>b__0() in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 231
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime)
at NzbDrone.Core.Applications.Radarr.Radarr.BuildRadarrIndexer(IndexerDefinition indexer, IndexerCapabilities indexerCapabilities, DownloadProtocol protocol, Int32 id) in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 231
at NzbDrone.Core.Applications.Radarr.Radarr.Test() in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 52
2025-12-06 16:33:40.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- BaseUrl: Unable to complete application test, cannot connect to Radarr. Connection refused (localhost:7878)
2025-12-06 16:33:40.6|Debug|Api|[POST] /api/v1/applications/test: 400.BadRequest (35 ms)
2025-12-06 16:33:54.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3:7878/api/v3/indexer/test: 400.BadRequest (243 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure IPv6 is working or disabled. Connection refused (localhost:9696)",
"severity": "error"
}
]
2025-12-06 16:33:54.6|Warn|Radarr|Prowlarr URL is invalid
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/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.Radarr.RadarrV3Proxy.TestConnection(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 132
at NzbDrone.Core.Applications.Radarr.Radarr.Test() in ./NzbDrone.Core/Applications/Radarr/Radarr.cs:line 52
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure IPv6 is working or disabled. Connection refused (localhost:9696)",
"severity": "error"
}
]
2025-12-06 16:33:54.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- ProwlarrUrl: Prowlarr URL is invalid, Radarr cannot connect to Prowlarr
2025-12-06 16:33:54.6|Debug|Api|[POST] /api/v1/applications/test: 400.BadRequest (70 ms)
2025-12-06 16:34:04.3|Debug|Api|[POST] /api/v1/applications/test: 200.OK (103 ms)
2025-12-06 16:34:08.5|Debug|Api|[POST] /api/v1/applications/test: 200.OK (13 ms)
2025-12-06 16:34:10.5|Debug|Api|[POST] /api/v1/applications: 201.Created (497 ms)
2025-12-06 16:34:10.5|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:34:12.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:34:12.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:34:12.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:34:12.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:34:12.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:34:12.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:34:12.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 16:34:14.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:34:14.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:34:14.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:34:14.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:34:14.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:34:14.6|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:34:14.6|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 16:34:14.6|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:34:16.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 16:34:16.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:34:16.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:34:16.6|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 16:34:19.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2025-12-06 16:34:44.0|Debug|Api|[PUT] /api/v1/applications/1: 202.Accepted (24 ms)
2025-12-06 16:34:44.0|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:34:45.1|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2025-12-06 16:34:45.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 16:34:46.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:34:46.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:34:46.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:34:46.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:34:46.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:34:46.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:34:46.1|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 16:34:48.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:34:48.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:34:48.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:34:48.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:34:48.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:34:48.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:34:48.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 16:34:48.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:34:48.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 16:34:48.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 16:34:49.0|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:35:14.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 16:35:14.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:35:14.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:35:14.5|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 16:35:16.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 16:35:16.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:35:16.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:35:16.5|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 16:35:30.1|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:35:31.9|Debug|Api|[GET] /api/v1/appprofile: 200.OK (3 ms)
2025-12-06 16:35:31.9|Debug|Api|[GET] /api/v1/applications: 200.OK (5 ms)
2025-12-06 16:35:39.4|Debug|Api|[PUT] /api/v1/applications/1: 202.Accepted (19 ms)
2025-12-06 16:35:39.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:35:40.5|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2025-12-06 16:35:41.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:35:41.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:35:41.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:35:41.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:35:41.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:35:41.6|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:35:41.6|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 16:35:43.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:35:43.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:35:43.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:35:43.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:35:43.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:35:43.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:35:43.5|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 16:35:43.5|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:35:43.5|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 16:35:43.5|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 16:35:44.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:35:45.8|Debug|Api|[GET] /api/v1/downloadclient/schema: 200.OK (9 ms)
2025-12-06 16:36:18.0|Debug|DelugeProxy|Deluge authentication succeeded.
2025-12-06 16:36:18.1|Debug|DelugeProxy|Deluge authentication succeeded.
2025-12-06 16:36:18.1|Debug|Api|[POST] /api/v1/downloadclient/test: 200.OK (88 ms)
2025-12-06 16:36:19.5|Debug|DelugeProxy|Deluge authentication succeeded.
2025-12-06 16:36:19.6|Debug|Api|[POST] /api/v1/downloadclient: 201.Created (32 ms)
2025-12-06 16:36:28.0|Debug|Api|[GET] /api/v1/notification: 200.OK (0 ms)
2025-12-06 16:36:30.2|Debug|Api|[GET] /api/v1/tag: 200.OK (2 ms)
2025-12-06 16:36:30.2|Debug|Api|[GET] /api/v1/notification: 200.OK (1 ms)
2025-12-06 16:36:30.2|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:36:30.2|Debug|Api|[GET] /api/v1/applications: 200.OK (2 ms)
2025-12-06 16:36:30.2|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (6 ms)
2025-12-06 16:36:30.8|Debug|Api|[GET] /api/v1/notification: 200.OK (1 ms)
2025-12-06 16:36:31.4|Debug|Api|[GET] /api/v1/notification/schema: 200.OK (8 ms)
2025-12-06 16:36:36.5|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 16:36:36.6|Debug|Api|[GET] /api/v1/notification: 200.OK (18 ms)
2025-12-06 16:36:36.6|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (10 ms)
2025-12-06 16:36:36.6|Debug|Api|[GET] /api/v1/applications: 200.OK (10 ms)
2025-12-06 16:36:36.6|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (20 ms)
2025-12-06 16:36:37.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (2 ms)
2025-12-06 16:36:42.3|Debug|Api|[GET] /api/v1/config/ui: 200.OK (1 ms)
2025-12-06 16:36:42.3|Debug|Api|[GET] /api/v1/localization/options: 200.OK (1 ms)
2025-12-06 16:36:47.5|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:36:47.5|Debug|Api|[GET] /api/v1/system/status: 200.OK (7 ms)
2025-12-06 16:36:52.7|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (22 ms)
2025-12-06 16:36:56.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2025-12-06 16:36:57.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 16:36:57.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 16:37:27.7|Debug|Api|[POST] /api/v1/command: 201.Created (18 ms)
2025-12-06 16:37:27.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:37:27.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:37:27.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:37:27.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:37:27.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:37:27.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:37:27.9|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:37:27.9|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 16:37:29.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 16:37:29.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:37:29.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:37:29.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 16:37:29.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 16:37:29.9|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 16:37:29.9|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 16:37:29.9|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:37:29.9|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 16:37:29.9|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 16:37:29.9|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 16:37:29.9|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2025-12-06 16:37:34.9|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 16:37:35.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 16:37:35.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:37:35.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:37:35.8|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 16:37:54.8|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 16:37:55.5|Debug|Api|[GET] /api/v1/appprofile: 200.OK (0 ms)
2025-12-06 16:37:55.5|Debug|Api|[GET] /api/v1/applications: 200.OK (1 ms)
2025-12-06 16:37:56.7|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (1 ms)
2025-12-06 16:37:58.1|Debug|Api|[GET] /api/v1/appprofile: 200.OK (3 ms)
2025-12-06 16:37:58.1|Debug|Api|[GET] /api/v1/applications: 200.OK (5 ms)
2025-12-06 16:37:59.7|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 16:38:01.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 16:38:01.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 16:38:07.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:38:33.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 16:43:37.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:46:31.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 16:46:53.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 16:48:37.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:51:53.1|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2025-12-06 16:51:53.1|Debug|Api|[GET] /api/v1/applications: 200.OK (4 ms)
2025-12-06 16:51:54.2|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (4 ms)
2025-12-06 16:52:34.9|Debug|Api|[POST] /api/v1/applications/test: 200.OK (190 ms)
2025-12-06 16:52:36.9|Debug|Api|[POST] /api/v1/applications: 201.Created (228 ms)
2025-12-06 16:52:36.9|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 16:52:38.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 16:52:38.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 16:52:38.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 16:52:39.1|Debug|ReleaseSearchService|Total of 83 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 16:52:39.2|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 16:52:40.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 16:52:40.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:52:40.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 16:52:41.2|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 16:53:37.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 16:56:10.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 16:56:57.1|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (5 ms)
2025-12-06 16:57:20.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 16:58:42.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 16:59:01.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 16:59:07.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 17:00:18.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-06 17:00:31.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 17:00:45.1|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (5 ms)
2025-12-06 17:04:37.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 17:05:17.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 17:05:17.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 17:05:17.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 17:05:17.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 17:05:17.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:05:17.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:05:17.2|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 17:05:17.2|Debug|ReleaseSearchService|Total of 98 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 17:05:32.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 17:05:44.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 17:05:44.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:05:44.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:05:44.7|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 17:07:36.6|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (5 ms)
2025-12-06 17:07:39.0|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (2 ms)
2025-12-06 17:07:39.8|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2025-12-06 17:07:39.8|Debug|Api|[GET] /api/v1/applications: 200.OK (5 ms)
2025-12-06 17:07:42.5|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 17:07:45.3|Debug|Api|[GET] /api/v1/notification: 200.OK (1 ms)
2025-12-06 17:07:46.0|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 17:07:46.0|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (1 ms)
2025-12-06 17:07:46.0|Debug|Api|[GET] /api/v1/notification: 200.OK (2 ms)
2025-12-06 17:07:46.0|Debug|Api|[GET] /api/v1/applications: 200.OK (2 ms)
2025-12-06 17:07:46.0|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (6 ms)
2025-12-06 17:07:47.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (1 ms)
2025-12-06 17:07:53.5|Debug|Api|[GET] /api/v1/config/ui: 200.OK (1 ms)
2025-12-06 17:07:53.5|Debug|Api|[GET] /api/v1/localization/options: 200.OK (1 ms)
2025-12-06 17:07:56.2|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 17:07:56.2|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2025-12-06 17:08:01.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 17:08:33.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 17:08:57.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 17:20:47.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 17:20:47.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:20:47.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:20:47.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 17:20:47.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 17:20:47.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 17:20:47.2|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 17:20:47.4|Debug|ReleaseSearchService|Total of 98 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 17:36:14.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 17:36:14.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:36:14.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:36:14.9|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 17:36:17.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 17:36:17.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 17:36:17.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 17:36:17.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 17:36:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:36:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:36:17.2|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 17:36:17.3|Debug|ReleaseSearchService|Total of 105 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 17:51:47.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 17:51:47.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 17:51:47.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 17:51:47.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 17:51:47.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:51:47.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 17:51:47.4|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 17:51:47.4|Debug|ReleaseSearchService|Total of 105 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 18:06:44.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 18:06:44.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:06:44.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:06:45.0|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 18:07:17.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 18:07:17.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 18:07:17.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 18:07:17.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 18:07:17.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:07:17.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:07:17.3|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 18:07:17.4|Debug|ReleaseSearchService|Total of 87 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 18:22:47.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 18:22:47.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:22:47.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:22:47.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 18:22:47.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 18:22:47.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 18:22:47.5|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 18:22:47.6|Debug|ReleaseSearchService|Total of 87 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 18:31:13.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:31:20.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 18:31:28.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:31:35.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:31:40.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/tag: 200.OK (5 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (5 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (4 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (0 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (0 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/localization: 200.OK (1 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 18:31:49.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 18:31:53.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:31:56.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 18:32:02.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:32:34.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:37:15.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 18:37:15.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:37:15.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:37:15.1|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 18:38:17.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 18:38:17.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 18:38:17.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 18:38:17.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 18:38:17.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:38:17.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:38:17.4|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 18:38:17.6|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 18:38:58.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 18:39:09.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:43:28.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:45:11.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:48:17.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 18:49:01.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:49:13.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 18:49:31.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 18:53:47.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 18:53:47.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 18:53:47.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 18:53:47.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 18:53:47.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:53:47.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 18:53:47.7|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 18:53:47.7|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:05:19.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:06:37.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:37.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:37.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:37.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:37.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:37.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:37.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 19:06:37.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:38.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:38.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:06:39.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:39.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:39.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:39.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:39.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:39.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:39.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 19:06:39.6|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:39.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:41.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:41.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:41.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:41.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:41.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:41.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:41.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 19:06:41.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:41.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:43.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:43.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:43.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:43.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:43.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:43.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:43.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 19:06:43.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:43.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:45.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:45.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:45.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:45.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:45.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:45.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:45.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 19:06:45.6|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:45.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:48.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:48.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:48.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:48.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:48.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:48.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:48.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:48.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 19:06:48.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:49.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:49.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:49.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:49.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:49.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:49.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:50.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:50.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 19:06:50.3|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:51.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:51.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:51.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:51.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:51.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:51.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:52.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 19:06:52.2|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:52.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:53.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:53.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:53.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:53.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:53.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:53.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:54.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 19:06:54.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:54.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:55.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:55.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:55.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 19:06:55.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:55.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:55.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:56.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 19:06:56.2|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:56.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:57.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:57.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:57.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:57.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:57.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 19:06:57.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:58.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 19:06:58.2|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:06:58.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:06:59.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 19:06:59.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:06:59.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:59.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 19:06:59.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:06:59.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 19:07:00.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:07:00.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 19:07:00.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 19:07:02.2|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4A217562DE00E440EC461405F02100649465E0BD&amp;dn=Its+Always+Sunny+in+Philadelphia+S17E08+The+Golden+Bachelor+Live+1080p+DSNP&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S17E08 The Golden Bachelor Live 1080p DSNP Magnet"></a>
2025-12-06 19:07:06.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:07:45.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 19:07:45.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:07:45.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:07:45.2|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 19:08:30.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:09:17.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:09:17.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:09:17.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:09:17.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:09:17.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:09:17.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:09:17.6|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:09:17.7|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:09:44.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:11:12.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:11:22.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/customFilter: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/config/host: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (0 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/localization: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:11:23.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 19:11:29.3|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (1 ms)
2025-12-06 19:11:31.3|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:11:31.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2025-12-06 19:11:35.7|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 19:11:35.7|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (7 ms)
2025-12-06 19:11:50.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- TorrentBaseSettings.SeedRatio: Should be greater than zero
2025-12-06 19:11:50.2|Debug|Api|[PUT] /api/v1/indexer/2: 400.BadRequest (13 ms)
2025-12-06 19:11:58.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:11:58.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:11:58.9|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (357 ms)
2025-12-06 19:11:59.0|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:11:59.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:11:59.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:11:59.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:00.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:12:00.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:12:00.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:12:00.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 19:12:01.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:12:01.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:01.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:02.6|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (6 ms)
2025-12-06 19:12:02.6|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (7 ms)
2025-12-06 19:12:02.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:12:02.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:12:02.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:12:02.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 19:12:02.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:12:02.7|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 19:12:02.7|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 19:12:02.7|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:12:02.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:12:02.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:02.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:04.0|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:12:04.7|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:12:11.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:11.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:11.4|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (115 ms)
2025-12-06 19:12:11.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:12:11.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:12:11.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:11.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:13.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:12:13.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:12:13.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:12:13.4|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 19:12:13.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:12:13.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:13.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:15.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:12:15.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:12:15.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:12:15.5|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 19:12:15.5|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:12:15.5|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 19:12:15.5|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 19:12:15.5|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:12:15.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:12:15.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:12:15.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:12:16.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:12:17.4|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:12:18.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2025-12-06 19:12:18.3|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2025-12-06 19:12:22.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:22.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:22.1|Debug|Api|[PUT] /api/v1/indexer/1: 202.Accepted (118 ms)
2025-12-06 19:12:22.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:12:22.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:12:22.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 19:12:22.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 19:12:22.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:22.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:24.1|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 19:12:24.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:12:24.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:12:24.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-06 19:12:24.1|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:12:24.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:12:24.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:24.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:12:26.1|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:12:27.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:13:26.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:14:21.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:14:42.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:15:49.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:17:49.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:22:43.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:22:54.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:23:08.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 19:24:47.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:24:47.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:24:47.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:24:47.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:24:47.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:24:47.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:24:47.8|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:24:47.8|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:27:44.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:30:37.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:30:43.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/customFilter: 200.OK (1 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/tag: 200.OK (2 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/config/host: 200.OK (2 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/system/status: 200.OK (1 ms)
2025-12-06 19:30:45.0|Debug|Api|[GET] /api/v1/localization: 200.OK (2 ms)
2025-12-06 19:30:45.1|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:30:45.1|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2025-12-06 19:30:45.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2025-12-06 19:30:55.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:31:19.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (8 ms)
2025-12-06 19:31:19.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (11 ms)
2025-12-06 19:31:27.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:31:27.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:31:27.4|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (254 ms)
2025-12-06 19:31:28.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:31:28.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:31:29.3|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (1082 ms)
2025-12-06 19:31:29.3|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:31:29.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:31:29.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:31:29.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:31:31.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:31:31.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:31:31.3|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:31:31.3|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 19:31:31.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:31:31.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:31:31.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:31:33.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:31:33.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:31:33.3|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:31:33.3|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 19:31:33.3|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:31:33.3|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 19:31:33.3|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 19:31:33.3|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:31:33.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:31:33.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:31:33.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:31:33.6|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 19:31:33.6|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (7 ms)
2025-12-06 19:31:34.3|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:31:35.3|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:31:51.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:51.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:51.1|Debug|Api|[PUT] /api/v1/indexer/1: 202.Accepted (95 ms)
2025-12-06 19:31:51.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:31:51.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:31:51.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 19:31:51.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 19:31:51.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:51.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:53.1|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 19:31:53.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:31:53.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:31:53.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-06 19:31:53.1|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:31:53.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:31:53.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:53.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:31:55.1|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:34:55.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:35:04.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:35:30.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:35:37.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:35:53.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:36:31.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:37:00.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 19:37:14.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:37:55.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:38:07.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:38:15.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 19:38:15.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:38:15.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:38:15.4|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 19:38:47.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:40:17.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:40:17.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:40:17.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:40:17.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:40:17.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:40:17.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:40:17.8|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:40:17.9|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:41:54.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/tag: 200.OK (5 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/appprofile: 200.OK (4 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/customFilter: 200.OK (4 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (4 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/config/host: 200.OK (0 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/system/status: 200.OK (0 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/localization: 200.OK (1 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2025-12-06 19:41:55.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (1 ms)
2025-12-06 19:41:57.9|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2025-12-06 19:41:57.9|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (6 ms)
2025-12-06 19:42:06.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:42:06.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:42:06.7|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (238 ms)
2025-12-06 19:42:06.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:42:06.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:42:06.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:42:06.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:42:08.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:42:08.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:42:08.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:42:08.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 19:42:08.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:42:09.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:42:09.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:42:09.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:42:10.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:42:10.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:42:10.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:42:10.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 19:42:10.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:42:10.7|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 19:42:10.7|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 19:44:19.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:46:26.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (2 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (2 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/localization: 200.OK (6 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:46:38.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2025-12-06 19:46:55.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 19:47:33.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 19:48:49.2|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (4 ms)
2025-12-06 19:48:59.0|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (3 ms)
2025-12-06 19:48:59.9|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (1 ms)
2025-12-06 19:49:00.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:49:00.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 19:51:37.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 19:54:17.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (1 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/localization: 200.OK (3 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-12-06 19:54:19.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (15 ms)
2025-12-06 19:54:39.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:54:51.2|Debug|Api|[GET] /api/v1/indexerStats?endDate=2025-12-06T19%3A54%3A51.218Z: 200.OK (6 ms)
2025-12-06 19:55:06.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 19:55:47.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 19:55:47.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:55:47.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:55:47.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 19:55:47.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:55:47.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 19:55:48.0|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 19:55:48.0|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 19:56:33.9|Debug|Api|[GET] /api/v1/indexerStats?endDate=2025-12-06T19%3A56%3A33.901Z: 200.OK (6 ms)
2025-12-06 19:56:35.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2025-12-06 19:56:35.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 19:56:39.4|Debug|Api|[POST] /api/v1/command: 201.Created (11 ms)
2025-12-06 19:56:39.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:56:39.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:56:39.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:56:39.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:56:39.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:56:39.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:56:39.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:56:39.5|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 19:56:41.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 19:56:41.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 19:56:41.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 19:56:41.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 19:56:41.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 19:56:41.6|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 19:56:41.6|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:56:41.6|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:56:41.6|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:56:41.6|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 19:56:41.6|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 19:56:41.6|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:56:41.6|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-06 19:56:41.6|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-06 19:56:41.6|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:56:41.6|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 19:56:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 19:56:44.4|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 19:57:07.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:02:37.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:04:37.8|Debug|InstallUpdateService|Checking for updates
2025-12-06 20:04:37.8|Info|HousekeepingService|Running housecleaning tasks
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupCommandQueue
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupCommandQueue
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting CleanupUnusedTags
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed CleanupUnusedTags
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2025-12-06 20:04:37.8|Debug|HousekeepingService|Starting TrimLogDatabase
2025-12-06 20:04:37.8|Info|Database|Vacuuming Log database
2025-12-06 20:04:37.8|Info|Database|Log database compressed
2025-12-06 20:04:37.8|Debug|HousekeepingService|Completed TrimLogDatabase
2025-12-06 20:04:37.8|Debug|HousekeepingService|Compressing main database after housekeeping
2025-12-06 20:04:37.8|Info|Database|Vacuuming Main database
2025-12-06 20:04:37.8|Info|HistoryService|Removing items older than 30 days from history
2025-12-06 20:04:37.8|Debug|HistoryService|History has been cleaned up.
2025-12-06 20:04:37.8|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2025-12-06 20:04:37.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:04:37.9|Info|Database|Main database compressed
2025-12-06 20:04:37.9|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:04:38.0|Debug|InstallUpdateService|No update available
2025-12-06 20:04:38.0|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:04:38.1|Debug|HttpClient|Downloading Completed. took 0s
2025-12-06 20:04:38.2|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2025-12-06 20:04:38.2|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:04:38.2|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:04:38.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:07:35.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (12 ms)
2025-12-06 20:07:37.8|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:08:09.9|Debug|Api|[POST] /api/v1/command: 201.Created (9 ms)
2025-12-06 20:08:09.9|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 20:08:10.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:08:10.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:08:10.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:08:10.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:08:10.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:08:10.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:08:10.4|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 20:08:11.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:08:11.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:08:11.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:08:12.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:08:12.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:08:12.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:08:12.4|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 20:08:12.4|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-06 20:08:12.4|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:08:12.4|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 20:08:12.4|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 20:08:12.4|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:08:12.4|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-06 20:08:12.4|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-06 20:08:12.4|Debug|Sonarr|Syncing remote indexer with current settings
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:08:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:08:12.4|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:08:15.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:08:17.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2025-12-06 20:08:17.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:08:21.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:08:21.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:08:21.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:08:21.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:08:21.3|Debug|Api|[POST] /api/v1/indexer/testall: 200.OK (324 ms)
2025-12-06 20:08:24.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:08:26.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:08:32.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:08:45.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 20:08:45.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:08:45.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:08:45.5|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 20:09:34.8|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (5 ms)
2025-12-06 20:09:40.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:09:41.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:10:15.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:10:23.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:10:23.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:10:23.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:10:23.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:10:23.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:10:23.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:10:24.0|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:10:24.0|Debug|ReleaseSearchService|Total of 81 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:10:56.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/customFilter: 200.OK (1 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/config/host: 200.OK (0 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/system/status: 200.OK (0 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/localization: 200.OK (1 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (10 ms)
2025-12-06 20:10:59.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (14 ms)
2025-12-06 20:11:04.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:13:07.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:13:07.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:16:05.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:16:40.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:16:40.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:16:40.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:16:40.4|Debug|ReleaseSearchService|Total of 81 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:16:40.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:16:40.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:16:40.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:16:40.4|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:16:42.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:16:42.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:16:42.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:16:42.2|Debug|ReleaseSearchService|Total of 81 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:16:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:16:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:16:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:16:42.4|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:16:52.8|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (5 ms)
2025-12-06 20:16:54.3|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (3 ms)
2025-12-06 20:17:26.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2025-12-06 20:17:26.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 20:17:28.7|Debug|Api|[GET] /api/v1/indexerStats?endDate=2025-12-06T20%3A17%3A28.713Z: 200.OK (6 ms)
2025-12-06 20:17:36.3|Debug|Api|[GET] /api/v1/indexerStats?endDate=2025-12-06T20%3A17%3A36.326Z: 200.OK (6 ms)
2025-12-06 20:17:38.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:17:48.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:18:13.6|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (3 ms)
2025-12-06 20:18:14.7|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:18:14.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2025-12-06 20:18:37.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:18:37.9|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:21:28.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2025-12-06 20:21:28.4|Info|ConsoleApp|Exiting main.
2025-12-06 20:22:05.7|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2025-12-06 20:22:05.7|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2025-12-06 20:22:05.7|Debug|ProcessProvider| - [134] Prowlarr
2025-12-06 20:22:05.8|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 20:22:05.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 20:22:05.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 20:22:05.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 20:22:06.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 20:22:06.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0689612s
2025-12-06 20:22:06.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 20:22:06.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0744834s
2025-12-06 20:22:06.0|Debug|MigrationController|Took: 00:00:00.2328168
2025-12-06 20:22:06.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2025-12-06 20:22:06.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2025-12-06 20:22:06.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2025-12-06 20:22:06.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2025-12-06 20:22:06.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2025-12-06 20:22:06.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.009215s
2025-12-06 20:22:06.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2025-12-06 20:22:06.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095117s
2025-12-06 20:22:06.1|Debug|MigrationController|Took: 00:00:00.0450694
2025-12-06 20:22:06.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2025-12-06 20:22:06.6|Debug|NotificationFactory|Initializing Providers. Count 20
2025-12-06 20:22:06.6|Info|CommandExecutor|Starting 3 threads for tasks.
2025-12-06 20:22:06.7|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2025-12-06 20:22:06.7|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2025-12-06 20:22:07.0|Debug|HttpClient|Downloading Completed. took 0s
2025-12-06 20:22:07.1|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2025-12-06 20:22:07.1|Debug|IndexerFactory|Initializing Providers. Count 67
2025-12-06 20:22:07.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2025-12-06 20:22:07.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2025-12-06 20:22:07.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2025-12-06 20:22:07.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2025-12-06 20:22:07.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2025-12-06 20:22:07.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2025-12-06 20:22:07.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (357 ms)
2025-12-06 20:22:08.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (16 ms)
2025-12-06 20:22:15.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-06 20:22:30.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 20:22:36.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 20:23:33.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/appprofile: 200.OK (10 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (11 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/customFilter: 200.OK (16 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/tag: 200.OK (15 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (11 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/config/ui: 200.OK (6 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/localization: 200.OK (25 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/system/status: 200.OK (41 ms)
2025-12-06 20:23:35.9|Debug|Api|[GET] /api/v1/config/host: 200.OK (48 ms)
2025-12-06 20:23:36.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (109 ms)
2025-12-06 20:23:36.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (5 ms)
2025-12-06 20:23:36.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (17 ms)
2025-12-06 20:23:36.0|Debug|Api|[GET] /api/v1/health: 200.OK (32 ms)
2025-12-06 20:23:39.0|Debug|Api|[GET] /api/v1/notification: 200.OK (7 ms)
2025-12-06 20:23:39.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (5 ms)
2025-12-06 20:23:42.6|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (7 ms)
2025-12-06 20:23:44.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (3 ms)
2025-12-06 20:23:44.7|Debug|Api|[GET] /api/v1/applications: 200.OK (17 ms)
2025-12-06 20:23:46.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (8 ms)
2025-12-06 20:23:46.9|Debug|Api|[GET] /api/v1/notification: 200.OK (1 ms)
2025-12-06 20:23:48.1|Debug|Api|[GET] /api/v1/notification: 200.OK (2 ms)
2025-12-06 20:23:48.1|Debug|Api|[GET] /api/v1/tag: 200.OK (4 ms)
2025-12-06 20:23:48.1|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (3 ms)
2025-12-06 20:23:48.1|Debug|Api|[GET] /api/v1/applications: 200.OK (5 ms)
2025-12-06 20:23:48.1|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (8 ms)
2025-12-06 20:23:48.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2025-12-06 20:23:51.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 20:23:51.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2025-12-06 20:24:07.1|Debug|Api|[GET] /api/v1/command: 200.OK (18 ms)
2025-12-06 20:24:27.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2025-12-06 20:24:33.0|Warn|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|No output formatter was found for content types 'application/json' to write the response.
2025-12-06 20:24:33.0|Debug|Api|[GET] /api?t=caps&apikey=(removed) 406.NotAcceptable (2 ms)
2025-12-06 20:24:59.7|Warn|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|No output formatter was found for content types 'application/json' to write the response.
2025-12-06 20:24:59.7|Debug|Api|[GET] /api?t=caps&apikey=(removed) 406.NotAcceptable (0 ms)
2025-12-06 20:25:36.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:25:36.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:25:36.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:25:36.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:25:36.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:25:36.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:25:36.9|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:25:37.1|Debug|ReleaseSearchService|Total of 81 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:25:55.6|Warn|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|No output formatter was found for content types 'application/json' to write the response.
2025-12-06 20:25:55.6|Debug|Api|[GET] /api?t=caps&apikey=(removed) 406.NotAcceptable (0 ms)
2025-12-06 20:25:55.6|Warn|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|No output formatter was found for content types 'application/json' to write the response.
2025-12-06 20:25:55.6|Debug|Api|[GET] /api?t=caps&apikey=(removed) 406.NotAcceptable (0 ms)
2025-12-06 20:27:04.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:27:06.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:27:23.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2025-12-06 20:27:23.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2025-12-06 20:27:32.5|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (5 ms)
2025-12-06 20:27:32.5|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (38 ms)
2025-12-06 20:27:37.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:37.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:37.9|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (351 ms)
2025-12-06 20:27:37.9|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 20:27:38.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:27:38.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:38.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:39.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2025-12-06 20:27:39.4|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (6 ms)
2025-12-06 20:27:39.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:27:39.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:27:39.8|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:27:39.8|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 20:27:40.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:27:40.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:40.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:40.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:40.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:41.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:27:41.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:27:41.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:27:41.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 20:27:41.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:27:41.8|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 20:27:41.8|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 20:27:42.9|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:27:43.7|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (3207 ms)
2025-12-06 20:27:45.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:45.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:45.9|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (112 ms)
2025-12-06 20:27:45.9|Debug|ApplicationService|No tags set to application Radarr.
2025-12-06 20:27:45.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:27:45.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:45.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:47.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:27:47.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:27:47.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:27:47.9|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:27:47.9|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-06 20:27:47.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-06 20:27:47.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:27:47.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:27:49.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-06 20:27:49.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-06 20:27:49.9|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-06 20:27:49.9|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-06 20:27:49.9|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-06 20:27:49.9|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-06 20:27:49.9|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-06 20:27:50.9|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:28:32.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:29:04.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:29:04.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E07/date/1/
2025-12-06 20:29:04.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E07/date/1/
2025-12-06 20:29:04.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:29:04.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:04.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:04.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E07/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E07/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
2025-12-06 20:29:04.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:29:05.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:29:06.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:29:06.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:29:06.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E07/date/1/
2025-12-06 20:29:06.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E07/date/1/
2025-12-06 20:29:06.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:06.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:06.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E07/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E07/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
2025-12-06 20:29:06.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:29:07.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2025-12-06 20:29:07.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:29:08.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:29:08.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:29:08.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E07/date/1/
2025-12-06 20:29:08.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E07/date/1/
2025-12-06 20:29:08.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:08.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e07&cat=205%2C206%2C208%2C212
2025-12-06 20:29:08.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E07/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E07/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
2025-12-06 20:29:08.7|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:29:09.3|Debug|ReleaseSearchService|Total of 27 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:29:10.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4C4A0FE9225A5B6789FD381C1E2847D7D082D36F&amp;dn=Its+Always+Sunny+In+Philadelphia+S17E07+1080p+WEB+h264-ETHEL+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny In Philadelphia S17E07 1080p WEB h264-ETHEL EZTV Magnet"></a>
2025-12-06 20:29:13.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:32:33.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:34:37.2|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2025-12-06 20:39:07.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 20:39:07.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:39:07.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:39:07.7|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 20:39:08.0|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-12-06 20:40:07.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:41:06.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:41:06.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:41:06.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:41:06.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:41:06.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:41:06.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:41:06.9|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:41:06.9|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:44:23.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:45:07.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-12-06 20:45:15.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:15.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:15.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:15.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:15.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:15.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:16.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:16.0|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:16.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:17.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:17.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:17.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:17.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:17.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:17.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:17.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:17.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:17.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:19.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:19.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:19.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:19.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:19.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:19.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:19.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:19.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:19.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:21.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:21.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:21.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:21.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:21.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:21.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:21.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:21.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:22.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:23.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:23.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:23.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:23.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:23.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:23.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:23.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:23.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:23.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:25.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:25.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:25.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:25.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:25.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:25.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:25.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (2 ms)
2025-12-06 20:45:25.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:25.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:26.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:27.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:27.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:27.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:27.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:27.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:27.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:27.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:27.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:27.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:28.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:45:29.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:29.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:29.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:29.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:29.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:29.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:29.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:29.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:29.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:31.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:31.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:31.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:31.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:31.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:31.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:31.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:31.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:31.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:33.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:33.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:33.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:33.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:33.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:33.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:33.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:33.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:34.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:35.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:35.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:35.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:35.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:35.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:35.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:35.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:35.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:35.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:37.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:37.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:37.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:37.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:37.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:37.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:37.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:37.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:38.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:39.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:39.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:39.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:39.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:39.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:39.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:39.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:40.0|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:40.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:41.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:41.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:41.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:41.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:41.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:41.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:41.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:41.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:42.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:43.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:43.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:43.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:43.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:43.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:43.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:43.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:43.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:43.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:45.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:45.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:45.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:45.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:45.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:45.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:45.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:45.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:45.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:47.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:47.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:47.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:47.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:47.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:47.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:47.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:47.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:47.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:49.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:49.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:49.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:49.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:49.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:49.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:49.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:49.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:49.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:51.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:51.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:51.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:51.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:51.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:51.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:51.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:51.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:52.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:53.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:53.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:53.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:53.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:53.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:53.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:53.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:53.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:54.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:55.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:55.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:55.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:55.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:55.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:55.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:45:55.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:45:55.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:55.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:57.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:57.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:57.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:57.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:45:57.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:57.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:57.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:45:57.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:58.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:45:59.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:45:59.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:59.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:45:59.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:45:59.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:59.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:45:59.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:45:59.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:45:59.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:01.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:01.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:01.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:01.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s08%7C%22season.08%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:01.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:01.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:01.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:46:01.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:01.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S08], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:03.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:E1B048811221660B54E67ECE0098108DB87D1278&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E05+The+Gang+Gets+Analyzed+1080p+BluRay+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E05 The Gang Gets Analyzed 1080p BluRay x264-OFT Magnet"></a>
2025-12-06 20:46:05.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:C6981216EEEAD0FB271EB598CC73493843015B45&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E09+The+Gang+Dines+Out+1080p+BluRay+x26&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E09 The Gang Dines Out 1080p BluRay x26 Magnet"></a>
2025-12-06 20:46:07.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:9E0363C81ABB25ECA58A89D7F1895266B990528A&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E01+Pop-Pop+The+Final+Solution+1080p+Bl&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E01 Pop-Pop The Final Solution 1080p Bl Magnet"></a>
2025-12-06 20:46:09.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:3EEB22382EEC56A3425B457722F74FD19002B713&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E02+The+Gang+Recycles+Their+Trash+1080p&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E02 The Gang Recycles Their Trash 1080p Magnet"></a>
2025-12-06 20:46:11.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4EB8C9F8DBBDD2EC4D836D4B6BE107ED6D576F20&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E04+Charlie+and+Dee+Find+Love+1080p+Blu&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E04 Charlie and Dee Find Love 1080p Blu Magnet"></a>
2025-12-06 20:46:13.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:726ECAB8A6F1E926060B07F98299AE3BD6FFCE90&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E06+Charlies+Mom+Has+Cancer+1080p+BluRa&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E06 Charlies Mom Has Cancer 1080p BluRa Magnet"></a>
2025-12-06 20:46:15.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:12D3BC4F4DB9978F49FF03C61D3126F2840B6A0A&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E07+Franks+Back+in+Business+1080p+BluRa&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E07 Franks Back in Business 1080p BluRa Magnet"></a>
2025-12-06 20:46:17.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:0D4BC451153BD3AC1A0DA1C7F5C28FC68F3797B4&amp;dn=Its+Always+Sunny+in+Philadelphia+S08E08+Charlie+Rules+the+World+1080p+BluRa&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S08E08 Charlie Rules the World 1080p BluRa Magnet"></a>
2025-12-06 20:46:18.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:18.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:46:18.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:46:18.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:18.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:18.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:18.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:19.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:46:19.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:20.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:20.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:20.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:20.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:20.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:46:20.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:46:20.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:21.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:46:21.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:21.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:21.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:21.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:21.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:21.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:21.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s09%7C%22season.09%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:22.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:23.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:46:24.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S09], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:25.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:E9D3461F6E11123E6C26A27F16074C21BA11DDE8&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E01+The+Gang+Broke+Dee+1080p+Web-DL+x26&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E01 The Gang Broke Dee 1080p Web-DL x26 Magnet"></a>
2025-12-06 20:46:27.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:FED7A9E918317E23144E96145EA2E4260A39C86E&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E02+Gun+Fever+Too+Still+Hot+1080p+Web-D&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E02 Gun Fever Too Still Hot 1080p Web-D Magnet"></a>
2025-12-06 20:46:29.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:AF5CB6F313DEC605F3EE5B33275F0140A0F7E761&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E04+Mac+and+Dennis+Buy+a+Timeshare+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E04 Mac and Dennis Buy a Timeshare 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:46:31.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:85572A2E2A80760FBDD674D49C2F71AB9E69C67A&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E05+Mac+Day+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E05 Mac Day 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:46:33.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:1CCB44B79B13FC496F0365C17AADDA870CA90936&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E06+The+Gang+Saves+the+Day+1080p+Web-DL&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E06 The Gang Saves the Day 1080p Web-DL Magnet"></a>
2025-12-06 20:46:35.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4F0912A22022DF56C5B46408DDF6503F8FEFBECA&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E07+The+Gang+Gets+Quarantined+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E07 The Gang Gets Quarantined 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:46:37.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:1C00B85672A1D6486549FF13468E6BE8DAB5D786&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E08+Flowers+for+Charlie+1080p+Web-DL+x2&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E08 Flowers for Charlie 1080p Web-DL x2 Magnet"></a>
2025-12-06 20:46:39.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:9FF56E50E73BCAE35B4D54EBF02A48DC75FC7619&amp;dn=Its+Always+Sunny+in+Philadelphia+S09E10+The+Gang+Squashes+Their+Beefs+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S09E10 The Gang Squashes Their Beefs 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:46:40.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:40.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:46:40.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:46:40.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:40.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:40.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:40.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:41.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:46:41.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:42.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:42.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:42.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:46:42.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:46:42.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:42.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:42.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:43.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:46:43.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:44.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:46:44.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:44.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:46:44.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:46:44.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:44.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s10%7C%22season.10%22&cat=205%2C206%2C208%2C212
2025-12-06 20:46:44.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:46:45.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:46:45.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S10], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:46:47.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:9D066FA885EFB4A592ABFE5B391BF85D61A38831&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E01+The+Gang+Beats+Boggs+1080p+Web-DL+x&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E01 The Gang Beats Boggs 1080p Web-DL x Magnet"></a>
2025-12-06 20:46:49.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:C96290BB0028B3F501A75DF3E0C0692A7C61C4D5&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E02+The+Gang+Group+Dates+1080p+Web-DL+x&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E02 The Gang Group Dates 1080p Web-DL x Magnet"></a>
2025-12-06 20:46:51.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:47C43FCE2E47FDC310410C86CF3E2CC30A55E31A&amp;dn=Its+Always+Sunny+In+Philadelphia+S10E03+Psycho+Pete+Returns+1080p+Web-DL+x2&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny In Philadelphia S10E03 Psycho Pete Returns 1080p Web-DL x2 Magnet"></a>
2025-12-06 20:46:53.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:7C699762BCFD22292E1697ABC2FA912540465597&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E04+Charlie+Work+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E04 Charlie Work 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:46:55.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:19EEFFFD9B01A6611CC1E14CF17011CFA3B0AB0B&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E05+The+Gang+Spies+Like+U+S+1080p+Web-D&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E05 The Gang Spies Like U S 1080p Web-D Magnet"></a>
2025-12-06 20:46:57.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:80DB95BE6AB4B5AC2E0D4E97BC4FFC1338F88E8E&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E07+Mac+Kills+His+Dad+1080p+Web-DL+x264&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E07 Mac Kills His Dad 1080p Web-DL x264 Magnet"></a>
2025-12-06 20:46:59.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:CEDF7B165AB0D8A149DFD018C82CD7D5E4BDB555&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E09+Frank+Retires+1080p+Web-DL+x264-OFT&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E09 Frank Retires 1080p Web-DL x264-OFT Magnet"></a>
2025-12-06 20:47:01.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:3856821241818FF9774D6F6FF312E917C4E019BE&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E06+The+Gang+Misses+the+Boat+1080p+Web-&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E06 The Gang Misses the Boat 1080p Web- Magnet"></a>
2025-12-06 20:47:03.9|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:91D07BF098AB8FB44AF4C303B0463D88839F40AA&amp;dn=Its+Always+Sunny+in+Philadelphia+S10E08+The+Gang+Goes+On+Family+Fight+1080p&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S10E08 The Gang Goes On Family Fight 1080p Magnet"></a>
2025-12-06 20:47:03.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:03.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:03.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:03.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:03.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:03.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:04.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:05.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:05.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:05.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:05.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:05.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:05.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:05.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:05.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:06.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:07.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:07.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:07.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:07.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:07.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s11%7C%22season.11%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:07.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:07.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:07.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:08.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:09.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:09.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S11], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:10.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:10.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:10.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:10.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:10.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:10.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:11.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:11.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:11.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:12.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:12.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:12.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:12.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:12.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:12.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:13.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:13.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:13.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:14.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:14.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:14.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:14.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:14.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:14.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s12%7C%22season.12%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:15.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:15.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:15.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S12], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:16.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:16.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:16.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:16.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:16.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:16.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:16.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:17.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:17.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:18.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:18.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:18.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:18.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:18.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:18.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:18.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:19.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:19.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:20.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:20.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:20.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:20.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:20.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s13%7C%22season.13%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:20.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:20.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:21.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:22.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S13], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:22.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:22.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:22.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:22.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:22.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:22.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:22.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:23.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:23.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:24.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:24.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:24.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:24.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:24.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:24.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:24.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:25.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:25.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:26.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:26.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:26.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:26.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s14%7C%22season.14%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:26.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:26.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:26.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:27.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:27.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S14], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:28.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:28.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:28.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:28.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:28.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:28.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:28.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:30.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:30.0|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:30.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:30.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:30.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:30.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:30.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:30.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:30.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:31.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:31.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:32.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:32.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:32.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s15%7C%22season.15%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:32.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:32.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:32.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:32.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:33.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:33.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S15], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:34.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:34.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:34.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:34.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:34.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:34.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:34.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:35.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:35.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:36.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:36.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:36.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:36.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:36.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:36.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:36.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:37.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:37.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:38.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:38.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:38.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:38.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:38.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:38.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s16%7C%22season.16%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:38.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:39.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:39.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S16], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:41.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:41.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:41.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:47:41.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:41.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:41.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:41.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:41.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:47:41.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:42.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:42.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:42.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:47:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:43.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:43.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:47:43.9|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:47:44.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:47:44.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:47:44.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:44.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:47:44.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:44.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:47:45.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:47:45.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:47:45.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:13.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:13.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:13.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:48:13.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:48:13.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:13.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:13.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:13.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:48:13.7|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:15.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:15.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:15.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:48:15.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:48:15.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:15.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:15.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:15.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:48:15.7|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:17.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:17.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:17.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:17.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:17.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:48:17.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:48:17.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:17.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:48:17.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:25.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:25.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:25.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:25.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:25.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:48:25.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:48:25.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:25.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:48:25.5|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:27.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:27.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:48:27.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:48:27.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:27.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:27.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:27.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:27.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:48:27.5|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:48:29.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:48:29.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:48:29.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:29.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:48:29.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:48:29.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:48:29.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:48:29.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:48:29.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:25.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:49:32.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:32.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:49:32.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-06 20:49:32.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:32.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:32.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:32.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:32.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-06 20:49:32.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:34.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:34.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:34.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:34.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:49:34.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:34.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-06 20:49:34.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:34.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-06 20:49:34.6|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:36.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:36.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:36.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-06 20:49:36.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:36.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:49:36.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-06 20:49:36.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:36.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-06 20:49:36.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:41.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:41.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:41.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:41.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
2025-12-06 20:49:41.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
2025-12-06 20:49:41.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:41.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/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
2025-12-06 20:49:41.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:41.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:43.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:43.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:43.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:43.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:43.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
2025-12-06 20:49:43.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
2025-12-06 20:49:43.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/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
2025-12-06 20:49:43.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:43.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:45.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:45.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E05/date/1/
2025-12-06 20:49:45.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:45.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E05/date/1/
2025-12-06 20:49:45.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:45.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:45.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E05/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E05/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
2025-12-06 20:49:45.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:46.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:47.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:47.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:47.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E04/date/1/
2025-12-06 20:49:47.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:47.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:47.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E04/date/1/
2025-12-06 20:49:47.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E04/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
2025-12-06 20:49:47.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:48.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:49.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:49.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:49.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
2025-12-06 20:49:49.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
2025-12-06 20:49:49.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:49.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:49:49.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/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
2025-12-06 20:49:49.8|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:49.8|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:51.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:51.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:51.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E05/date/1/
2025-12-06 20:49:51.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E05/date/1/
2025-12-06 20:49:51.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:51.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:51.7|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:9F218899DAD9BB3691D3540F71BE0C952962906B&amp;dn=Its+Always+Sunny+in+Philadelphia+S17E06+1080p+WEB+H264-SuccessfulCrab&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S17E06 1080p WEB H264-SuccessfulCrab Magnet"></a>
2025-12-06 20:49:52.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:53.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:53.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:53.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:53.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:53.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E04/date/1/
2025-12-06 20:49:53.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E04/date/1/
2025-12-06 20:49:53.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E05/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E05/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
2025-12-06 20:49:53.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:54.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:55.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:55.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:55.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E03/date/1/
2025-12-06 20:49:55.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:49:55.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E03/date/1/
2025-12-06 20:49:55.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:49:55.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E04/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
2025-12-06 20:49:55.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:56.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:57.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:57.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:57.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:57.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e05&cat=205%2C206%2C208%2C212
2025-12-06 20:49:57.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E05/date/1/
2025-12-06 20:49:57.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E05/date/1/
2025-12-06 20:49:57.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E03/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
2025-12-06 20:49:57.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:49:58.2|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:49:59.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:49:59.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E04/date/1/
2025-12-06 20:49:59.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E04/date/1/
2025-12-06 20:49:59.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:49:59.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:59.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e04&cat=205%2C206%2C208%2C212
2025-12-06 20:49:59.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E05/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E05/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
2025-12-06 20:49:59.8|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:00.3|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:01.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:01.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:50:01.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:01.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:50:01.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E03/date/1/
2025-12-06 20:50:01.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E03/date/1/
2025-12-06 20:50:01.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E04/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
2025-12-06 20:50:01.8|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:02.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:03.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:03.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:50:03.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e03&cat=205%2C206%2C208%2C212
2025-12-06 20:50:03.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:200318A153788821873CB399226C541AABB3D023&amp;dn=Its+Always+Sunny+In+Philadelphia+S17E05+1080p+WEB+h264-ETHEL+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny In Philadelphia S17E05 1080p WEB h264-ETHEL EZTV Magnet"></a>
2025-12-06 20:50:03.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:03.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E02/date/1/
2025-12-06 20:50:03.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E02/date/1/
2025-12-06 20:50:04.3|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:05.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:05.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:05.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:05.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E03/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
2025-12-06 20:50:05.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:05.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:05.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E03/date/1/
2025-12-06 20:50:05.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E03/date/1/
2025-12-06 20:50:06.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:07.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:07.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:07.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:07.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:8173BAE1767DB4831E1E407C9659C53E65DB7E1B&amp;dn=Its+Always+Sunny+in+Philadelphia+S17E04+1080p+WEB+H264-SuccessfulCrab+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S17E04 1080p WEB H264-SuccessfulCrab EZTV Magnet"></a>
2025-12-06 20:50:07.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:07.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E01/date/1/
2025-12-06 20:50:07.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E01/date/1/
2025-12-06 20:50:08.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:09.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:09.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:09.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:09.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E02/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E02/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
2025-12-06 20:50:09.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:09.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:09.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E02/date/1/
2025-12-06 20:50:09.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E02/date/1/
2025-12-06 20:50:10.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:11.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:11.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:11.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e02&cat=205%2C206%2C208%2C212
2025-12-06 20:50:11.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E03/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
2025-12-06 20:50:11.8|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:12.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:13.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:13.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:13.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:13.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E01/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
2025-12-06 20:50:13.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:13.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:13.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E01/date/1/
2025-12-06 20:50:13.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E01/date/1/
2025-12-06 20:50:14.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e01&cat=205%2C206%2C208%2C212
2025-12-06 20:50:15.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E02/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E02/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
2025-12-06 20:50:15.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:15.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:15.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E02/date/1/
2025-12-06 20:50:15.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E02/date/1/
2025-12-06 20:50:16.3|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:17.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:BC68BFAF05E42C75BE82C0EE8058F9CE10BBAF09&amp;dn=Its+Always+Sunny+In+Philadelphia+S17E03+1080p+WEB+h264-ETHEL+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny In Philadelphia S17E03 1080p WEB h264-ETHEL EZTV Magnet"></a>
2025-12-06 20:50:19.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E01/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
2025-12-06 20:50:19.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:19.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:19.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E01/date/1/
2025-12-06 20:50:19.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E01/date/1/
2025-12-06 20:50:21.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E02/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E02/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
2025-12-06 20:50:21.8|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:23.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E01/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
2025-12-06 20:50:23.8|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:25.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:21514FE2A89DD4F74492212271D1C76B9FBF96AF&amp;dn=Its+Always+Sunny+in+Philadelphia+S17E02+1080p+WEB+H264-SuccessfulCrab+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S17E02 1080p WEB H264-SuccessfulCrab EZTV Magnet"></a>
2025-12-06 20:50:27.8|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:F4B170A6D28C7CB56105C06ED94A5ABDA03BC159&amp;dn=Its+Always+Sunny+in+Philadelphia+S17E01+1080p+WEB+H264-SuccessfulCrab+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Its Always Sunny in Philadelphia S17E01 1080p WEB H264-SuccessfulCrab EZTV Magnet"></a>
2025-12-06 20:50:30.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:30.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
2025-12-06 20:50:30.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
2025-12-06 20:50:30.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:30.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:30.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:30.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:30.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20S17E06/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
2025-12-06 20:50:30.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:32.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:32.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
2025-12-06 20:50:32.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
2025-12-06 20:50:32.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:32.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:32.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:32.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:32.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20S17E06/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
2025-12-06 20:50:32.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:50:34.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:50:34.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 20:50:34.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:34.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17e06&cat=205%2C206%2C208%2C212
2025-12-06 20:50:34.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
2025-12-06 20:50:34.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
2025-12-06 20:50:34.8|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:50:34.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20S17E06/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
2025-12-06 20:50:34.9|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17E06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 20:51:18.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 20:56:36.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 20:56:36.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 20:56:36.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 20:56:36.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 20:56:36.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:56:36.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 20:56:37.3|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 20:56:37.3|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 20:57:50.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:05:46.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:09:37.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:09:37.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:09:37.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:09:37.8|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:10:55.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 21:12:09.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 21:12:09.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 21:12:09.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 21:12:09.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:12:09.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:12:09.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:12:09.9|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:12:09.9|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 21:13:49.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:15:05.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:15:05.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:15:05.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:15:08.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:15:09.7|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:15:09.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:15:09.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:15:09.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:15:12.2|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:15:22.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (17 ms)
2025-12-06 21:16:43.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:16:43.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:16:43.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:16:43.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:16:43.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 21:16:43.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 21:16:43.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-06 21:16:44.0|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:16:44.0|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [Community] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:16:46.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 21:16:59.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:17:06.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:18:05.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:18:19.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-06 21:18:43.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:18:50.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:20:24.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:20:29.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 21:20:29.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:20:35.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:21:35.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:21:58.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:22:29.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:22:29.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:22:36.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:23:30.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:23:37.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 21:24:30.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:24:57.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:25:16.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:25:17.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:25:32.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 21:25:55.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:26:08.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:27:29.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:27:30.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 21:27:37.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 21:27:37.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 21:27:37.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 21:27:37.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:27:37.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:27:37.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:27:37.3|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:27:37.4|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 21:28:27.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:29:42.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:30:29.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (8 ms)
2025-12-06 21:30:37.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:31:15.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:33:10.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:34:51.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:34:51.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:34:51.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:34:51.6|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:34:53.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:34:53.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:34:53.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:34:53.5|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:37:16.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:37:16.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:37:16.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:37:16.1|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:37:18.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:37:18.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:37:18.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:37:18.1|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:37:25.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:39:38.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:40:07.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:40:07.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:40:07.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:40:07.9|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:41:35.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:41:35.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:41:35.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=all.quiet.on.the.western.front.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:41:35.3|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [All Quiet on the Western Front 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:41:37.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:41:37.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:41:37.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=im.westen.nichts.neues.2022&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:41:37.2|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Im Westen nichts Neues 2022], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:41:37.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 21:41:49.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-06 21:43:07.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 21:43:07.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 21:43:07.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 21:43:07.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:43:07.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:43:07.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:43:07.2|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:43:07.2|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 21:50:31.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Howls Moving Castle 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:50:31.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=howls.moving.castle.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:50:31.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=howls.moving.castle.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:50:31.2|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [Howls Moving Castle 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:50:33.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [ハウルの動く城 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 21:50:33.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=%E3%83%8F%E3%82%A6%E3%83%AB%E3%81%AE.%E3%81%8F.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:50:33.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=%E3%83%8F%E3%82%A6%E3%83%AB%E3%81%AE.%E3%81%8F.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-06 21:50:33.1|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [ハウルの動く城 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 21:50:34.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:52:19.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:52:19.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 21:52:19.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 21:52:19.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:52:19.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:52:19.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:52:20.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 21:52:20.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:52:20.2|Debug|ReleaseSearchService|Total of 11 reports were found for Term: [Parks and Recreation] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:52:21.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-06 21:52:22.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:44DBB26758B4ED17BE93003F86C03461AFBE2D8C&amp;dn=Parks+and+Recreation+S01+1080p+BluRay+x265-KONTRAST&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Parks and Recreation S01 1080p BluRay x265-KONTRAST Magnet"></a>
2025-12-06 21:52:28.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:52:51.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:53:18.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:53:18.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
2025-12-06 21:53:18.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
2025-12-06 21:53:18.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:53:18.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:18.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:18.3|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:53:18.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%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
2025-12-06 21:53:18.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:53:20.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:53:20.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:20.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:20.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:53:20.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
2025-12-06 21:53:20.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
2025-12-06 21:53:20.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:53:20.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%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
2025-12-06 21:53:20.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:53:22.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:53:22.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:22.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:22.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:53:22.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
2025-12-06 21:53:22.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
2025-12-06 21:53:22.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:53:22.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%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
2025-12-06 21:53:22.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:53:24.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:53:24.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
2025-12-06 21:53:24.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
2025-12-06 21:53:24.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:53:24.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:24.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 21:53:24.3|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:53:24.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%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
2025-12-06 21:53:24.5|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:53:26.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4C2E069A71AE046F48A34F3328CBABA16D74B07F&amp;dn=Pluribus+S01E05+Got+Milk+1080p+ATVP+WEB-DL+DDP5+1+Atmos++X265++POOTLED&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E05 Got Milk 1080p ATVP WEB-DL DDP5 1 Atmos X265 POOTLED Magnet"></a>
2025-12-06 21:53:28.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:3637C4CCEC48895D6BB444CB35DBA85F3A25217E&amp;dn=Pluribus+S01E06+HDP+1080p+ATVP+WEB-DL+DDP5+1+H+264-NTb+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E06 HDP 1080p ATVP WEB-DL DDP5 1 H 264-NTb EZTV Magnet"></a>
2025-12-06 21:53:43.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:54:18.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:55:33.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:33.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
2025-12-06 21:55:33.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
2025-12-06 21:55:33.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:33.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:33.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:33.6|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:33.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20S01E04/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
2025-12-06 21:55:33.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:35.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:35.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:35.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:35.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:35.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
2025-12-06 21:55:35.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
2025-12-06 21:55:35.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:35.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/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
2025-12-06 21:55:35.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:37.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:37.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:37.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:37.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:37.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
2025-12-06 21:55:37.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
2025-12-06 21:55:37.4|Debug|ReleaseSearchService|Total of 44 reports were found for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:37.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20S01E03/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
2025-12-06 21:55:37.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:39.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:39.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:39.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:39.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:39.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
2025-12-06 21:55:39.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
2025-12-06 21:55:39.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:39.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/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
2025-12-06 21:55:39.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:41.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:41.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:41.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:41.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:41.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
2025-12-06 21:55:41.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
2025-12-06 21:55:41.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:41.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/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
2025-12-06 21:55:41.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:43.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:43.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
2025-12-06 21:55:43.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
2025-12-06 21:55:43.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:43.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:43.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 21:55:43.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:43.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/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
2025-12-06 21:55:43.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:45.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:45.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
2025-12-06 21:55:45.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
2025-12-06 21:55:45.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:45.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:45.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:45.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:45.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/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
2025-12-06 21:55:45.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:47.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 21:55:47.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
2025-12-06 21:55:47.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
2025-12-06 21:55:47.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:55:47.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:47.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 21:55:47.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:55:47.5|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/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
2025-12-06 21:55:47.5|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 21:55:49.4|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:DCAA77DC46CB1AA463DBA2F7220A87B9E4BA3B26&amp;dn=Pluribus+S01E03+Grenade+1080p+ATVP+WEB-DL+DDP5+1+Atmos+H+264-FLUX+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E03 Grenade 1080p ATVP WEB-DL DDP5 1 Atmos H 264-FLUX EZTV Magnet"></a>
2025-12-06 21:55:56.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 21:58:37.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 21:58:37.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 21:58:37.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:58:37.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 21:58:37.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 21:58:37.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 21:58:37.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 21:58:37.9|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 21:58:38.0|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 22:05:55.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:05:55.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:55.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:55.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:05:55.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
2025-12-06 22:05:55.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
2025-12-06 22:05:55.2|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:05:55.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%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
2025-12-06 22:05:55.4|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:05:57.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:05:57.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
2025-12-06 22:05:57.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
2025-12-06 22:05:57.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:05:57.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:57.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:57.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%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
2025-12-06 22:05:57.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:05:57.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:05:59.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:05:59.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:59.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:05:59.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:05:59.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
2025-12-06 22:05:59.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
2025-12-06 22:05:59.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%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
2025-12-06 22:05:59.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:05:59.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:01.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:01.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:06:01.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-06 22:06:01.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:01.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
2025-12-06 22:06:01.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
2025-12-06 22:06:01.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%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
2025-12-06 22:06:01.2|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:01.2|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:03.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:4C2E069A71AE046F48A34F3328CBABA16D74B07F&amp;dn=Pluribus+S01E05+Got+Milk+1080p+ATVP+WEB-DL+DDP5+1+Atmos++X265++POOTLED&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E05 Got Milk 1080p ATVP WEB-DL DDP5 1 Atmos X265 POOTLED Magnet"></a>
2025-12-06 22:06:05.1|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:3637C4CCEC48895D6BB444CB35DBA85F3A25217E&amp;dn=Pluribus+S01E06+HDP+1080p+ATVP+WEB-DL+DDP5+1+H+264-NTb+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E06 HDP 1080p ATVP WEB-DL DDP5 1 H 264-NTb EZTV Magnet"></a>
2025-12-06 22:06:16.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:16.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:16.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:16.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:16.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
2025-12-06 22:06:16.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
2025-12-06 22:06:16.5|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:16.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20S01E04/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
2025-12-06 22:06:16.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:18.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:18.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:18.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:18.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:18.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
2025-12-06 22:06:18.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
2025-12-06 22:06:18.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:18.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%20S01E04/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
2025-12-06 22:06:18.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:20.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:20.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:20.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:20.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:20.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
2025-12-06 22:06:20.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
2025-12-06 22:06:20.6|Debug|ReleaseSearchService|Total of 44 reports were found for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:20.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20S01E03/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
2025-12-06 22:06:20.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:22.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:22.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:22.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
2025-12-06 22:06:22.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
2025-12-06 22:06:22.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:22.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:22.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:22.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E04/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
2025-12-06 22:06:22.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:24.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:24.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:24.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:24.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:24.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
2025-12-06 22:06:24.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
2025-12-06 22:06:24.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:24.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%20S01E03/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
2025-12-06 22:06:24.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:26.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:26.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:26.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01e04&cat=205%2C206%2C208%2C212
2025-12-06 22:06:26.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:26.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
2025-12-06 22:06:26.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
2025-12-06 22:06:26.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:26.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E04/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
2025-12-06 22:06:26.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:28.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:28.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
2025-12-06 22:06:28.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
2025-12-06 22:06:28.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:28.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:28.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:28.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:28.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E03/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
2025-12-06 22:06:28.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:30.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:06:30.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
2025-12-06 22:06:30.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
2025-12-06 22:06:30.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:06:30.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:30.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01e03&cat=205%2C206%2C208%2C212
2025-12-06 22:06:30.6|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:06:30.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E03/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
2025-12-06 22:06:30.7|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:06:32.6|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:DCAA77DC46CB1AA463DBA2F7220A87B9E4BA3B26&amp;dn=Pluribus+S01E03+Grenade+1080p+ATVP+WEB-DL+DDP5+1+Atmos+H+264-FLUX+EZTV&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E03 Grenade 1080p ATVP WEB-DL DDP5 1 Atmos H 264-FLUX EZTV Magnet"></a>
2025-12-06 22:07:27.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:08:47.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:08:47.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20S01E01/date/1/
2025-12-06 22:08:47.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20S01E01/date/1/
2025-12-06 22:08:47.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:08:47.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:47.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:47.6|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [Pluribus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:08:47.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20S01E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20S01E01/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
2025-12-06 22:08:47.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Pluribus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:08:49.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Plur1bus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:08:49.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Plur1bus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:08:49.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=plur1bus.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:49.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=plur1bus.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:49.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Plur1bus%20S01E01/date/1/
2025-12-06 22:08:49.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Plur1bus%20S01E01/date/1/
2025-12-06 22:08:49.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Plur1bus%20S01E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Plur1bus%20S01E01/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
2025-12-06 22:08:49.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:08:49.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Plur1bus] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:08:51.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:08:51.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:51.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.glueck.ist.ansteckend.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:51.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:08:51.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E01/date/1/
2025-12-06 22:08:51.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E01/date/1/
2025-12-06 22:08:51.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%20Glueck%20ist%20ansteckend%20S01E01/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
2025-12-06 22:08:51.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:08:51.5|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Pluribus Glueck ist ansteckend] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:08:53.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Pluribus 2025] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:08:53.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=pluribus.2025.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:53.3|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=pluribus.2025.s01e01&cat=205%2C206%2C208%2C212
2025-12-06 22:08:53.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Pluribus 2025] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:08:53.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E01/date/1/
2025-12-06 22:08:53.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E01/date/1/
2025-12-06 22:08:53.3|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:08:53.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E01/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Pluribus%202025%20S01E01/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
2025-12-06 22:08:53.4|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [Pluribus 2025] for Season / Episode:[S01E01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:08:55.4|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:DAE686A0029CF289EDC8B4341E4C8345F6012044&amp;dn=Pluribus.S01E01.Noi.siamo.noi.ITA.ENG.1080p.ATVP.WEB-DL.DDP5.1.At...&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus.S01E01.Noi.siamo.noi.ITA.ENG.1080p.ATVP.WEB-DL.DDP5.1.At... Magnet"></a>
2025-12-06 22:10:37.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 22:10:37.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:10:37.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:10:38.0|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 22:10:52.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-06 22:11:42.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 22:12:27.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 22:13:06.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 22:14:07.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 22:14:07.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:14:07.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 22:14:07.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 22:14:07.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:14:07.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:14:07.5|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:14:07.5|Debug|ReleaseSearchService|Total of 89 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 22:15:35.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:18:55.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (15 ms)
2025-12-06 22:19:34.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:20:05.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 22:20:40.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (3 ms)
2025-12-06 22:21:03.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-06 22:21:39.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:22:20.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:24:54.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:29:37.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:29:37.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:29:37.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:29:37.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 22:29:37.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 22:29:37.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 22:29:37.9|Debug|ReleaseSearchService|Total of 89 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 22:29:38.1|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:35:26.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:39:54.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-06 22:40:01.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (36 ms)
2025-12-06 22:41:08.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 22:41:08.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:41:08.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:41:08.3|Debug|ReleaseSearchService|Total of 31 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 22:42:12.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:43:22.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:43:22.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:43:22.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:43:22.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 22:43:22.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 22:43:22.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 22:43:23.1|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:43:23.2|Debug|ReleaseSearchService|Total of 96 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 22:44:04.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:44:17.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:17.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 22:44:17.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 22:44:17.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:17.2|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Community] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:17.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-06 22:44:17.3|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:19.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:19.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 22:44:19.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-06 22:44:19.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:19.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:19.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:19.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-06 22:44:19.4|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:19.4|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Community] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:37.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:37.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:37.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:37.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:37.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:37.0|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:37.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:37.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:37.2|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Parks and Recreation] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:39.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:39.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:39.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:39.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s03%7C%22season.03%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:39.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:39.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:39.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-06 22:44:39.2|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:39.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:39.3|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Parks and Recreation] for Season / Episode:[S03], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:41.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:41.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:41.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:41.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:41.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:41.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:41.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:41.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:41.4|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [Parks and Recreation] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:43.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:94CF98B68D6BE8C89C3DD5325C303BC3A16BBD6B&amp;dn=Parks+and+Recreation+S04+1080p+BluRay+x265-KONTRAST&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Parks and Recreation S04 1080p BluRay x265-KONTRAST Magnet"></a>
2025-12-06 22:44:43.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:43.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:43.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:43.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:43.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:43.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:43.6|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Parks and Recreation] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:45.3|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:45.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:47.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:32B436D888AE84F46094D79B46CE940A42554E1D&amp;dn=Parks+and+Recreation+S05+1080p+BluRay+x265-KONTRAST&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Parks and Recreation S05 1080p BluRay x265-KONTRAST Magnet"></a>
2025-12-06 22:44:47.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:47.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:47.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:47.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:47.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:47.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:47.6|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Parks and Recreation] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:48.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:44:49.6|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:49.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:50.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Parks and Recreation] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000]
2025-12-06 22:44:50.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:50.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
2025-12-06 22:44:50.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Parks and Recreation] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:44:50.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=parks.and.recreation.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:50.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=parks.and.recreation.s07%7C%22season.07%22&cat=205%2C206%2C208%2C212
2025-12-06 22:44:50.3|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [Parks and Recreation] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:44:51.4|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Parks%20and%20Recreation%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
2025-12-06 22:44:51.4|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Parks and Recreation] for Season / Episode:[S07], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-06 22:44:53.3|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:72DF7596187DD97E5F35428EA8860C077A51DE10&amp;dn=Parks+and+Recreation+S07+1080p+BluRay+x265-KONTRAST&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Parks and Recreation S07 1080p BluRay x265-KONTRAST Magnet"></a>
2025-12-06 22:46:15.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (33 ms)
2025-12-06 22:46:40.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (11 ms)
2025-12-06 22:46:52.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-06 22:58:37.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 22:58:37.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:58:37.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 22:58:37.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 22:58:37.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 22:58:37.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 22:58:37.7|Debug|ReleaseSearchService|Total of 16 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 22:58:37.8|Debug|ReleaseSearchService|Total of 96 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 23:11:38.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 23:11:38.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:11:38.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:11:38.3|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 23:14:07.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 23:14:07.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 23:14:07.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 23:14:07.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 23:14:07.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:14:07.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:14:07.6|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 23:14:07.7|Debug|ReleaseSearchService|Total of 97 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 23:29:37.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 23:29:37.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 23:29:37.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 23:29:37.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 23:29:37.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:29:37.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:29:37.9|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 23:29:38.0|Debug|ReleaseSearchService|Total of 97 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-06 23:42:08.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-06 23:42:08.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:42:08.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:42:08.6|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-06 23:45:07.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-06 23:45:07.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-06 23:45:07.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-06 23:45:07.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-06 23:45:07.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:45:07.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-06 23:45:07.8|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-06 23:45:07.8|Debug|ReleaseSearchService|Total of 94 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 00:00:37.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 00:00:37.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 00:00:37.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:00:37.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 00:00:37.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:00:37.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 00:00:38.1|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 00:00:38.2|Debug|ReleaseSearchService|Total of 94 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 00:12:38.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 00:12:38.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:12:38.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:12:38.6|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 00:16:07.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 00:16:07.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 00:16:07.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 00:16:07.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 00:16:07.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:16:07.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:16:08.1|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 00:16:08.2|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 00:31:37.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 00:31:37.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 00:31:37.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 00:31:37.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:31:37.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 00:31:37.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:31:38.2|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 00:31:38.2|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 00:43:08.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 00:43:08.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:43:08.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:43:08.7|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 00:47:08.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 00:47:08.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 00:47:08.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 00:47:08.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 00:47:08.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:47:08.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 00:47:08.2|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 00:47:08.4|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 01:02:38.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 01:02:38.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 01:02:38.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 01:02:38.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:02:38.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 01:02:38.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:02:38.3|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 01:02:38.3|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 01:13:39.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 01:13:39.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:13:39.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:13:40.1|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 01:18:08.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 01:18:08.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:18:08.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:18:08.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 01:18:08.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 01:18:08.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 01:18:08.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 01:18:08.3|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 01:33:38.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 01:33:38.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 01:33:38.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 01:33:38.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:33:38.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 01:33:38.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:33:38.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 01:33:38.3|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 01:44:08.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 01:44:08.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:44:08.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:44:08.7|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 01:49:08.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 01:49:08.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 01:49:08.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 01:49:08.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 01:49:08.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:49:08.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 01:49:08.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 01:49:08.3|Debug|ReleaseSearchService|Total of 70 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 02:04:39.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 02:04:39.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:04:39.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:04:39.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 02:04:39.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:04:39.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:04:39.2|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 02:04:39.2|Debug|ReleaseSearchService|Total of 65 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 02:05:08.2|Debug|InstallUpdateService|Checking for updates
2025-12-07 02:05:08.3|Debug|InstallUpdateService|No update available
2025-12-07 02:08:38.2|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 02:08:38.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 02:08:38.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:08:38.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:08:38.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 02:08:38.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 02:08:38.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 02:08:38.4|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-07 02:08:40.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 02:08:40.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:08:40.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:08:40.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 02:08:40.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 02:08:40.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 02:08:40.4|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 02:08:40.4|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-07 02:08:40.4|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 02:08:40.4|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-07 02:08:40.4|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 02:08:40.4|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-07 02:08:40.4|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 02:08:40.4|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 02:14:38.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 02:14:38.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:14:38.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:14:38.9|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 02:20:08.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 02:20:08.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:20:08.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:20:08.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 02:20:08.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:20:08.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:20:08.5|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 02:20:08.5|Debug|ReleaseSearchService|Total of 65 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 02:35:38.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 02:35:38.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:35:38.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:35:38.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 02:35:38.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:35:38.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:35:38.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 02:35:38.6|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 02:45:08.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 02:45:08.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:45:08.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:45:09.0|Debug|ReleaseSearchService|Total of 23 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 02:51:08.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 02:51:08.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 02:51:08.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:51:08.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 02:51:08.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 02:51:08.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 02:51:08.7|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 02:51:08.7|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 03:06:38.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 03:06:38.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:06:38.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:06:38.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 03:06:38.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 03:06:38.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 03:06:38.7|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 03:06:38.8|Debug|ReleaseSearchService|Total of 62 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 03:15:40.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 03:15:40.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:15:40.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:15:40.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 03:22:08.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 03:22:08.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 03:22:08.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 03:22:08.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 03:22:08.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:22:08.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:22:09.4|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 03:22:09.4|Debug|ReleaseSearchService|Total of 62 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 03:37:38.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 03:37:38.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:37:38.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:37:38.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 03:37:38.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 03:37:38.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 03:37:38.8|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 03:37:39.0|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 03:46:09.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 03:46:09.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:46:09.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:46:09.3|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 03:53:08.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 03:53:08.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 03:53:08.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 03:53:08.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 03:53:08.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:53:08.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 03:53:08.9|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 03:53:08.9|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 04:08:38.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 04:08:38.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 04:08:38.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 04:08:38.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 04:08:38.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:08:38.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:08:39.0|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 04:08:39.0|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 04:16:39.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 04:16:39.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:16:39.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:16:39.4|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 04:24:08.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 04:24:08.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 04:24:08.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 04:24:08.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 04:24:08.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:24:08.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:24:09.0|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 04:24:09.1|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 04:39:39.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 04:39:39.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 04:39:39.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 04:39:39.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 04:39:39.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:39:39.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:39:39.1|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 04:39:39.2|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 04:47:09.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 04:47:09.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:47:09.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:47:09.6|Debug|ReleaseSearchService|Total of 20 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 04:55:09.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 04:55:09.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:55:09.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 04:55:09.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 04:55:09.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 04:55:09.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 04:55:09.1|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 04:55:09.3|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 05:10:39.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 05:10:39.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:10:39.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:10:39.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 05:10:39.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 05:10:39.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 05:10:39.2|Debug|ReleaseSearchService|Total of 15 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 05:10:39.4|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 05:17:39.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 05:17:39.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:17:39.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:17:40.1|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 05:26:09.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 05:26:09.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 05:26:09.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 05:26:09.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 05:26:09.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:26:09.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:26:09.3|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 05:26:09.4|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 05:41:39.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 05:41:39.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 05:41:39.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 05:41:39.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 05:41:39.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:41:39.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:41:39.4|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 05:41:39.4|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 05:48:09.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 05:48:09.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:48:09.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:48:09.7|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 05:57:09.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 05:57:09.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 05:57:09.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 05:57:09.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 05:57:09.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:57:09.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 05:57:09.4|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 05:57:09.4|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 06:12:39.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 06:12:39.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 06:12:39.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 06:12:39.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 06:12:39.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:12:39.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:12:39.5|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 06:12:39.5|Debug|ReleaseSearchService|Total of 65 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 06:18:39.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 06:18:39.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:18:39.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:18:39.9|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 06:28:09.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 06:28:09.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 06:28:09.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 06:28:09.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 06:28:09.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:28:09.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:28:09.6|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 06:28:09.6|Debug|ReleaseSearchService|Total of 65 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 06:43:39.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 06:43:39.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 06:43:39.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 06:43:39.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 06:43:39.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:43:39.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:43:39.8|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 06:43:39.9|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 06:49:09.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 06:49:09.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:49:09.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:49:10.0|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 06:59:09.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 06:59:09.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 06:59:09.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 06:59:09.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 06:59:09.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:59:09.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 06:59:09.7|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 06:59:09.7|Debug|ReleaseSearchService|Total of 77 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 07:14:39.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 07:14:39.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 07:14:39.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 07:14:39.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 07:14:39.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:14:39.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:14:39.7|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 07:14:39.7|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 07:19:40.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 07:19:40.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:19:40.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:19:40.1|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 07:30:09.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 07:30:09.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 07:30:09.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 07:30:09.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 07:30:09.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:30:09.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:30:09.8|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 07:30:09.8|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 07:45:39.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 07:45:39.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:45:39.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 07:45:39.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:45:39.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 07:45:39.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 07:45:39.8|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 07:45:39.9|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 07:50:10.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 07:50:10.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:50:10.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 07:50:10.2|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 08:01:10.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 08:01:10.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 08:01:10.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:01:10.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:01:10.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:01:10.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:01:10.1|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 08:01:10.2|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 08:05:09.0|Debug|InstallUpdateService|Checking for updates
2025-12-07 08:05:09.1|Debug|InstallUpdateService|No update available
2025-12-07 08:09:09.0|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 08:09:09.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 08:09:09.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:09:09.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:09:09.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 08:09:09.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 08:09:09.2|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 08:09:09.2|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-07 08:09:11.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 08:09:11.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:09:11.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:09:11.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 08:09:11.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 08:09:11.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 08:09:11.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 08:09:11.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-07 08:09:11.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 08:09:11.1|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-07 08:09:11.1|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 08:09:11.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-07 08:09:11.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 08:09:11.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 08:16:39.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 08:16:39.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:16:39.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 08:16:39.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:16:39.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:16:39.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:16:40.1|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 08:16:40.1|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 08:20:40.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 08:20:40.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:20:40.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:20:40.3|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 08:32:09.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 08:32:09.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:32:09.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:32:09.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 08:32:09.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:32:09.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:32:10.1|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 08:32:10.1|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 08:47:40.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 08:47:40.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 08:47:40.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 08:47:40.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 08:47:40.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:47:40.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:47:40.1|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 08:47:40.1|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 08:50:40.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 08:50:40.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:50:40.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 08:50:40.4|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 09:03:10.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 09:03:10.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 09:03:10.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 09:03:10.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 09:03:10.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:03:10.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:03:10.2|Debug|ReleaseSearchService|Total of 19 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 09:03:10.2|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 09:18:40.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 09:18:40.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 09:18:40.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 09:18:40.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 09:18:40.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:18:40.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:18:40.3|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 09:18:40.3|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 09:21:10.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 09:21:10.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:21:10.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:21:10.5|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 09:34:10.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 09:34:10.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 09:34:10.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 09:34:10.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 09:34:10.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:34:10.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:34:10.3|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 09:34:10.4|Debug|ReleaseSearchService|Total of 79 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 09:49:40.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 09:49:40.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 09:49:40.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 09:49:40.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 09:49:40.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:49:40.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:49:40.5|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 09:49:40.5|Debug|ReleaseSearchService|Total of 65 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 09:51:10.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 09:51:10.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:51:10.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 09:51:10.6|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 10:05:10.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 10:05:10.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 10:05:10.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 10:05:10.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 10:05:10.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:05:10.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:05:10.5|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 10:05:10.5|Debug|ReleaseSearchService|Total of 68 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 10:20:40.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 10:20:40.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:20:40.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 10:20:40.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:20:40.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 10:20:40.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 10:20:40.5|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 10:20:40.5|Debug|ReleaseSearchService|Total of 68 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 10:21:40.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 10:21:40.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:21:40.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:21:40.7|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 10:36:10.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 10:36:10.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 10:36:10.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 10:36:10.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 10:36:10.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:36:10.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:36:10.6|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 10:36:10.6|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 10:51:40.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 10:51:40.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 10:51:40.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 10:51:40.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 10:51:40.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:51:40.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:51:40.7|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 10:51:40.8|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 10:51:40.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 10:51:40.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:51:40.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 10:51:42.6|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 11:07:10.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 11:07:10.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 11:07:10.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 11:07:10.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 11:07:10.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:07:10.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:07:10.7|Debug|ReleaseSearchService|Total of 28 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 11:07:10.8|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 11:22:11.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 11:22:11.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:22:11.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:22:11.1|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 11:22:40.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 11:22:40.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:22:40.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:22:40.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 11:22:40.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 11:22:40.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 11:22:40.7|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 11:22:40.8|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 11:38:10.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 11:38:10.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 11:38:10.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 11:38:10.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 11:38:10.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:38:10.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:38:10.9|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 11:38:10.9|Debug|ReleaseSearchService|Total of 66 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 11:52:41.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 11:52:41.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:52:41.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:52:41.2|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 11:53:40.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 11:53:40.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 11:53:40.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 11:53:40.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 11:53:40.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:53:40.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 11:53:40.8|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 11:53:40.9|Debug|ReleaseSearchService|Total of 66 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 12:09:10.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 12:09:10.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 12:09:10.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 12:09:10.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 12:09:10.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:09:10.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:09:11.0|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 12:09:11.1|Debug|ReleaseSearchService|Total of 78 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 12:23:11.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 12:23:11.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:23:11.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:23:11.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 12:24:40.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 12:24:40.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 12:24:40.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 12:24:40.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 12:24:40.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:24:40.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:24:41.0|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 12:24:41.1|Debug|ReleaseSearchService|Total of 78 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 12:40:11.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 12:40:11.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 12:40:11.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 12:40:11.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 12:40:11.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:40:11.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:40:11.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 12:40:11.2|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 12:53:41.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 12:53:41.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:53:41.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:53:41.5|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 12:55:41.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 12:55:41.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 12:55:41.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 12:55:41.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 12:55:41.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:55:41.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 12:55:41.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 12:55:41.2|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 13:05:40.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-07 13:06:24.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-07 13:07:05.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-07 13:07:12.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-07 13:07:47.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:47.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:47.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:47.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:47.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:07:47.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:07:48.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:07:48.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-07 13:07:48.2|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:49.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:49.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:49.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:49.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:49.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:07:49.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:07:50.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-07 13:07:50.0|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:50.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:07:51.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:51.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:51.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:07:51.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:07:51.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:51.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:52.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-07 13:07:52.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:52.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:07:53.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:53.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:53.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:07:53.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:53.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:07:53.9|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:54.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-07 13:07:54.1|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:54.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:07:55.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:55.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:55.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:07:55.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:07:55.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:55.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:56.0|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-07 13:07:56.1|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:56.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:07:57.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:07:57.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:07:57.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:07:57.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:07:57.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:57.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:07:58.1|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-07 13:07:58.1|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:07:58.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:06.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:06.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:06.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:06.8|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s04%7C%22season.04%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:06.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:06.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:06.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-07 13:08:07.0|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:07.4|Debug|ReleaseSearchService|Total of 11 reports were found for Term: [Community] for Season / Episode:[S04], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:08.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:08.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:08.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:08.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:08.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:08.1|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s05%7C%22season.05%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:08.8|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [Community] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:08.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-07 13:08:09.0|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S05], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:09.3|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-07 13:08:10.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Community] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:10.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:10.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Community%20/date/1/
2025-12-07 13:08:10.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Community] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:10.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=community.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:10.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=community.s06%7C%22season.06%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:10.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Community%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Community%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
2025-12-07 13:08:11.0|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [Community] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:11.5|Debug|ReleaseSearchService|Total of 12 reports were found for Term: [Community] for Season / Episode:[S06], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:30.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-07 13:08:49.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:49.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:08:49.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:08:49.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:49.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:49.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:49.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:49.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-07 13:08:49.7|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:51.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:51.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:08:51.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:08:51.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:51.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:51.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:51.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:51.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-07 13:08:51.7|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:53.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:53.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:08:53.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:08:53.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:53.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:53.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s01%7C%22season.01%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:53.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:53.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-07 13:08:53.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:55.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:55.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:08:55.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:08:55.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:55.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:55.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:55.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:55.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-07 13:08:55.7|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:57.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:57.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:57.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:57.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:57.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:08:57.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:08:57.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:08:57.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-07 13:08:57.7|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:08:59.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:08:59.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:59.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s02%7C%22season.02%22&cat=205%2C206%2C208%2C212
2025-12-07 13:08:59.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:08:59.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:08:59.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:08:59.7|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-07 13:08:59.7|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:09:00.2|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S02], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:09:01.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:09:01.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:09:01.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
2025-12-07 13:09:01.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:09:01.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:01.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=colgados.en.filadelfia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:01.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:09:01.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Colgados%20en%20Filadelfia%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
2025-12-07 13:09:01.9|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [Colgados en Filadelfia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:09:03.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:09:03.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:03.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.alway.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:03.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:09:03.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:09:03.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
2025-12-07 13:09:03.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:09:03.8|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Alway%20Sunny%20In%20Philadelphia%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
2025-12-07 13:09:03.8|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [Its Alway Sunny In Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:09:05.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000]
2025-12-07 13:09:05.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:09:05.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
2025-12-07 13:09:05.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:09:05.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:05.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=its.always.sunny.in.philadelphia.s17%7C%22season.17%22&cat=205%2C206%2C208%2C212
2025-12-07 13:09:05.9|Debug|IndexerHttpClient|Invalid cookie in https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%20/date/1/
[v2.3.0.5236] System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://www.limetorrents.fun/search/all/Its%20Always%20Sunny%20in%20Philadelphia%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
2025-12-07 13:09:05.9|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2025-12-07 13:09:06.3|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [Its Always Sunny in Philadelphia] for Season / Episode:[S17], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:10:28.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (7 ms)
2025-12-07 13:11:11.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 13:11:11.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 13:11:11.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 13:11:11.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:11:11.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:11:11.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:11:11.3|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:11:11.4|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 13:11:57.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-07 13:12:29.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-07 13:18:36.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Spirited Away 2001], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 13:18:36.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=spirited.away.2001&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-07 13:18:36.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=spirited.away.2001&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-07 13:18:36.4|Debug|ReleaseSearchService|Total of 59 reports were found for Term: [Spirited Away 2001], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 13:18:37.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-07 13:18:38.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [千と千尋の神隠し 2001], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 13:18:38.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=.%E3%81%A8.%E3%81%AE.%E3%81%97.2001&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-07 13:18:38.2|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=.%E3%81%A8.%E3%81%AE.%E3%81%97.2001&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2025-12-07 13:18:38.3|Debug|ReleaseSearchService|Total of 92 reports were found for Term: [千と千尋の神隠し 2001], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 13:18:50.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-07 13:19:03.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (4 ms)
2025-12-07 13:20:09.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-07 13:20:18.9|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-07 13:20:51.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-07 13:24:11.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 13:24:11.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:24:11.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:24:11.6|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 13:26:41.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 13:26:41.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 13:26:41.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 13:26:41.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:26:41.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:26:41.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:26:41.3|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:26:41.4|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 13:42:11.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:42:11.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:42:11.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:42:11.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 13:42:11.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 13:42:11.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 13:42:11.4|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:42:11.5|Debug|ReleaseSearchService|Total of 80 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 13:54:41.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 13:54:41.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:54:41.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:54:41.7|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 13:57:41.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 13:57:41.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 13:57:41.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 13:57:41.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 13:57:41.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:57:41.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 13:57:41.4|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 13:57:41.5|Debug|ReleaseSearchService|Total of 80 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 14:05:09.8|Debug|InstallUpdateService|Checking for updates
2025-12-07 14:05:10.0|Debug|InstallUpdateService|No update available
2025-12-07 14:09:39.8|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 14:09:39.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 14:09:39.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:09:39.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:09:40.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 14:09:40.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 14:09:40.0|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 14:09:40.0|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-07 14:09:41.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 14:09:41.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:09:41.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:09:42.0|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 14:09:42.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 14:09:42.0|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 14:09:42.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 14:09:42.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-07 14:09:42.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 14:09:42.1|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-07 14:09:42.1|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 14:09:42.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-07 14:09:42.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 14:09:42.1|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 14:13:11.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 14:13:11.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:13:11.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:13:11.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 14:13:11.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:13:11.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:13:11.6|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 14:13:11.6|Debug|ReleaseSearchService|Total of 70 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 14:25:11.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 14:25:11.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:25:11.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:25:11.8|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 14:28:41.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 14:28:41.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:28:41.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 14:28:41.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:28:41.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:28:41.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:28:41.5|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 14:28:41.6|Debug|ReleaseSearchService|Total of 70 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 14:44:11.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 14:44:11.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:44:11.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:44:11.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 14:44:11.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:44:11.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:44:11.7|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 14:44:11.7|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 14:55:41.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 14:55:41.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:55:41.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:55:41.9|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 14:59:41.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 14:59:41.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 14:59:41.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 14:59:41.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 14:59:41.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:59:41.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 14:59:41.7|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 14:59:41.7|Debug|ReleaseSearchService|Total of 60 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 15:15:11.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 15:15:11.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 15:15:11.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 15:15:11.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 15:15:11.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:15:11.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:15:11.8|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 15:15:11.9|Debug|ReleaseSearchService|Total of 48 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 15:26:11.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 15:26:11.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:26:11.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:26:12.0|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 15:30:41.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 15:30:41.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:30:41.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:30:41.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 15:30:41.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 15:30:41.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 15:30:41.8|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 15:30:41.8|Debug|ReleaseSearchService|Total of 48 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 15:46:11.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 15:46:11.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 15:46:11.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 15:46:11.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 15:46:11.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:46:11.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:46:11.9|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 15:46:12.0|Debug|ReleaseSearchService|Total of 57 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 15:56:42.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 15:56:42.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:56:42.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 15:56:42.1|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 16:01:42.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 16:01:42.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 16:01:42.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 16:01:42.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 16:01:42.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:01:42.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:01:42.8|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 16:01:42.8|Debug|ReleaseSearchService|Total of 57 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 16:17:11.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 16:17:11.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 16:17:11.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 16:17:11.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 16:17:11.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:17:11.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:17:12.1|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 16:17:12.1|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 16:17:14.0|Debug|Cardigann|CardigannIndexer (limetorrents): Download selector NzbDrone.Core.Indexers.Definitions.Cardigann.SelectorField matched:
<a href="magnet:?xt=urn:btih:FEC4C37E9DEE084667F126945890209F58F2BBA3&amp;dn=Pluribus+S01E07+1080p+HEVC+x265-MeGusta&amp;tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&amp;tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&amp;tr=http%3A%2F%2Ftracker.ex.ua%2Fannounce&amp;tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.ex.ua%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.bittorrent.am%2Fannounce&amp;tr=http%3A%2F%2Fmgtracker.org%3A2710%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ex.ua%3A80%2Fannounce&amp;tr=http%3A%2F%2Ftracker.flashtorrents.org%3A6969%2Fannounce&amp;tr=http%3A%2F%2Fsecure.pow7.com%2Fannounce&amp;tr=http%3A%2F%2Ft2.pow7.com%2Fannounce&amp;tr=http%3A%2F%2Ft1.pow7.com%2Fannounce&amp;tr=udp%3A%2F%2Fmgtracker.org%3A2710%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.flashtorrents.org%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&amp;tr=http%3A%2F%2Fbt2.careland.com.cn%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ilibr.org%3A80%2Fannounce&amp;tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&amp;tr=http%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fshadowshq.eddie4.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fshadowshq.yi.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Feddie4.nl%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.tvunderground.org.ru%3A3218%2Fannounce&amp;tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.mg64.net%3A6881%2Fannounce&amp;tr=http%3A%2F%2Fpow7.com%3A80%2Fannounce&amp;tr=http%3A%2F%2Ftracker2.wasabii.com.tw%3A6969%2Fannounce&amp;tr=http%3A%2F%2Fatrack.pow7.com%2Fannounce&amp;tr=http%3A%2F%2Fopen.acgtracker.com%3A1096%2Fannounce&amp;tr=http%3A%2F%2Fthetracker.org%3A80%2Fannounce&amp;tr=http%3A%2F%2Fopen.touki.ru%2Fannounce.php&amp;tr=udp%3A%2F%2Ftracker2.indowebster.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Fretracker.krs-ix.ru%2Fannounce&amp;tr=http%3A%2F%2Ftracker.calculate.ru%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.kicks-ass.net%2Fannounce&amp;tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&amp;tr=udp%3A%2F%2Fbt.xxx-tracker.com%3A2710%2Fannounce&amp;tr=http%3A%2F%2Ftracker1.itzmx.com%3A8080%2Fannounce&amp;tr=http%3A%2F%2Ftracker.skyts.net%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.kuroy.me%3A5944%2Fannounce&amp;tr=http%3A%2F%2Ftracker2.itzmx.com%3A6961%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker4.piratux.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&amp;tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=http%3A%2F%2Ftorrentsmd.com%3A8080%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopentrackr.org%3A1337%2Fannounce&amp;tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;tr=http%3A%2F%2Ftracker.dutchtracking.nl%2Fannounce&amp;tr=http%3A%2F%2Fopen.lolicon.eu%3A7777%2Fannounce&amp;tr=http%3A%2F%2Ftracker.dutchtracking.com%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Fp4p.arenabg.ch%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.skyts.net%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.piratepublic.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;tr=http%3A%2F%2Fwww.wareztorrent.com%2Fannounce&amp;tr=http%3A%2F%2Fmgtracker.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.kuroy.me%3A5944%2Fannounce&amp;tr=http%3A%2F%2F91.218.230.81%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.edoardocolombo.eu%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.sktorrent.net%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.kicks-ass.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.grepler.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;tr=http%3A%2F%2Fbt.pusacg.org%3A8080%2Fannounce&amp;tr=udp%3A%2F%2F178.33.73.26%3A2710%2Fannounce&amp;tr=udp%3A%2F%2F91.218.230.81%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F168.235.67.63%3A6969%2Fannounce&amp;tr=http%3A%2F%2F5.79.83.193%3A2710%2Fannounce&amp;tr=http%3A%2F%2F182.176.139.129%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopentor.org%3A2710%2Fannounce&amp;tr=udp%3A%2F%2F109.121.134.121%3A1337%2Fannounce&amp;tr=udp%3A%2F%2F213.163.67.56%3A1337%2Fannounce&amp;tr=http%3A%2F%2F109.121.134.121%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.mg64.net%3A2710%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&amp;tr=http%3A%2F%2F85.17.19.180%2Fannounce&amp;tr=http%3A%2F%2Fretracker.krs-ix.ru%3A80%2Fannounce&amp;tr=udp%3A%2F%2F62.212.85.66%3A2710%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.mg64.net%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.eddie4.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F62.138.0.158%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&amp;tr=http%3A%2F%2Fbt.henbt.com%3A2710%2Fannounce&amp;tr=udp%3A%2F%2F182.176.139.129%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F107.150.14.110%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F191.101.229.236%3A1337%2Fannounce&amp;tr=http%3A%2F%2F173.254.204.71%3A1096%2Fannounce&amp;tr=http%3A%2F%2F178.33.73.26%3A2710%2Fannounce&amp;tr=http%3A%2F%2Ftracker.grepler.com%3A6969%2Fannounce&amp;tr=http%3A%2F%2F213.163.67.56%3A1337%2Fannounce&amp;tr=http%3A%2F%2F107.150.14.110%3A6969%2Fannounce&amp;tr=http%3A%2F%2Ftracker.kicks-ass.net%3A80%2Fannounce&amp;tr=http%3A%2F%2F46.4.109.148%3A6969%2Fannounce&amp;tr=https%3A%2F%2Fwww.wareztorrent.com%2Fannounce&amp;tr=http%3A%2F%2F104.28.16.69%2Fannounce&amp;tr=http%3A%2F%2F104.28.1.30%3A8080%2Fannounce&amp;tr=http%3A%2F%2F87.253.152.137%2Fannounce&amp;tr=http%3A%2F%2F188.165.253.109%3A1337%2Fannounce&amp;tr=http%3A%2F%2F51.254.244.161%3A6969%2Fannounce&amp;tr=http%3A%2F%2F185.5.97.139%3A8089%2Fannounce&amp;tr=http%3A%2F%2F194.106.216.222%2Fannounce&amp;tr=http%3A%2F%2F178.175.143.27%2Fannounce&amp;tr=http%3A%2F%2F91.217.91.21%3A3218%2Fannounce&amp;tr=http%3A%2F%2F213.159.215.198%3A6970%2Fannounce&amp;tr=http%3A%2F%2F87.248.186.252%3A8080%2Fannounce&amp;tr=http%3A%2F%2Fretracker.gorcomnet.ru%2Fannounce&amp;tr=http%3A%2F%2F81.200.2.231%2Fannounce&amp;tr=http%3A%2F%2F37.19.5.139%3A6969%2Fannounce&amp;tr=http%3A%2F%2F80.246.243.18%3A6969%2Fannounce&amp;tr=http%3A%2F%2F37.19.5.155%3A6881%2Fannounce&amp;tr=http%3A%2F%2F5.79.249.77%3A6969%2Fannounce&amp;tr=http%3A%2F%2F158.69.146.212%3A7777%2Fannounce&amp;tr=http%3A%2F%2F93.92.64.5%2Fannounce&amp;tr=http%3A%2F%2F91.216.110.47%2Fannounce&amp;tr=http%3A%2F%2F74.82.52.209%3A6969%2Fannounce&amp;tr=http%3A%2F%2F59.36.96.77%3A6969%2Fannounce&amp;tr=http%3A%2F%2F210.244.71.26%3A6969%2Fannounce&amp;tr=http%3A%2F%2F210.244.71.25%3A6969%2Fannounce&amp;tr=http%3A%2F%2F128.199.70.66%3A5944%2Fannounce&amp;tr=http%3A%2F%2F195.123.209.37%3A1337%2Fannounce&amp;tr=http%3A%2F%2F157.7.202.64%3A8080%2Fannounce&amp;tr=http%3A%2F%2F125.227.35.196%3A6969%2Fannounce&amp;tr=http%3A%2F%2F114.55.113.60%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F9.rarbg.me%3A2780%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Fzer0day.to%3A1337%2Fannounce&amp;tr=udp%3A%2F%2F94.23.183.33%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F9.rarbg.to%3A2730%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&amp;tr=udp%3A%2F%2F151.80.120.114%3A2710%2Fannounce&amp;tr=udp%3A%2F%2Fpublic.popcorn-tracker.org%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce&amp;tr=http%3A%2F%2Ftracker.dutchtracking.nl%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.uw0.xyz%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.ololosh.space%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.dump.cl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker-udp.gbitt.info%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fretracker01-msk-virt.corbina.net%3A80%2Fannounce&amp;tr=udp%3A%2F%2Fopen.free-tracker.ga%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fns-1.x-fins.com%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fleet-tracker.moe%3A1337%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce" class="csprite_dltorrent" title="Download Pluribus S01E07 1080p HEVC x265-MeGusta Magnet"></a>
2025-12-07 16:27:12.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 16:27:12.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:27:12.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:27:12.2|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 16:32:41.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 16:32:41.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 16:32:41.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 16:32:41.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 16:32:41.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:32:41.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:32:42.1|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 16:32:42.1|Debug|ReleaseSearchService|Total of 58 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 16:48:12.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 16:48:12.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 16:48:12.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 16:48:12.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 16:48:12.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:48:12.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:48:12.2|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 16:48:12.2|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 16:57:42.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 16:57:42.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:57:42.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 16:57:42.4|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 17:03:42.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 17:03:42.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 17:03:42.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 17:03:42.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 17:03:42.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:03:42.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:03:42.3|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 17:03:42.3|Debug|ReleaseSearchService|Total of 61 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 17:19:12.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 17:19:12.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 17:19:12.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 17:19:12.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 17:19:12.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:19:12.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:19:12.3|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 17:19:12.3|Debug|ReleaseSearchService|Total of 75 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 17:28:12.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 17:28:12.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:28:12.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:28:12.4|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 17:34:42.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 17:34:42.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 17:34:42.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 17:34:42.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 17:34:42.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:34:42.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:34:42.4|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 17:34:42.4|Debug|ReleaseSearchService|Total of 75 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 17:50:12.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 17:50:12.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 17:50:12.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 17:50:12.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 17:50:12.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:50:12.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:50:12.4|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 17:50:12.5|Debug|ReleaseSearchService|Total of 81 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 17:58:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 17:58:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:58:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 17:58:42.5|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 18:05:42.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 18:05:42.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 18:05:42.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 18:05:42.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 18:05:42.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:05:42.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:05:42.5|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 18:05:42.5|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 18:21:12.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 18:21:12.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 18:21:12.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 18:21:12.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 18:21:12.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:21:12.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:21:12.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 18:21:12.6|Debug|ReleaseSearchService|Total of 82 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 18:29:12.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 18:29:12.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:29:12.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:29:12.6|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 18:36:42.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 18:36:42.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 18:36:42.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 18:36:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 18:36:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:36:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:36:42.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 18:36:42.6|Debug|ReleaseSearchService|Total of 69 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 18:52:12.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 18:52:12.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 18:52:12.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 18:52:12.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 18:52:12.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:52:12.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:52:12.7|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 18:52:12.7|Debug|ReleaseSearchService|Total of 69 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 18:59:42.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 18:59:42.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:59:42.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 18:59:42.8|Debug|ReleaseSearchService|Total of 2 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 19:07:42.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 19:07:42.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 19:07:42.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 19:07:42.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 19:07:42.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:07:42.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:07:42.8|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 19:07:42.8|Debug|ReleaseSearchService|Total of 52 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 19:23:12.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 19:23:12.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 19:23:12.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 19:23:12.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 19:23:12.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:23:12.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:23:12.8|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 19:23:12.8|Debug|ReleaseSearchService|Total of 52 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 19:30:12.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 19:30:12.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:30:12.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:30:12.9|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 19:38:42.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 19:38:42.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 19:38:42.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 19:38:42.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 19:38:42.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:38:42.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:38:42.9|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 19:38:42.9|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 19:54:12.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 19:54:12.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 19:54:12.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 19:54:12.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 19:54:12.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:54:12.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 19:54:12.9|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 19:54:12.9|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 20:00:42.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 20:00:42.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:00:42.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:00:43.0|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 20:04:40.6|Info|HistoryService|Removing items older than 30 days from history
2025-12-07 20:04:40.6|Debug|HistoryService|History has been cleaned up.
2025-12-07 20:04:40.6|Info|HousekeepingService|Running housecleaning tasks
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupCommandQueue
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupCommandQueue
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2025-12-07 20:04:40.6|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2025-12-07 20:04:40.6|Debug|HousekeepingService|Starting CleanupUnusedTags
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed CleanupUnusedTags
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2025-12-07 20:04:40.7|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2025-12-07 20:04:40.7|Debug|HousekeepingService|Starting TrimLogDatabase
2025-12-07 20:04:40.7|Info|Database|Vacuuming Log database
2025-12-07 20:04:40.7|Info|Database|Log database compressed
2025-12-07 20:04:40.7|Debug|HousekeepingService|Completed TrimLogDatabase
2025-12-07 20:04:40.7|Debug|HousekeepingService|Compressing main database after housekeeping
2025-12-07 20:04:40.7|Info|Database|Vacuuming Main database
2025-12-07 20:04:40.7|Info|Database|Main database compressed
2025-12-07 20:04:41.0|Debug|HttpClient|Downloading Completed. took 0s
2025-12-07 20:04:41.1|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2025-12-07 20:05:10.6|Debug|InstallUpdateService|Checking for updates
2025-12-07 20:05:11.2|Debug|InstallUpdateService|No update available
2025-12-07 20:09:42.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 20:09:42.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:09:42.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:09:42.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 20:09:42.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:09:42.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:09:43.0|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 20:09:43.0|Debug|ReleaseSearchService|Total of 33 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 20:10:10.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 20:10:10.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 20:10:10.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:10:10.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:10:10.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 20:10:10.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 20:10:10.8|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 20:10:10.8|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-07 20:10:12.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-07 20:10:12.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:10:12.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:10:12.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-07 20:10:12.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-07 20:10:12.8|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-07 20:10:12.8|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 20:10:12.8|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-07 20:10:12.8|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Radarr.
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 20:10:12.8|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-07 20:10:12.8|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 20:10:12.8|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-07 20:10:12.8|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 20:10:12.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-07 20:25:13.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 20:25:13.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 20:25:13.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:25:13.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:25:13.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:25:13.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:25:13.2|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 20:25:13.2|Debug|ReleaseSearchService|Total of 33 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 20:31:13.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 20:31:13.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:31:13.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:31:13.1|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 20:40:43.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 20:40:43.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:40:43.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:40:43.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 20:40:43.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:40:43.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:40:43.2|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 20:40:43.2|Debug|ReleaseSearchService|Total of 53 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 20:56:13.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 20:56:13.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 20:56:13.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 20:56:13.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 20:56:13.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:56:13.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 20:56:13.2|Debug|ReleaseSearchService|Total of 13 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 20:56:13.3|Debug|ReleaseSearchService|Total of 53 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 21:01:43.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 21:01:43.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:01:43.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:01:43.2|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 21:11:43.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 21:11:43.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 21:11:43.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 21:11:43.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 21:11:43.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:11:43.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:11:43.3|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 21:11:43.4|Debug|ReleaseSearchService|Total of 72 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 21:27:13.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 21:27:13.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 21:27:13.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 21:27:13.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 21:27:13.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:27:13.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:27:13.4|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 21:27:13.4|Debug|ReleaseSearchService|Total of 72 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 21:32:13.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 21:32:13.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:32:13.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:32:13.3|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 21:42:43.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 21:42:43.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 21:42:43.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 21:42:43.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 21:42:43.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:42:43.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:42:43.8|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 21:42:43.8|Debug|ReleaseSearchService|Total of 102 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 21:58:13.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 21:58:13.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 21:58:13.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 21:58:13.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 21:58:13.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:58:13.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 21:58:13.5|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 21:58:13.5|Debug|ReleaseSearchService|Total of 102 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 22:02:13.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 22:02:13.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:02:13.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:02:13.5|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 22:13:43.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 22:13:43.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 22:13:43.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 22:13:43.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 22:13:43.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:13:43.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:13:43.5|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 22:13:43.6|Debug|ReleaseSearchService|Total of 121 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 22:29:13.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 22:29:13.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 22:29:13.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 22:29:13.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 22:29:13.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:29:13.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:29:13.6|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 22:29:13.6|Debug|ReleaseSearchService|Total of 121 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 22:32:43.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 22:32:43.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:32:43.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:32:43.6|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 22:44:43.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 22:44:43.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 22:44:43.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 22:44:43.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 22:44:43.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:44:43.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 22:44:43.7|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 22:44:43.7|Debug|ReleaseSearchService|Total of 122 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 23:00:13.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 23:00:13.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 23:00:13.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 23:00:13.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 23:00:13.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:00:13.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:00:13.7|Debug|ReleaseSearchService|Total of 32 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 23:00:13.8|Debug|ReleaseSearchService|Total of 122 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 23:03:13.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 23:03:13.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:03:13.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:03:13.7|Debug|ReleaseSearchService|Total of 5 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 23:15:43.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 23:15:43.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 23:15:43.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 23:15:43.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 23:15:43.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:15:43.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:15:43.8|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 23:15:43.9|Debug|ReleaseSearchService|Total of 123 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 23:31:13.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 23:31:13.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 23:31:13.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 23:31:13.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 23:31:13.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:31:13.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:31:13.9|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 23:31:14.0|Debug|ReleaseSearchService|Total of 123 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-07 23:33:13.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-07 23:33:13.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:33:13.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:33:13.8|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-07 23:46:43.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-07 23:46:43.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-07 23:46:43.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-07 23:46:43.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-07 23:46:43.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:46:43.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-07 23:46:44.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-07 23:46:44.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 00:02:13.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 00:02:13.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 00:02:13.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 00:02:13.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 00:02:13.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:02:13.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:02:14.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 00:02:14.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 00:03:43.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 00:03:43.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:03:43.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:03:43.9|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 00:17:43.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 00:17:43.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 00:17:43.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 00:17:43.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 00:17:43.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:17:43.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:17:44.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 00:17:44.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 00:33:13.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 00:33:13.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 00:33:13.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 00:33:13.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 00:33:13.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:33:13.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:33:14.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 00:33:14.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 00:34:13.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 00:34:13.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:34:13.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:34:13.9|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 00:48:44.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 00:48:44.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 00:48:44.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:48:44.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 00:48:44.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 00:48:44.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 00:48:44.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 00:48:44.2|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 01:04:14.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 01:04:14.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:04:14.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:04:14.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 01:04:14.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 01:04:14.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 01:04:14.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 01:04:14.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:04:14.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:04:14.1|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 01:04:14.2|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 01:04:16.0|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 01:19:44.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 01:19:44.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 01:19:44.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 01:19:44.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 01:19:44.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:19:44.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:19:44.3|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 01:19:44.5|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 01:34:44.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 01:34:44.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:34:44.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:34:44.3|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)
2025-12-08 01:35:14.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 01:35:14.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 01:35:14.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 01:35:14.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 01:35:14.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:35:14.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:35:14.2|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 01:35:14.3|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 01:50:44.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 01:50:44.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 01:50:44.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 01:50:44.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 01:50:44.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:50:44.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 01:50:44.4|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 01:50:44.4|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 02:05:11.5|Debug|InstallUpdateService|Checking for updates
2025-12-08 02:05:11.7|Debug|InstallUpdateService|No update available
2025-12-08 02:05:14.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 02:05:14.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:05:14.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:05:14.3|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)
2025-12-08 02:06:14.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 02:06:14.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:06:14.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:06:14.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 02:06:14.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:06:14.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:06:14.3|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 02:06:14.4|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 02:10:41.6|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 02:10:41.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 02:10:41.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:10:41.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:10:41.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 02:10:41.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 02:10:41.8|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 02:10:41.8|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-08 02:10:43.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 02:10:43.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:10:43.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:10:43.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 02:10:43.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 02:10:43.8|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 02:10:43.8|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 02:10:43.8|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-08 02:10:43.8|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 02:10:43.8|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-08 02:10:43.8|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 02:10:43.8|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-08 02:10:43.8|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 02:10:43.8|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 02:21:44.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 02:21:44.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 02:21:44.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:21:44.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:21:44.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:21:44.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:21:44.5|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 02:21:44.6|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 02:35:14.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 02:35:14.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:35:14.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:35:14.5|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)
2025-12-08 02:37:14.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 02:37:14.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:37:14.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:37:14.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 02:37:14.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:37:14.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:37:14.5|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 02:37:14.6|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 02:52:44.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 02:52:44.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 02:52:44.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 02:52:44.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 02:52:44.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:52:44.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 02:52:44.7|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 02:52:44.7|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 03:05:44.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 03:05:44.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:05:44.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:05:44.6|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)
2025-12-08 03:08:14.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 03:08:14.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 03:08:14.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 03:08:14.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 03:08:14.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:08:14.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:08:14.7|Debug|ReleaseSearchService|Total of 29 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 03:08:14.7|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 03:23:44.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 03:23:44.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 03:23:44.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 03:23:44.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 03:23:44.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:23:44.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:23:44.8|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 03:23:44.8|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 03:36:14.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 03:36:14.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:36:14.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:36:14.9|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 03:39:14.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 03:39:14.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 03:39:14.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 03:39:14.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 03:39:14.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:39:14.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:39:14.7|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 03:39:14.8|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 03:54:44.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 03:54:44.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 03:54:44.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 03:54:44.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 03:54:44.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:54:44.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 03:54:44.9|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 03:54:44.9|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 04:06:44.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 04:06:44.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:06:44.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:06:44.9|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 04:10:14.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 04:10:14.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 04:10:14.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 04:10:14.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 04:10:14.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:10:14.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:10:14.9|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 04:10:14.9|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 04:25:44.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 04:25:44.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:25:44.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:25:44.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 04:25:44.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 04:25:44.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 04:25:45.0|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 04:25:45.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 04:37:14.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 04:37:14.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:37:14.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:37:15.0|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 04:41:14.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 04:41:14.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 04:41:14.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 04:41:14.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 04:41:14.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:41:14.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:41:15.0|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 04:41:15.0|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 04:56:45.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 04:56:45.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 04:56:45.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 04:56:45.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 04:56:45.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:56:45.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 04:56:45.2|Debug|ReleaseSearchService|Total of 22 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 04:56:45.2|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 05:07:45.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 05:07:45.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:07:45.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:07:45.1|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 05:12:15.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 05:12:15.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 05:12:15.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 05:12:15.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 05:12:15.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:12:15.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:12:15.1|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 05:12:15.1|Debug|ReleaseSearchService|Total of 124 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 05:27:45.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 05:27:45.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 05:27:45.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 05:27:45.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 05:27:45.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:27:45.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:27:45.5|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 05:27:45.5|Debug|ReleaseSearchService|Total of 120 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 05:38:15.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 05:38:15.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:38:15.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:38:15.2|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 05:43:15.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 05:43:15.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 05:43:15.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 05:43:15.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 05:43:15.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:43:15.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:43:15.2|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 05:43:15.3|Debug|ReleaseSearchService|Total of 120 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 05:58:45.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 05:58:45.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 05:58:45.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 05:58:45.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 05:58:45.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:58:45.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 05:58:45.3|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 05:58:45.4|Debug|ReleaseSearchService|Total of 71 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 06:08:45.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 06:08:45.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:08:45.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:08:45.4|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 06:14:15.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 06:14:15.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 06:14:15.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 06:14:15.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 06:14:15.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:14:15.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:14:15.4|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 06:14:15.4|Debug|ReleaseSearchService|Total of 71 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 06:29:45.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 06:29:45.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 06:29:45.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 06:29:45.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 06:29:45.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:29:45.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:29:45.5|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 06:29:45.5|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 06:39:15.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 06:39:15.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:39:15.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:39:15.5|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 06:45:15.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 06:45:15.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 06:45:15.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 06:45:15.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 06:45:15.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:45:15.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 06:45:15.5|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 06:45:15.6|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 07:00:45.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 07:00:45.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 07:00:45.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 07:00:45.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 07:00:45.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:00:45.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:00:45.6|Debug|ReleaseSearchService|Total of 26 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 07:00:45.6|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 07:09:45.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 07:09:45.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:09:45.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:09:45.6|Debug|ReleaseSearchService|Total of 1 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 07:16:15.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 07:16:15.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 07:16:15.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 07:16:15.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 07:16:15.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:16:15.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:16:15.7|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 07:16:15.7|Debug|ReleaseSearchService|Total of 73 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 07:31:45.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 07:31:45.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 07:31:45.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 07:31:45.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 07:31:45.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:31:45.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:31:45.8|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 07:31:45.8|Debug|ReleaseSearchService|Total of 78 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 07:40:05.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-08 07:40:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 07:40:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:40:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:40:15.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)
2025-12-08 07:40:57.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (28 ms)
2025-12-08 07:42:10.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (10 ms)
2025-12-08 07:47:15.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 07:47:15.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 07:47:15.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 07:47:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 07:47:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:47:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 07:47:15.8|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 07:47:15.8|Debug|ReleaseSearchService|Total of 78 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 08:02:45.7|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 08:02:45.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 08:02:45.7|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:02:45.7|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:02:45.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:02:45.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:02:45.9|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 08:02:46.0|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 08:05:12.5|Debug|InstallUpdateService|Checking for updates
2025-12-08 08:05:12.7|Debug|InstallUpdateService|No update available
2025-12-08 08:10:15.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 08:10:15.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:10:15.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:10:15.8|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)
2025-12-08 08:11:12.5|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 08:11:12.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 08:11:12.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:11:12.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:11:12.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 08:11:12.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 08:11:12.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 08:11:12.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-08 08:11:14.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 08:11:14.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:11:14.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:11:14.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 08:11:14.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 08:11:14.6|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 08:11:14.7|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 08:11:14.7|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-08 08:11:14.7|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 08:11:14.7|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-08 08:11:14.7|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 08:11:14.7|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-08 08:11:14.7|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 08:11:14.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 08:11:40.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-08 08:18:15.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 08:18:15.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:18:15.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:18:15.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 08:18:15.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:18:15.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:18:16.0|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 08:18:16.0|Debug|ReleaseSearchService|Total of 85 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 08:33:45.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 08:33:45.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:33:45.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:33:45.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 08:33:45.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:33:45.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:33:46.0|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 08:33:46.0|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 08:40:45.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 08:40:45.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:40:45.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:40:46.0|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)
2025-12-08 08:49:15.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 08:49:15.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 08:49:15.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 08:49:15.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 08:49:15.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:49:15.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 08:49:16.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 08:49:16.1|Debug|ReleaseSearchService|Total of 90 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 09:04:46.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 09:04:46.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 09:04:46.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 09:04:46.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 09:04:46.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:04:46.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:04:46.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 09:04:46.1|Debug|ReleaseSearchService|Total of 121 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 09:07:50.1|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (13 ms)
2025-12-08 09:08:20.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-08 09:11:16.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 09:11:16.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:11:16.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:11:16.2|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)
2025-12-08 09:20:16.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 09:20:16.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 09:20:16.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 09:20:16.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 09:20:16.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:20:16.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:20:16.2|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 09:20:16.2|Debug|ReleaseSearchService|Total of 121 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 09:21:12.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (6 ms)
2025-12-08 09:23:00.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (13 ms)
2025-12-08 09:24:09.0|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-08 09:25:00.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (12 ms)
2025-12-08 09:25:20.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (5 ms)
2025-12-08 09:35:46.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 09:35:46.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 09:35:46.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 09:35:46.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 09:35:46.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:35:46.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:35:46.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 09:35:46.3|Debug|ReleaseSearchService|Total of 118 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 09:41:46.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 09:41:46.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:41:46.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:41:46.2|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)
2025-12-08 09:51:16.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 09:51:16.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 09:51:16.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 09:51:16.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 09:51:16.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:51:16.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 09:51:16.3|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 09:51:16.3|Debug|ReleaseSearchService|Total of 118 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 10:06:46.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 10:06:46.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 10:06:46.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 10:06:46.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 10:06:46.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:06:46.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:06:46.4|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 10:06:46.4|Debug|ReleaseSearchService|Total of 120 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 10:12:16.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 10:12:16.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:12:16.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:12:16.3|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)
2025-12-08 10:22:16.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 10:22:16.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 10:22:16.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 10:22:16.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 10:22:16.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:22:16.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:22:16.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 10:22:16.5|Debug|ReleaseSearchService|Total of 120 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 10:35:30.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-08 10:36:53.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (8 ms)
2025-12-08 10:37:46.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 10:37:46.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 10:37:46.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 10:37:46.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 10:37:46.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:37:46.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:37:46.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 10:37:46.5|Debug|ReleaseSearchService|Total of 116 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 10:42:46.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 10:42:46.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:42:46.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:42:46.4|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)
2025-12-08 10:53:16.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 10:53:16.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 10:53:16.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 10:53:16.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 10:53:16.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:53:16.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 10:53:16.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 10:53:16.6|Debug|ReleaseSearchService|Total of 116 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 11:08:46.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 11:08:46.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 11:08:46.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 11:08:46.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 11:08:46.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:08:46.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:08:46.6|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 11:08:46.6|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 11:12:46.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 11:12:46.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:12:46.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:12:46.5|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 11:24:16.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 11:24:16.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:24:16.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:24:16.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 11:24:16.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 11:24:16.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 11:24:16.6|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 11:24:16.8|Debug|ReleaseSearchService|Total of 74 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 11:39:46.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 11:39:46.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:39:46.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:39:46.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 11:39:46.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 11:39:46.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 11:39:46.7|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 11:39:46.8|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 11:42:46.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 11:42:46.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:42:46.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:42:46.6|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 11:55:16.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 11:55:16.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 11:55:16.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:55:16.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 11:55:16.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 11:55:16.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 11:55:16.8|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 11:55:16.8|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 12:10:46.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 12:10:46.6|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 12:10:46.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:10:46.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:10:46.6|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 12:10:46.6|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 12:10:46.8|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 12:10:47.0|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 12:13:16.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 12:13:16.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:13:16.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:13:16.7|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 12:26:16.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 12:26:16.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 12:26:16.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 12:26:16.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 12:26:16.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:26:16.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:26:17.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 12:26:17.1|Debug|ReleaseSearchService|Total of 56 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 12:36:59.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (14 ms)
2025-12-08 12:41:46.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 12:41:46.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 12:41:46.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 12:41:46.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 12:41:46.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:41:46.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:41:46.9|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 12:41:46.9|Debug|ReleaseSearchService|Total of 56 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 12:43:46.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 12:43:46.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:43:46.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:43:46.8|Debug|ReleaseSearchService|Total of 10 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 12:46:59.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (11 ms)
2025-12-08 12:57:16.8|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 12:57:16.8|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 12:57:16.8|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 12:57:16.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 12:57:16.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:57:16.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 12:57:17.1|Debug|ReleaseSearchService|Total of 24 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 12:57:17.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 13:05:25.4|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (29 ms)
2025-12-08 13:05:40.8|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (10 ms)
2025-12-08 13:12:46.9|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 13:12:46.9|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 13:12:46.9|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 13:12:46.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 13:12:46.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:12:46.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:12:47.1|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 13:12:47.1|Debug|ReleaseSearchService|Total of 46 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 13:13:11.5|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (17 ms)
2025-12-08 13:14:16.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 13:14:16.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:14:16.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:14:16.9|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 13:28:17.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 13:28:17.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:28:17.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:28:17.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 13:28:17.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 13:28:17.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 13:28:17.1|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 13:28:17.2|Debug|ReleaseSearchService|Total of 55 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 13:43:47.0|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 13:43:47.0|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 13:43:47.0|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 13:43:47.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 13:43:47.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:43:47.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:43:47.2|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 13:43:47.2|Debug|ReleaseSearchService|Total of 55 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 13:44:47.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 13:44:47.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:44:47.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:44:47.0|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 13:57:53.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (9 ms)
2025-12-08 13:59:17.1|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 13:59:17.1|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 13:59:17.1|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 13:59:17.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 13:59:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:59:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 13:59:17.2|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 13:59:17.3|Debug|ReleaseSearchService|Total of 71 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 14:05:13.4|Debug|InstallUpdateService|Checking for updates
2025-12-08 14:05:13.7|Debug|InstallUpdateService|No update available
2025-12-08 14:11:43.5|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 14:11:43.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 14:11:43.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 14:11:43.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 14:11:43.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 14:11:43.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 14:11:43.7|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 14:11:43.7|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2025-12-08 14:11:45.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2025-12-08 14:11:45.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 14:11:45.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 14:11:45.6|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2025-12-08 14:11:45.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://10.42.0.3: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"
}
]
2025-12-08 14:11:45.6|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
[
{
"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"
}
]
2025-12-08 14:11:45.6|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3:7878/api/v3/indexer?forceSave=true]
[v2.3.0.5236] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://10.42.0.3: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 228
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163
at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./NzbDrone.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100
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.<SyncIndexers>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"
}
]
2025-12-08 14:11:45.6|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 14:11:45.6|Debug|Radarr|Updating indexer The Pirate Bay [1]
2025-12-08 14:11:45.7|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2025-12-08 14:11:45.7|Debug|ApplicationService|No tags set to application Radarr.
2025-12-08 14:11:45.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 14:11:45.7|Debug|Sonarr|Updating indexer LimeTorrents [2]
2025-12-08 14:11:45.7|Debug|Sonarr|Remote indexer LimeTorrents (Prowlarr) [1] found
2025-12-08 14:11:45.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 14:11:45.7|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2025-12-08 14:11:45.7|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [2] found
2025-12-08 14:11:45.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 14:11:45.7|Debug|ApplicationService|No tags set to application Sonarr.
2025-12-08 14:14:29.7|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (11 ms)
2025-12-08 14:14:31.6|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (15 ms)
2025-12-08 14:14:49.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 14:14:49.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:14:49.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 14:14:49.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:14:49.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 14:14:49.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:14:49.5|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 14:14:49.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:14:49.5|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 14:14:49.6|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 14:14:49.6|Debug|ReleaseSearchService|Total of 71 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 14:14:51.5|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 14:30:17.2|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 14:30:17.2|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 14:30:17.2|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 14:30:17.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 14:30:17.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:30:17.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:30:17.4|Debug|ReleaseSearchService|Total of 91 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 14:30:17.4|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 14:45:17.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 14:45:17.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:45:17.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:45:17.4|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2025-12-08 14:45:47.3|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 14:45:47.3|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 14:45:47.3|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 14:45:47.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 14:45:47.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:45:47.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 14:45:47.3|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 14:45:47.4|Debug|ReleaseSearchService|Total of 91 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 15:01:17.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 15:01:17.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 15:01:17.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 15:01:17.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 15:01:17.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:01:17.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:01:17.5|Debug|ReleaseSearchService|Total of 35 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 15:01:17.6|Debug|ReleaseSearchService|Total of 109 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 15:15:47.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2025-12-08 15:15:47.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:15:47.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:15:47.5|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)
2025-12-08 15:16:47.4|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2025-12-08 15:16:47.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2025-12-08 15:16:47.4|Debug|Cardigann|Adding request for LimeTorrents: https://www.limetorrents.fun/latest100
2025-12-08 15:16:47.4|Debug|Cardigann|Downloading Feed https://www.limetorrents.fun/latest100
2025-12-08 15:16:47.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:16:47.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2025-12-08 15:16:47.5|Debug|ReleaseSearchService|Total of 44 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2025-12-08 15:16:47.6|Debug|ReleaseSearchService|Total of 109 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2025-12-08 15:32:17.5|Info|ReleaseSearchService|Searching indexer(s): [LimeTorrents] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]