Files
arr_suite/prowlarr/config/logs/prowlarr.debug.1.txt
T
2026-06-18 02:51:20 +00:00

13695 lines
997 KiB
Plaintext

2026-05-22 13:02:56.6|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-05-22 13:02:56.6|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-05-22 13:02:56.6|Debug|ProcessProvider| - [151] Prowlarr
2026-05-22 13:02:56.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107296s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110739s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007811s
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0173733s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008116s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 4.8E-06s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008177s
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038936s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 3.4E-06s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012599s
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004556s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|InitialSetup|Starting migration of Log DB to 1
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013306s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006521s
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2026-05-22T13:02:56', 'InitialSetup')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0192817s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|ApplicationStatus|Starting migration of Log DB to 2
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2026-05-22T13:02:56', 'ApplicationStatus')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0227049s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|IndexerProps|Starting migration of Log DB to 3
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2026-05-22T13:02:56', 'IndexerProps')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0086045s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|add_update_history|Starting migration of Log DB to 4
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010126s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006981s
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2026-05-22T13:02:56', 'add_update_history')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058187s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|update_notifiarr|Starting migration of Log DB to 5
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2026-05-22T13:02:56', 'update_notifiarr')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082862s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|app_profiles|Starting migration of Log DB to 6
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2026-05-22T13:02:56', 'app_profiles')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043704s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|history_failed|Starting migration of Log DB to 7
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2026-05-22T13:02:56', 'history_failed')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049607s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|redacted_api|Starting migration of Log DB to 8
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2026-05-22T13:02:56', 'redacted_api')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050485s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|IndexerProxies|Starting migration of Log DB to 10
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2026-05-22T13:02:56', 'IndexerProxies')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067117s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|app_indexer_remote_name|Starting migration of Log DB to 11
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2026-05-22T13:02:56', 'app_indexer_remote_name')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063336s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|desi_gazelle_to_unit3d|Starting migration of Log DB to 13
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2026-05-22T13:02:56', 'desi_gazelle_to_unit3d')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046495s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|add_on_update_to_notifications|Starting migration of Log DB to 14
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2026-05-22T13:02:56', 'add_on_update_to_notifications')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042055s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|IndexerVersions|Starting migration of Log DB to 15
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2026-05-22T13:02:56', 'IndexerVersions')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0084037s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|cleanup_config|Starting migration of Log DB to 16
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2026-05-22T13:02:56', 'cleanup_config')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055956s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|indexer_cleanup|Starting migration of Log DB to 17
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2026-05-22T13:02:56', 'indexer_cleanup')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042417s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|minimum_seeders|Starting migration of Log DB to 18
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2026-05-22T13:02:56', 'minimum_seeders')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042256s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|remove_showrss|Starting migration of Log DB to 19
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2026-05-22T13:02:56', 'remove_showrss')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044977s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|remove_torrentparadiseml|Starting migration of Log DB to 20
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2026-05-22T13:02:56', 'remove_torrentparadiseml')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046671s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|localization_setting_to_string|Starting migration of Log DB to 21
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2026-05-22T13:02:56', 'localization_setting_to_string')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045622s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|orpheus_api|Starting migration of Log DB to 22
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2026-05-22T13:02:56', 'orpheus_api')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070223s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|download_client_categories|Starting migration of Log DB to 23
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2026-05-22T13:02:57', 'download_client_categories')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036705s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|add_salt_to_users|Starting migration of Log DB to 24
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2026-05-22T13:02:57', 'add_salt_to_users')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051343s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Log DB to 25
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2026-05-22T13:02:57', 'speedcd_userpasssettings_to_speedcdsettings')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00488s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Log DB to 26
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2026-05-22T13:02:57', 'torrentday_cookiesettings_to_torrentdaysettings')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0179372s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|alpharatio_greatposterwall_config_contract|Starting migration of Log DB to 27
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2026-05-22T13:02:57', 'alpharatio_greatposterwall_config_contract')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057625s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|remove_notwhatcd|Starting migration of Log DB to 28
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2026-05-22T13:02:57', 'remove_notwhatcd')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085228s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|add_on_grab_to_notifications|Starting migration of Log DB to 29
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2026-05-22T13:02:57', 'add_on_grab_to_notifications')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097482s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|animetorrents_use_custom_config_contract|Starting migration of Log DB to 30
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2026-05-22T13:02:57', 'animetorrents_use_custom_config_contract')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038128s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|apprise_server_url|Starting migration of Log DB to 31
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2026-05-22T13:02:57', 'apprise_server_url')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005417s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|health_restored_notification|Starting migration of Log DB to 32
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2026-05-22T13:02:57', 'health_restored_notification')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054422s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|remove_uc|Starting migration of Log DB to 33
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2026-05-22T13:02:57', 'remove_uc')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043574s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|history_fix_data_titles|Starting migration of Log DB to 34
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2026-05-22T13:02:57', 'history_fix_data_titles')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034912s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|download_client_per_indexer|Starting migration of Log DB to 35
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2026-05-22T13:02:57', 'download_client_per_indexer')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034271s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 36
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058002s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.6E-06s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056893s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0101524s
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2026-05-22T13:02:57', 'postgres_update_timestamp_columns_to_with_timezone')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013851s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|add_notification_status|Starting migration of Log DB to 37
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2026-05-22T13:02:57', 'add_notification_status')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038574s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|indexers_freeleech_only_config_contract|Starting migration of Log DB to 38
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2026-05-22T13:02:57', 'indexers_freeleech_only_config_contract')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038565s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|email_encryption|Starting migration of Log DB to 39
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2026-05-22T13:02:57', 'email_encryption')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114888s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|newznab_category_to_capabilities_settings|Starting migration of Log DB to 40
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2026-05-22T13:02:57', 'newznab_category_to_capabilities_settings')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|40: newznab_category_to_capabilities_settings migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060189s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|gazelle_freeleech_token_options|Starting migration of Log DB to 41
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2026-05-22T13:02:57', 'gazelle_freeleech_token_options')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|41: gazelle_freeleech_token_options migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049185s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|myanonamouse_freeleech_wedge_options|Starting migration of Log DB to 42
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2026-05-22T13:02:57', 'myanonamouse_freeleech_wedge_options')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|42: myanonamouse_freeleech_wedge_options migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034206s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|newznab_indexers_enable_redirect|Starting migration of Log DB to 43
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2026-05-22T13:02:57', 'newznab_indexers_enable_redirect')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|43: newznab_indexers_enable_redirect migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042194s
2026-05-22 13:02:57.1|Debug|MigrationController|Took: 00:00:00.5020703
2026-05-22 13:02:57.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-05-22 13:02:57.5|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2026-05-22 13:02:57.7|Info|AppSyncProfileService|Setting up default app profile
2026-05-22 13:02:57.8|Debug|NotificationFactory|Initializing Providers. Count 20
2026-05-22 13:02:57.8|Info|CommandExecutor|Starting 3 threads for tasks.
2026-05-22 13:02:57.9|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-05-22 13:03:03.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:06.6|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:08.0|Error|IndexerDefinitionUpdateService|Definition update failed
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (indexers.prowlarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 346
at NzbDrone.Common.Http.HttpClient.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 352
at NzbDrone.Common.Http.HttpClient.DownloadFile(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 376
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.UpdateLocalDefinitions() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 316
2026-05-22 13:03:08.1|Debug|IndexerFactory|Initializing Providers. Count 67
2026-05-22 13:03:08.1|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-05-22 13:03:08.1|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 13:03:08.1|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-05-22 13:03:08.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 13:03:08.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 13:03:08.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-05-22 13:03:16.6|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:21.6|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-22 13:03:26.7|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:31.7|Warn|IndexerDefinitionUpdateService|Error while getting indexer definitions, fallback to reading from disk.
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (indexers.prowlarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.All() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 95
2026-05-22 13:03:36.8|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:41.8|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-22 13:03:46.8|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:51.8|Error|TaskExtensions|Task Error
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 162
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 121
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 13:19:33.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:19:38.0|Warn|IndexerDefinitionUpdateService|Error while getting indexer definitions, fallback to reading from disk.
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (indexers.prowlarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.All() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 95
2026-05-22 13:19:43.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:19:48.1|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-22 13:19:53.1|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:19:58.1|Error|TaskExtensions|Task Error
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(IEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 187
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_1`1.<PublishEvent>b__1() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 108
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 14:15:52.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-05-22 14:15:52.3|Info|ConsoleApp|Exiting main.
2026-05-22 14:17:39.2|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-05-22 14:17:39.2|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-05-22 14:17:39.2|Debug|ProcessProvider| - [153] Prowlarr
2026-05-22 14:17:39.3|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-05-22 14:17:39.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0621717s
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0649421s
2026-05-22 14:17:39.5|Debug|MigrationController|Took: 00:00:00.2460511
2026-05-22 14:17:39.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083169s
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.008944s
2026-05-22 14:17:39.6|Debug|MigrationController|Took: 00:00:00.0463806
2026-05-22 14:17:39.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-05-22 14:17:40.1|Debug|NotificationFactory|Initializing Providers. Count 20
2026-05-22 14:17:40.1|Info|CommandExecutor|Starting 3 threads for tasks.
2026-05-22 14:17:40.3|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-05-22 14:17:40.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:17:40.8|Debug|HttpClient|Downloading Completed. took 0s
2026-05-22 14:17:40.9|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-05-22 14:17:40.9|Debug|IndexerFactory|Initializing Providers. Count 67
2026-05-22 14:17:40.9|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-05-22 14:17:40.9|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 14:17:40.9|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-05-22 14:17:40.9|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:17:40.9|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:17:40.9|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-05-22 14:17:58.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-05-22 14:17:58.4|Info|ConsoleApp|Exiting main.
2026-05-22 14:19:14.1|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-05-22 14:19:14.1|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-05-22 14:19:14.1|Debug|ProcessProvider| - [149] Prowlarr
2026-05-22 14:19:14.1|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0641611s
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0666282s
2026-05-22 14:19:14.4|Debug|MigrationController|Took: 00:00:00.2403863
2026-05-22 14:19:14.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085543s
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.009515s
2026-05-22 14:19:14.4|Debug|MigrationController|Took: 00:00:00.0529051
2026-05-22 14:19:14.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-05-22 14:19:15.0|Debug|NotificationFactory|Initializing Providers. Count 20
2026-05-22 14:19:15.0|Info|CommandExecutor|Starting 3 threads for tasks.
2026-05-22 14:19:15.3|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-05-22 14:19:15.3|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:19:15.7|Debug|HttpClient|Downloading Completed. took 0s
2026-05-22 14:19:15.8|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-05-22 14:19:15.8|Debug|IndexerFactory|Initializing Providers. Count 67
2026-05-22 14:19:15.8|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-05-22 14:19:15.8|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 14:19:15.8|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-05-22 14:19:15.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:19:15.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:19:15.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-05-22 19:03:16.1|Debug|InstallUpdateService|Checking for updates
2026-05-22 19:03:16.5|Debug|InstallUpdateService|No update available
2026-05-23 01:03:17.5|Debug|InstallUpdateService|Checking for updates
2026-05-23 01:03:17.8|Debug|InstallUpdateService|No update available
2026-05-23 07:03:19.3|Debug|InstallUpdateService|Checking for updates
2026-05-23 07:03:19.5|Debug|InstallUpdateService|No update available
2026-05-23 13:03:20.8|Debug|InstallUpdateService|Checking for updates
2026-05-23 13:03:20.8|Info|HistoryService|Removing items older than 30 days from history
2026-05-23 13:03:20.8|Debug|HistoryService|History has been cleaned up.
2026-05-23 13:03:20.9|Info|HousekeepingService|Running housecleaning tasks
2026-05-23 13:03:20.9|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-23 13:03:21.0|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-23 13:03:21.0|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-23 13:03:21.0|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-23 13:03:21.0|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-05-23 13:03:21.0|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-05-23 13:03:21.0|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-23 13:03:21.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-05-23 13:03:21.0|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-23 13:03:21.0|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-23 13:03:21.1|Debug|InstallUpdateService|No update available
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-23 13:03:21.1|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-23 13:03:21.1|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-23 13:03:21.1|Info|Database|Vacuuming Log database
2026-05-23 13:03:21.2|Info|Database|Log database compressed
2026-05-23 13:03:21.2|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-23 13:03:21.2|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-23 13:03:21.2|Info|Database|Vacuuming Main database
2026-05-23 13:03:21.2|Debug|HttpClient|Downloading Completed. took 0s
2026-05-23 13:03:21.5|Info|Database|Main database compressed
2026-05-23 13:03:21.5|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-05-23 19:03:22.6|Debug|InstallUpdateService|Checking for updates
2026-05-23 19:03:27.6|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-23 19:03:32.6|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-23 19:03:37.6|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-23 19:03:42.7|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:03:54.2|Debug|InstallUpdateService|Checking for updates
2026-05-24 01:03:59.3|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 01:04:04.3|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:04:09.3|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-24 01:04:14.3|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:04:27.0|Debug|InstallUpdateService|Checking for updates
2026-05-24 07:04:32.0|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:04:37.0|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 07:04:42.0|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-24 07:04:47.1|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:03:29.0|Info|HistoryService|Removing items older than 30 days from history
2026-05-24 13:03:29.0|Debug|HistoryService|History has been cleaned up.
2026-05-24 13:03:29.0|Info|HousekeepingService|Running housecleaning tasks
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-24 13:03:29.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-24 13:03:29.0|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-24 13:03:29.0|Info|Database|Vacuuming Log database
2026-05-24 13:03:29.0|Info|Database|Log database compressed
2026-05-24 13:03:29.0|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-24 13:03:29.0|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-24 13:03:29.0|Info|Database|Vacuuming Main database
2026-05-24 13:03:29.0|Info|Database|Main database compressed
2026-05-24 13:03:34.0|Error|IndexerDefinitionUpdateService|Definition update failed
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (indexers.prowlarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 346
at NzbDrone.Common.Http.HttpClient.DownloadFileAsync(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 352
at NzbDrone.Common.Http.HttpClient.DownloadFile(String url, String fileName) in ./NzbDrone.Common/Http/HttpClient.cs:line 376
at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.UpdateLocalDefinitions() in ./NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 316
2026-05-24 13:04:59.0|Debug|InstallUpdateService|Checking for updates
2026-05-24 13:05:04.1|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:05:09.0|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 13:05:14.1|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-24 13:05:19.1|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:05:30.7|Debug|InstallUpdateService|Checking for updates
2026-05-24 19:05:35.7|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:05:40.7|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 19:05:45.7|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-05-24 19:05:50.8|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 69
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-06-08 18:38:14.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-08 18:38:14.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-08 18:38:14.8|Debug|ProcessProvider| - [149] Prowlarr
2026-06-08 18:38:14.8|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-08 18:38:14.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-08 18:38:14.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-08 18:38:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-08 18:38:15.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0519886s
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0536384s
2026-06-08 18:38:15.0|Debug|MigrationController|Took: 00:00:00.1605529
2026-06-08 18:38:15.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-08 18:38:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-08 18:38:15.0|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034155s
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-08 18:38:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037711s
2026-06-08 18:38:15.0|Debug|MigrationController|Took: 00:00:00.0316145
2026-06-08 18:38:15.3|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-08 18:38:15.4|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-08 18:38:15.4|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-08 18:38:15.5|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-08 18:38:15.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-08 18:38:15.8|Debug|HttpClient|Downloading Completed. took 0s
2026-06-08 18:38:15.9|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-08 18:38:15.9|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-08 18:38:15.9|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-08 18:38:15.9|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-08 18:38:15.9|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-08 18:38:15.9|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-08 18:38:15.9|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-08 18:38:15.9|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-08 18:38:23.9|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.0|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (39 ms)
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (44 ms)
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/customFilter: 200.OK (47 ms)
2026-06-08 18:38:24.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/tag: 200.OK (48 ms)
2026-06-08 18:38:24.2|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/appprofile: 200.OK (59 ms)
2026-06-08 18:38:24.2|Debug|Api|[GET] /api/v1/localization: 200.OK (24 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (141 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/config/ui: 200.OK (88 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/system/status: 200.OK (96 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (115 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (12 ms)
2026-06-08 18:38:24.3|Debug|Api|[GET] /api/v1/health: 200.OK (15 ms)
2026-06-08 18:38:24.3|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-08 18:38:45.4|Info|HistoryService|Removing items older than 30 days from history
2026-06-08 18:38:45.5|Debug|HistoryService|History has been cleaned up.
2026-06-08 18:38:45.5|Debug|InstallUpdateService|Checking for updates
2026-06-08 18:38:45.5|Info|BackupService|Starting Backup
2026-06-08 18:38:45.5|Debug|BackupService|Cleaning up backup files older than 28 days
2026-06-08 18:38:45.5|Debug|BackupService|Finished cleaning up old backup files
2026-06-08 18:38:45.5|Debug|BackupService|Backing up config.xml
2026-06-08 18:38:45.5|Debug|DiskTransferService|Copy [/config/config.xml] > [/run/prowlarr-temp/prowlarr_backup/config.xml]
2026-06-08 18:38:45.5|Info|HousekeepingService|Running housecleaning tasks
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-06-08 18:38:45.5|Debug|BackupService|Backing up database
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-06-08 18:38:45.5|Debug|HousekeepingService|Starting TrimLogDatabase
2026-06-08 18:38:45.5|Info|Database|Vacuuming Log database
2026-06-08 18:38:45.5|Info|Database|Log database compressed
2026-06-08 18:38:45.5|Debug|HousekeepingService|Completed TrimLogDatabase
2026-06-08 18:38:45.5|Debug|HousekeepingService|Compressing main database after housekeeping
2026-06-08 18:38:45.5|Info|Database|Vacuuming Main database
2026-06-08 18:38:45.5|Info|Database|Main database compressed
2026-06-08 18:38:45.5|Debug|InstallUpdateService|No update available
2026-06-08 18:38:45.5|Debug|BackupService|Creating backup zip
2026-06-08 18:38:45.5|Debug|Api|[GET] /api/v1/command: 200.OK (37 ms)
2026-06-08 18:38:45.6|Debug|ArchiveService|Creating archive /config/Backups/scheduled/prowlarr_backup_v2.3.5.5327_2026.06.08_18.38.45.zip
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:38:45.6|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:38:45.6|Debug|BackupService|Backup zip created
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-08 18:38:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:38:45.9|Debug|HttpClient|Downloading Completed. took 0s
2026-06-08 18:38:46.0|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-08 18:38:46.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:43:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-08 18:48:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-08 18:53:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 18:53:46.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-08 18:58:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-08 19:04:15.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 19:09:45.7|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-08 19:15:15.7|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:20:45.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:25:45.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:30:45.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:35:45.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:41:15.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 19:46:15.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 19:51:15.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-08 19:56:45.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 20:02:15.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 20:07:15.9|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-08 20:12:46.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-08 20:18:15.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 00:38:47.0|Debug|InstallUpdateService|Checking for updates
2026-06-09 00:38:47.3|Debug|InstallUpdateService|No update available
2026-06-09 06:38:48.8|Debug|InstallUpdateService|Checking for updates
2026-06-09 06:38:49.2|Debug|InstallUpdateService|No update available
2026-06-09 06:55:38.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-09 06:55:38.6|Debug|Prowlarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/customFilter: 200.OK (4 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/tag: 200.OK (7 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (3 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (7 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (10 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/config/host: 200.OK (11 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/localization: 200.OK (12 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (4 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-09 06:55:38.7|Debug|Api|[GET] /api/v1/config/host: 200.OK (12 ms)
2026-06-09 06:56:13.9|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (100 ms)
2026-06-09 06:56:14.0|Debug|Api|[GET] /api/v1/system/status: 200.OK (3 ms)
2026-06-09 06:56:19.2|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 06:56:32.2|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (800 ms)
2026-06-09 06:56:42.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (9 ms)
2026-06-09 06:56:42.4|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (106 ms)
2026-06-09 06:57:47.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 06:57:47.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 06:57:47.4|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (384 ms)
2026-06-09 06:57:50.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 06:57:50.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 06:57:50.3|Debug|Api|[POST] /api/v1/indexer: 201.Created (127 ms)
2026-06-09 06:57:55.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 06:58:08.0|Debug|Api|[GET] /api/v1/appprofile: 200.OK (0 ms)
2026-06-09 06:58:08.0|Debug|Api|[GET] /api/v1/applications: 200.OK (13 ms)
2026-06-09 06:58:12.5|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (23 ms)
2026-06-09 07:00:49.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 07:05:00.8|Debug|Api|[POST] /api/v1/applications/test: 200.OK (308 ms)
2026-06-09 07:05:03.1|Debug|Api|[POST] /api/v1/applications: 201.Created (54 ms)
2026-06-09 07:05:03.1|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 07:05:05.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 07:05:05.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:05.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:05.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)
2026-06-09 07:05:05.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://localhost:7878/api/v3/indexer: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.",
"severity": "error"
}
]
2026-06-09 07:05:05.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://localhost: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"
}
]
2026-06-09 07:05:05.5|Debug|RadarrV3Proxy|Retrying to add indexer forcefully
2026-06-09 07:05:05.6|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (8 ms)
2026-06-09 07:05:07.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 07:05:07.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:07.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:07.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-09 07:05:07.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://localhost:7878/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes)
[
{
"isWarning": false,
"propertyName": "",
"errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.",
"severity": "error"
}
]
2026-06-09 07:05:07.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://localhost: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"
}
]
2026-06-09 07:05:07.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://localhost:7878/api/v3/indexer?forceSave=true]
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://localhost: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"
}
]
2026-06-09 07:05:12.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 07:05:23.5|Debug|Api|[POST] /api/v1/applications/test: 200.OK (264 ms)
2026-06-09 07:05:25.6|Debug|Api|[POST] /api/v1/applications: 201.Created (507 ms)
2026-06-09 07:05:25.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 07:05:27.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 07:05:27.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:27.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:05:27.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)
2026-06-09 07:06:00.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-09 07:06:00.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2026-06-09 07:06:02.0|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (601 ms)
2026-06-09 07:06:19.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 07:07:00.9|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2026-06-09 07:07:00.9|Debug|Api|[GET] /api/v1/applications: 200.OK (6 ms)
2026-06-09 07:07:02.7|Debug|Api|[GET] /api/v1/applications/schema: 200.OK (4 ms)
2026-06-09 07:07:11.5|Debug|Api|[GET] /api/v1/appprofile/schema: 200.OK (5 ms)
2026-06-09 07:07:30.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2026-06-09 07:11:49.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 07:17:16.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 07:17:16.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:17:16.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:17:21.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-09 07:17:21.3|Warn|Cardigann|Unable to connect to indexer [https://apibay.org/precompiled/data_top100_recent.json]. This is typically caused by DNS/SSL issues. Check DNS settings, ensure IPv6 is working or disabled, and consider using different DNS servers or a VPN. See: 'https://wiki.servarr.com/prowlarr/troubleshooting#dns-ssl-connection-issues'
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (apibay.org:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.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.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 43
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<<FetchIndexerResponse>b__57_0>d.MoveNext() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 665
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c__9`2.<<ExecuteAsync>b__9_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.Outcome`1.GetResultOrRethrow()
at Polly.ResiliencePipeline.ExecuteAsync[TResult,TState](Func`3 callback, TState state, CancellationToken cancellationToken)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 664
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
2026-06-09 07:17:21.4|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 07:17:21.4|Info|ConsoleApp|Exiting main.
2026-06-09 07:17:38.5|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-09 07:17:38.5|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-09 07:17:38.5|Debug|ProcessProvider| - [149] Prowlarr
2026-06-09 07:17:38.6|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 07:17:38.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 07:17:38.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 07:17:38.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 07:17:38.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 07:17:38.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.052636s
2026-06-09 07:17:38.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 07:17:38.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0571285s
2026-06-09 07:17:38.8|Debug|MigrationController|Took: 00:00:00.1933138
2026-06-09 07:17:38.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 07:17:38.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 07:17:38.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 07:17:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 07:17:38.8|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 07:17:38.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061152s
2026-06-09 07:17:38.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 07:17:38.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006536s
2026-06-09 07:17:38.8|Debug|MigrationController|Took: 00:00:00.0452834
2026-06-09 07:17:39.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-09 07:17:39.3|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-09 07:17:39.3|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-09 07:17:39.5|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 07:17:39.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-09 07:17:40.3|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 07:17:40.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 07:17:40.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-09 07:17:40.4|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-09 07:17:40.4|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-09 07:17:40.4|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-09 07:17:40.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-09 07:17:40.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-09 07:17:40.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-09 07:17:46.5|Debug|Api|[GET] /api/v1/health: 200.OK (33 ms)
2026-06-09 07:17:46.5|Debug|Api|[GET] /api/v1/command: 200.OK (41 ms)
2026-06-09 07:17:46.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (123 ms)
2026-06-09 07:22:39.7|Debug|Api|[GET] /api/v1/command: 200.OK (9 ms)
2026-06-09 07:28:09.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 07:33:09.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 07:33:09.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:33:09.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:33:09.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)
2026-06-09 07:33:09.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-09 07:33:10.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 07:33:15.3|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
2026-06-09 07:33:39.5|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 07:39:09.5|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 07:44:39.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 07:48:39.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 07:48:39.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:48:39.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 07:48:39.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)
2026-06-09 07:50:09.6|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 07:55:39.6|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 07:59:12.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 07:59:12.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 07:59:12.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (13 ms)
2026-06-09 08:04:09.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 08:04:09.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:04:09.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:04:10.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)
2026-06-09 08:05:41.3|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2026-06-09 08:05:41.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 08:05:41.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (8 ms)
2026-06-09 08:06:39.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 08:12:09.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 08:17:39.7|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 08:19:40.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 08:19:40.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:19:40.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:19:40.2|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)
2026-06-09 08:23:09.8|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 08:28:39.7|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 08:31:08.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-09 08:31:08.1|Info|ConsoleApp|Exiting main.
2026-06-09 08:31:31.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-09 08:31:31.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-09 08:31:31.8|Debug|ProcessProvider| - [153] Prowlarr
2026-06-09 08:31:31.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 08:31:32.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 08:31:32.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 08:31:32.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 08:31:32.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 08:31:32.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0568224s
2026-06-09 08:31:32.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 08:31:32.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.061927s
2026-06-09 08:31:32.1|Debug|MigrationController|Took: 00:00:00.2259179
2026-06-09 08:31:32.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 08:31:32.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 08:31:32.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 08:31:32.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 08:31:32.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 08:31:32.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067845s
2026-06-09 08:31:32.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 08:31:32.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072426s
2026-06-09 08:31:32.2|Debug|MigrationController|Took: 00:00:00.0388342
2026-06-09 08:31:32.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-09 08:31:32.8|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-09 08:31:32.8|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-09 08:31:33.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 08:31:33.1|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-09 08:31:33.5|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 08:31:33.7|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 08:31:33.7|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-09 08:31:33.7|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-09 08:31:33.7|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-09 08:31:33.7|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-09 08:31:33.7|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-09 08:31:33.7|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-09 08:31:33.7|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-09 08:31:35.3|Debug|Api|[GET] /api/v1/health: 200.OK (76 ms)
2026-06-09 08:31:35.4|Debug|Api|[GET] /api/v1/command: 200.OK (122 ms)
2026-06-09 08:31:35.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (204 ms)
2026-06-09 08:34:03.1|Debug|Api|[GET] /api/v1/command: 200.OK (13 ms)
2026-06-09 08:35:02.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 08:35:02.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:35:02.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:35:03.2|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)
2026-06-09 08:38:57.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 08:38:57.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-06-09 08:38:57.9|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 08:50:32.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 08:50:32.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:50:32.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 08:50:33.3|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)
2026-06-09 09:06:03.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 09:06:03.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:06:03.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:06:03.5|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 09:21:33.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 09:21:33.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:21:33.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:21:33.8|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 09:37:03.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 09:37:03.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:37:03.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:37:04.0|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 09:52:34.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 09:52:34.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:52:34.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 09:52:34.3|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 10:07:34.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 10:07:34.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:07:34.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:07:34.8|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 10:23:04.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 10:23:04.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:23:04.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:23:05.0|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 10:38:35.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 10:38:35.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:38:35.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:38:35.3|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 10:40:03.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 10:40:03.5|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-09 10:40:03.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-09 10:54:05.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 10:54:05.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:54:05.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 10:54:05.5|Debug|ReleaseSearchService|Total of 45 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 11:09:35.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 11:09:35.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:09:35.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:09:35.9|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 11:12:12.1|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-09 11:12:12.1|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 11:12:12.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2026-06-09 11:15:03.7|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 11:18:26.7|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-09 11:18:26.8|Info|ConsoleApp|Exiting main.
2026-06-09 11:18:48.9|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-09 11:18:48.9|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-09 11:18:48.9|Debug|ProcessProvider| - [153] Prowlarr
2026-06-09 11:18:48.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 11:18:49.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 11:18:49.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 11:18:49.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 11:18:49.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 11:18:49.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0562838s
2026-06-09 11:18:49.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 11:18:49.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0608986s
2026-06-09 11:18:49.1|Debug|MigrationController|Took: 00:00:00.2182228
2026-06-09 11:18:49.2|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 11:18:49.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 11:18:49.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 11:18:49.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 11:18:49.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 11:18:49.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006832s
2026-06-09 11:18:49.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 11:18:49.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072018s
2026-06-09 11:18:49.2|Debug|MigrationController|Took: 00:00:00.0410268
2026-06-09 11:18:49.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-09 11:18:49.7|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-09 11:18:49.7|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-09 11:18:50.0|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 11:18:50.1|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-09 11:18:50.3|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 11:18:50.4|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 11:18:50.4|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-09 11:18:50.5|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-09 11:18:50.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-09 11:18:50.5|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-09 11:18:50.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-09 11:18:50.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-09 11:18:50.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-09 11:18:53.2|Debug|Api|[GET] /api/v1/health: 200.OK (64 ms)
2026-06-09 11:18:53.2|Debug|Api|[GET] /api/v1/command: 200.OK (93 ms)
2026-06-09 11:18:53.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (188 ms)
2026-06-09 11:20:20.0|Debug|Api|[GET] /api/v1/command: 200.OK (13 ms)
2026-06-09 11:24:50.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 11:24:50.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:24:50.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:24:50.4|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 11:25:50.0|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 11:31:20.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 11:35:49.7|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (8 ms)
2026-06-09 11:35:59.2|Debug|Api|[GET] /api/v1/appprofile: 200.OK (11 ms)
2026-06-09 11:35:59.2|Debug|Api|[GET] /api/v1/applications: 200.OK (30 ms)
2026-06-09 11:36:11.3|Debug|Api|[POST] /api/v1/applications/test: 200.OK (144 ms)
2026-06-09 11:36:13.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 11:36:13.4|Debug|Api|[PUT] /api/v1/applications/1: 202.Accepted (631 ms)
2026-06-09 11:36:15.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 11:36:15.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:36:15.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:36:15.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)
2026-06-09 11:36:50.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 11:37:20.0|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-09 11:37:20.0|Info|ConsoleApp|Exiting main.
2026-06-09 11:37:40.2|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-09 11:37:40.2|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-09 11:37:40.2|Debug|ProcessProvider| - [153] Prowlarr
2026-06-09 11:37:40.3|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 11:37:40.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 11:37:40.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 11:37:40.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 11:37:40.5|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 11:37:40.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0595366s
2026-06-09 11:37:40.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 11:37:40.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0648852s
2026-06-09 11:37:40.5|Debug|MigrationController|Took: 00:00:00.2216169
2026-06-09 11:37:40.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 11:37:40.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 11:37:40.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 11:37:40.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 11:37:40.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 11:37:40.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067877s
2026-06-09 11:37:40.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 11:37:40.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072187s
2026-06-09 11:37:40.6|Debug|MigrationController|Took: 00:00:00.0504790
2026-06-09 11:37:40.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-09 11:37:41.1|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-09 11:37:41.1|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-09 11:37:41.2|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 11:37:41.4|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-09 11:37:42.0|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 11:37:42.2|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 11:37:42.2|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-09 11:37:42.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-09 11:37:42.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-09 11:37:42.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-09 11:37:42.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-09 11:37:42.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-09 11:37:42.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-09 11:37:46.4|Debug|Api|[GET] /api/v1/health: 200.OK (53 ms)
2026-06-09 11:37:46.5|Debug|Api|[GET] /api/v1/command: 200.OK (42 ms)
2026-06-09 11:37:46.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (216 ms)
2026-06-09 11:38:21.2|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/notification?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&branch=master: 522.522 (15 bytes)
error code: 522
2026-06-09 11:38:21.2|Error|ServerSideNotificationService|Failed to retrieve notifications
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://prowlarr.servarr.com/v1/notification?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&branch=master]
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.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
error code: 522
2026-06-09 11:38:41.1|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (49 ms)
2026-06-09 11:38:41.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/time: 522.522 (15 bytes)
error code: 522
2026-06-09 11:38:41.6|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://prowlarr.servarr.com/v1/time]
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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
error code: 522
2026-06-09 11:39:01.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true: 522.522 (15 bytes)
error code: 522
2026-06-09 11:39:01.1|Error|TaskExtensions|Task Error
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 162
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 121
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
error code: 522
2026-06-09 11:39:13.9|Info|Database|Vacuuming Main database
2026-06-09 11:39:13.9|Info|Database|Main database compressed
2026-06-09 11:39:13.9|Debug|Api|[POST] /api/v1/command: 201.Created (74 ms)
2026-06-09 11:39:14.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 11:39:14.0|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (4 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/customFilter: 200.OK (10 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/tag: 200.OK (9 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (10 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (14 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/localization: 200.OK (15 ms)
2026-06-09 11:39:28.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (47 ms)
2026-06-09 11:39:28.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (58 ms)
2026-06-09 11:39:28.8|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2026-06-09 11:39:28.8|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (2 ms)
2026-06-09 11:40:08.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (4 ms)
2026-06-09 11:40:08.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-09 11:40:11.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 11:40:11.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:40:11.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:40:11.7|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 11:40:16.7|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (16 ms)
2026-06-09 11:40:16.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (56 ms)
2026-06-09 11:42:11.3|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 11:42:46.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:42:46.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:42:46.4|Debug|Api|[POST] /api/v1/indexer/test: 200.OK (348 ms)
2026-06-09 11:42:47.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:42:47.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:42:48.2|Debug|Api|[PUT] /api/v1/indexer/1: 202.Accepted (259 ms)
2026-06-09 11:42:48.2|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 11:42:48.2|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-09 11:42:48.3|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 11:42:48.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 11:42:48.4|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-09 11:42:48.5|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 11:42:53.2|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2026-06-09 11:43:29.4|Debug|Api|[POST] /api/v1/command: 201.Created (20 ms)
2026-06-09 11:43:29.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 11:43:29.5|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-09 11:43:29.5|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 11:43:29.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 11:43:29.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 11:43:29.5|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-09 11:43:29.5|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 11:43:29.5|Debug|Sonarr|Syncing remote indexer with current settings
2026-06-09 11:43:29.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 11:43:29.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 11:43:32.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:32.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:32.7|Debug|Api|[POST] /api/v1/indexer/testall: 200.OK (72 ms)
2026-06-09 11:43:41.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 0, Categories: []
2026-06-09 11:43:41.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:41.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:41.7|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [], Offset: 0, Limit: 0, Categories: [] from 1 indexer(s)
2026-06-09 11:43:42.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 11:43:42.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:42.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:43:43.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)
2026-06-09 11:44:05.7|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (4 ms)
2026-06-09 11:44:16.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 11:44:16.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:44:16.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:44:16.3|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)
2026-06-09 11:44:41.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-09 11:44:41.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-09 11:44:48.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2026-06-09 11:44:48.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2026-06-09 11:47:05.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Do Not Enter 2026], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 11:47:05.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=do.not.enter.2026&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 11:47:05.4|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=do.not.enter.2026&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 11:47:05.9|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [Do Not Enter 2026], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-09 11:47:11.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 11:47:14.7|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (4 ms)
2026-06-09 11:52:41.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 11:54:21.7|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] System.Net.WebException: Http request timed out
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
at System.Net.Http.Http2Connection.Http2Stream.<>c.<WaitForDataAsync>b__88_0(Object s, CancellationToken cancellationToken)
at System.Threading.CancellationTokenSource.Invoke(Delegate d, Object state, CancellationTokenSource source)
at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException)
at System.Threading.CancellationTokenSource.Invoke(Delegate d, Object state, CancellationTokenSource source)
at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException)
at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
at System.Threading.TimerQueue.FireNextTimers()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
--- End of stack trace from previous location ---
at System.Net.Http.Http2Connection.Http2Stream.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.Http2Connection.Http2Stream.ReadResponseHeadersAsync(CancellationToken cancellationToken)
at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<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
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 170
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
2026-06-09 11:54:41.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true: 522.522 (15 bytes)
error code: 522
2026-06-09 11:54:41.1|Error|TaskExtensions|Task Error
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(IEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 187
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_1`1.<PublishEvent>b__1() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 108
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
error code: 522
2026-06-09 11:55:41.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 11:55:41.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:55:41.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 11:55:41.6|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 11:58:11.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 12:03:41.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:09:11.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 12:11:11.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 12:11:11.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:11:11.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:11:11.9|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/customFilter: 200.OK (4 ms)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/tag: 200.OK (4 ms)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/appprofile: 200.OK (5 ms)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (4 ms)
2026-06-09 12:13:08.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/config/ui: 200.OK (4 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (5 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/system/status: 200.OK (4 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/localization: 200.OK (5 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 12:13:08.6|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (4 ms)
2026-06-09 12:13:33.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-09 12:13:33.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-09 12:14:01.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Chronicles of Riddick 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 12:14:01.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=chronicles.of.riddick.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 12:14:01.5|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=chronicles.of.riddick.2004&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 12:14:02.6|Debug|ReleaseSearchService|Total of 88 reports were found for Term: [Chronicles of Riddick 2004], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-09 12:14:41.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:14:42.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 12:14:42.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:14:42.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:14:42.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)
2026-06-09 12:20:11.4|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 12:25:41.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 12:26:41.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 12:26:41.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:26:41.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:26:42.2|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 12:31:11.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 12:36:41.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:39:11.4|Debug|InstallUpdateService|Checking for updates
2026-06-09 12:39:45.5|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true: 504.GatewayTimeout (15 bytes)
error code: 504
2026-06-09 12:39:45.6|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [504:GatewayTimeout] [GET] at [https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCheckCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 85
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
error code: 504
2026-06-09 12:39:45.6|Debug|Api|[GET] /api/v1/command: 200.OK (8 ms)
2026-06-09 12:39:49.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/time: 504.GatewayTimeout (15 bytes)
error code: 504
2026-06-09 12:39:49.6|Warn|SystemTimeCheck|Unable to verify system time
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [504:GatewayTimeout] [GET] at [https://prowlarr.servarr.com/v1/time]
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.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 38
error code: 504
2026-06-09 12:40:19.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true: 504.GatewayTimeout (15 bytes)
error code: 504
2026-06-09 12:40:19.6|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [504:GatewayTimeout] [GET] at [https://prowlarr.servarr.com/v1/update/master?version=2.3.5.5327&os=linuxmusl&arch=X64&runtime=netcore&runtimeVer=8.0.12&dbType=SQLite&includeMajorVersion=True&active=true]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 393
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 401
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 59
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 85
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
error code: 504
2026-06-09 12:40:19.7|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 12:41:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (5 ms)
2026-06-09 12:42:12.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 12:42:12.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:42:12.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:42:12.4|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 12:44:43.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 12:44:43.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:44:43.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:44:43.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)
2026-06-09 12:47:11.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:52:11.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:57:41.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 12:57:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 12:57:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:57:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 12:57:42.7|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 13:03:11.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:08:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:13:12.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 13:13:12.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:13:12.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:13:12.9|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 13:14:11.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:14:43.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 13:14:43.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:14:43.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:14:43.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)
2026-06-09 13:19:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 13:25:11.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:28:42.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 13:28:42.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:28:42.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:28:43.1|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 13:30:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 13:35:41.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:41:11.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:44:13.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 13:44:13.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:44:13.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:44:13.4|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 13:44:44.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 13:44:44.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:44:44.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:44:44.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)
2026-06-09 13:46:11.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:51:41.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:57:11.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 13:59:43.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 13:59:43.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:59:43.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 13:59:43.5|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 14:02:41.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 14:08:11.7|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-09 14:13:41.7|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 14:14:44.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 14:14:44.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:14:44.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:14:45.0|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)
2026-06-09 14:15:14.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 14:15:14.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:15:14.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:15:14.8|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 14:15:34.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 14:15:34.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-09 14:15:34.5|Debug|Api|[GET] /api/v1/command: 200.OK (12 ms)
2026-06-09 14:30:44.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 14:30:44.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:30:44.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:30:44.7|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 14:44:45.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 14:44:45.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:44:45.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:44:45.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)
2026-06-09 14:46:14.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 14:46:14.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:46:14.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 14:46:14.8|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 15:01:44.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 15:01:44.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:01:44.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:01:45.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)
2026-06-09 15:15:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 15:15:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:15:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:15:15.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)
2026-06-09 15:17:15.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 15:17:15.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:17:15.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:17:15.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)
2026-06-09 15:32:15.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 15:32:15.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:32:15.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:32:15.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)
2026-06-09 15:45:16.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 15:45:16.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:45:16.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:45:16.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)
2026-06-09 15:47:45.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 15:47:45.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:47:45.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 15:47:45.9|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)
2026-06-09 16:02:46.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 16:02:46.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:02:46.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:02:46.6|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)
2026-06-09 16:15:17.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 16:15:17.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:15:17.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:15:17.3|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)
2026-06-09 16:18:16.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 16:18:16.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:18:16.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:18:16.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)
2026-06-09 16:33:16.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 16:33:16.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:33:16.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:33:17.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)
2026-06-09 16:45:17.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 16:45:17.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:45:17.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:45:18.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)
2026-06-09 16:48:47.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 16:48:47.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:48:47.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 16:48:47.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)
2026-06-09 17:04:17.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 17:04:17.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:04:17.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:04:17.7|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 17:09:06.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-09 17:09:06.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:15:18.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 17:15:18.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:15:18.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:15:18.5|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-09 17:17:46.7|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-09 17:17:46.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:17:46.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (8 ms)
2026-06-09 17:18:22.8|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 17:18:22.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:18:22.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-09 17:19:47.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 17:19:47.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:19:47.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:19:47.9|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 17:23:42.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:28:42.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:34:12.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:35:17.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 17:35:17.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:35:17.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:35:18.1|Debug|ReleaseSearchService|Total of 4 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 17:39:42.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 17:43:42.6|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 17:43:42.6|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-09 17:43:42.6|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 17:43:42.6|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 17:43:42.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 17:43:42.6|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-09 17:43:42.6|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 17:43:42.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 17:43:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 17:44:42.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:45:18.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 17:45:18.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:45:18.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:45:19.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)
2026-06-09 17:50:12.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 17:50:48.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 17:50:48.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:50:48.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 17:50:48.4|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)
2026-06-09 17:55:42.7|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-09 18:00:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:05:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:06:18.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 18:06:18.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:06:18.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:06:18.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)
2026-06-09 18:10:43.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 18:15:19.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 18:15:19.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:15:19.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:15:19.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)
2026-06-09 18:15:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-09 18:21:12.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:21:48.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 18:21:48.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:21:48.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:21:49.0|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)
2026-06-09 18:26:42.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:32:12.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:37:18.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 18:37:18.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:37:18.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:37:19.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)
2026-06-09 18:37:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:39:12.8|Info|HistoryService|Removing items older than 30 days from history
2026-06-09 18:39:12.8|Debug|HistoryService|History has been cleaned up.
2026-06-09 18:39:12.8|Info|HousekeepingService|Running housecleaning tasks
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-06-09 18:39:12.8|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-06-09 18:39:12.8|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-06-09 18:39:12.8|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-06-09 18:39:12.9|Debug|HousekeepingService|Starting TrimLogDatabase
2026-06-09 18:39:12.9|Info|Database|Vacuuming Log database
2026-06-09 18:39:12.9|Info|Database|Log database compressed
2026-06-09 18:39:12.9|Debug|HousekeepingService|Completed TrimLogDatabase
2026-06-09 18:39:12.9|Debug|HousekeepingService|Compressing main database after housekeeping
2026-06-09 18:39:12.9|Info|Database|Vacuuming Main database
2026-06-09 18:39:12.9|Info|Database|Main database compressed
2026-06-09 18:39:12.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:39:12.9|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 18:39:13.2|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 18:39:13.3|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 18:39:13.4|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 18:40:12.8|Debug|InstallUpdateService|Checking for updates
2026-06-09 18:40:13.1|Debug|InstallUpdateService|No update available
2026-06-09 18:40:13.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:40:43.1|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 18:40:43.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:42:42.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 18:45:20.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 18:45:20.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:45:20.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:45:20.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)
2026-06-09 18:48:13.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 18:50:32.0|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-09 18:50:32.1|Info|ConsoleApp|Exiting main.
2026-06-09 18:50:57.5|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-09 18:50:57.5|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-09 18:50:57.5|Debug|ProcessProvider| - [150] Prowlarr
2026-06-09 18:50:57.5|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 18:50:57.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 18:50:57.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 18:50:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 18:50:57.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 18:50:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0802551s
2026-06-09 18:50:57.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 18:50:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0860868s
2026-06-09 18:50:57.8|Debug|MigrationController|Took: 00:00:00.2884227
2026-06-09 18:50:57.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-09 18:50:57.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-09 18:50:57.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-09 18:50:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-09 18:50:57.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-09 18:50:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069726s
2026-06-09 18:50:57.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-09 18:50:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073924s
2026-06-09 18:50:57.9|Debug|MigrationController|Took: 00:00:00.0666748
2026-06-09 18:50:58.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-09 18:50:58.5|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-09 18:50:58.5|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-09 18:50:58.6|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-09 18:50:58.7|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-09 18:50:58.9|Debug|HttpClient|Downloading Completed. took 0s
2026-06-09 18:50:59.1|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-09 18:50:59.1|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-09 18:50:59.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-09 18:50:59.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-09 18:50:59.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-09 18:50:59.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-09 18:50:59.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-09 18:50:59.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-09 18:50:59.7|Debug|Api|[GET] /api/v1/command: 200.OK (149 ms)
2026-06-09 18:50:59.7|Debug|Api|[GET] /api/v1/health: 200.OK (164 ms)
2026-06-09 18:50:59.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (278 ms)
2026-06-09 18:51:00.3|Debug|Api|[GET] /api/v1/health: 200.OK (4 ms)
2026-06-09 18:52:28.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 18:52:28.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:52:28.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 18:52:29.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)
2026-06-09 18:53:28.9|Debug|Api|[GET] /api/v1/command: 200.OK (10 ms)
2026-06-09 18:58:58.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 18:59:55.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Wicked For Good 2025], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 18:59:55.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=wicked.for.good.2025&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 18:59:55.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=wicked.for.good.2025&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-09 18:59:56.7|Debug|ReleaseSearchService|Total of 33 reports were found for Term: [Wicked For Good 2025], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-09 19:04:28.7|Debug|Api|[GET] /api/v1/command: 200.OK (7 ms)
2026-06-09 19:07:58.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 19:07:58.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:07:58.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:07:59.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)
2026-06-09 19:07:59.8|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-09 19:09:58.8|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 19:15:28.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 19:15:29.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 19:15:29.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:15:29.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:15:29.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)
2026-06-09 19:20:58.9|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 19:23:29.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 19:23:29.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:23:29.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:23:29.4|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)
2026-06-09 19:26:28.8|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 19:31:28.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 19:36:28.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 19:38:59.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 19:38:59.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:38:59.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:38:59.6|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)
2026-06-09 19:41:58.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 19:45:29.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 19:45:29.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:45:29.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:45:30.0|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)
2026-06-09 19:47:29.0|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 19:52:58.9|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-09 19:54:29.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 19:54:29.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:54:29.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 19:54:29.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)
2026-06-09 19:58:28.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:03:28.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:08:59.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 20:09:59.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 20:09:59.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:09:59.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:10:00.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)
2026-06-09 20:13:59.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:15:30.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 20:15:30.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:15:30.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:15:30.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)
2026-06-09 20:19:29.1|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 20:24:59.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:25:30.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 20:25:30.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:25:30.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:25:30.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)
2026-06-09 20:30:29.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:35:59.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:41:00.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 20:41:00.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:41:00.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:41:00.4|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)
2026-06-09 20:41:29.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:45:30.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 20:45:30.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:45:30.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:45:30.9|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)
2026-06-09 20:46:59.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:51:59.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 20:56:30.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 20:56:30.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:56:30.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 20:56:30.6|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)
2026-06-09 20:56:59.2|Debug|Api|[GET] /api/v1/command: 200.OK (11 ms)
2026-06-09 21:02:29.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 21:07:59.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 21:12:00.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 21:12:00.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:12:00.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:12:00.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)
2026-06-09 21:13:29.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 21:15:31.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 21:15:31.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:15:31.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:15:31.3|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)
2026-06-09 21:18:59.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-09 21:24:29.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 21:27:30.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 21:27:30.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:27:30.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:27:31.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)
2026-06-09 21:29:59.2|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-09 21:30:35.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 21:30:35.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 21:30:35.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (14 ms)
2026-06-09 21:42:31.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 21:42:31.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:42:31.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:42:31.5|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 21:45:31.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 21:45:31.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:45:31.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:45:31.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)
2026-06-09 21:58:01.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 21:58:01.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:58:01.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 21:58:01.7|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 22:13:01.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 22:13:01.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:13:01.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:13:02.0|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 22:15:32.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 22:15:32.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:15:32.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:15:32.3|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)
2026-06-09 22:28:32.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 22:28:32.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:28:32.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:28:32.2|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 22:31:35.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-09 22:31:35.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 22:31:35.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-09 22:44:02.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 22:44:02.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:44:02.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:44:02.5|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 22:45:32.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 22:45:32.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:45:32.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:45:32.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)
2026-06-09 22:59:32.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 22:59:32.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:59:32.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 22:59:32.6|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 23:14:32.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 23:14:32.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:14:32.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:14:33.1|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 23:15:33.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 23:15:33.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:15:33.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:15:33.3|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)
2026-06-09 23:30:03.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 23:30:03.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:30:03.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:30:03.2|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 23:31:45.2|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-09 23:31:45.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-06-09 23:31:45.2|Debug|Api|[GET] /api/v1/command: 200.OK (6 ms)
2026-06-09 23:43:59.7|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 23:43:59.7|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-09 23:43:59.8|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 23:43:59.8|Debug|ApplicationService|No tags set to application Radarr.
2026-06-09 23:43:59.8|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 23:43:59.8|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-09 23:43:59.9|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-09 23:43:59.9|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-09 23:45:33.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-09 23:45:33.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:45:33.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:45:33.6|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-09 23:45:33.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-09 23:45:33.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:45:33.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-09 23:45:35.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)
2026-06-09 23:54:22.8|Debug|Api|[GET] /api/v1/health: 200.OK (5 ms)
2026-06-09 23:54:22.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-09 23:54:22.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (14 ms)
2026-06-10 00:01:03.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 00:01:03.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:01:03.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:01:03.7|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 00:16:04.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 00:16:04.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:16:04.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:16:04.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)
2026-06-10 00:16:33.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 00:16:33.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:16:33.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:16:33.8|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 00:31:34.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 00:31:34.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:31:34.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:31:34.2|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 00:40:29.9|Debug|InstallUpdateService|Checking for updates
2026-06-10 00:40:30.1|Debug|InstallUpdateService|No update available
2026-06-10 00:46:04.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 00:46:04.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:46:04.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:46:04.8|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)
2026-06-10 00:47:04.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 00:47:04.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:47:04.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 00:47:04.3|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 01:02:04.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 01:02:04.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:02:04.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:02:04.6|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 01:05:17.9|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 01:05:18.1|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-10 01:05:18.1|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-10 01:06:05.9|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-10 01:06:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 01:06:05.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-10 01:16:05.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 01:16:05.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:16:05.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:16:05.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)
2026-06-10 01:17:34.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 01:17:34.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:17:34.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:17:34.8|Debug|ReleaseSearchService|Total of 43 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 01:32:35.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 01:32:35.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:32:35.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:32:35.2|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 01:46:05.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 01:46:05.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:46:05.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:46:05.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)
2026-06-10 01:47:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2026-06-10 01:47:58.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 01:47:58.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-10 01:48:05.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 01:48:05.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:48:05.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 01:48:05.3|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 02:03:35.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 02:03:35.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:03:35.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:03:35.6|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 02:16:05.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 02:16:05.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:16:05.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:16:06.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 02:19:05.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 02:19:05.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:19:05.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:19:05.8|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 02:34:06.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 02:34:06.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:34:06.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:34:06.3|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 02:34:42.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 02:34:42.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 02:34:42.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-10 02:46:06.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 02:46:06.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:46:06.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:46:06.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)
2026-06-10 02:49:36.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 02:49:36.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:49:36.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 02:49:36.4|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 03:04:36.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 03:04:36.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:04:36.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:04:37.0|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 03:16:06.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 03:16:06.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:16:06.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:16:07.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 03:20:07.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 03:20:07.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:20:07.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:20:07.1|Debug|ReleaseSearchService|Total of 50 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 03:35:37.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 03:35:37.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:35:37.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:35:37.5|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 03:46:07.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 03:46:07.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:46:07.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:46:07.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)
2026-06-10 03:51:07.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 03:51:07.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:51:07.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 03:51:07.6|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 04:06:37.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 04:06:37.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:06:37.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:06:37.9|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 04:16:07.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 04:16:07.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:16:07.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:16:08.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)
2026-06-10 04:22:08.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 04:22:08.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:22:08.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:22:08.2|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 04:36:42.8|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 04:36:42.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 04:36:42.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 04:37:38.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 04:37:38.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:37:38.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:37:38.4|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 04:46:08.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 04:46:08.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:46:08.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:46:08.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)
2026-06-10 04:53:08.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 04:53:08.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:53:08.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 04:53:08.6|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 05:08:38.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 05:08:38.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:08:38.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:08:39.0|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 05:16:08.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 05:16:08.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:16:08.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:16:09.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)
2026-06-10 05: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]
2026-06-10 05:24:08.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:24:08.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:24:09.2|Debug|ReleaseSearchService|Total of 37 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 05:39:39.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 05:39:39.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:39:39.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:39:39.3|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 05:44:01.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 05:44:01.5|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-10 05:44:01.5|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 05:44:01.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 05:44:01.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 05:44:01.5|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-10 05:44:01.5|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 05:44:01.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 05:46:09.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 05:46:09.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:46:09.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:46:09.8|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)
2026-06-10 05:54:39.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 05:54:39.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:54:39.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 05:54:39.7|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 06:08:50.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 06:08:50.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 06:10:09.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 06:10:09.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:10:09.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:10:09.9|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 06:16:10.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 06:16:10.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:16:10.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:16:10.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)
2026-06-10 06:25:10.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 06:25:10.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:25:10.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:25:10.3|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 06:40:31.7|Debug|InstallUpdateService|Checking for updates
2026-06-10 06:40:31.9|Debug|InstallUpdateService|No update available
2026-06-10 06:40:40.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 06:40:40.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:40:40.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:40:40.4|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 06:46:10.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 06:46:10.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:46:10.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:46:11.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)
2026-06-10 06:55:40.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 06:55:40.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:55:40.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 06:55:40.7|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 07:11:10.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 07:11:10.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:11:10.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:11:11.0|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 07:16:11.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 07:16:11.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:16:11.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:16:11.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)
2026-06-10 07:26:11.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 07:26:11.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:26:11.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:26:11.6|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 07:39:49.8|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 07:39:49.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 07:39:49.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 07:41:41.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 07:41:41.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:41:41.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:41:41.8|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 07:46:11.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 07:46:11.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:46:11.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:46:12.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)
2026-06-10 07:56:42.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 07:56:42.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:56:42.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 07:56:42.5|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 08:12:12.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 08:12:12.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:12:12.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:12:12.6|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 08:16:12.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 08:16:12.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:16:12.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:16: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)
2026-06-10 08:27:12.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 08:27:12.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:27:12.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:27:13.0|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 08:42:43.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 08:42:43.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:42:43.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:42:43.2|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 08:46:13.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 08:46:13.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:46:13.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:46:13.3|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)
2026-06-10 08:58:13.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 08:58:13.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:58:13.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 08:58:13.4|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 09: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]
2026-06-10 09:13:43.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:13:43.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:13:43.6|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 09:16:13.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 09:16:13.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:16:13.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:16:13.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)
2026-06-10 09:28:43.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 09:28:43.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:28:43.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:28:44.2|Debug|ReleaseSearchService|Total of 39 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 09:41:47.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 09:41:47.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 09:41:47.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 09:44:14.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 09:44:14.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:44:14.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:44:14.3|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 09:46:14.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 09:46:14.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:46:14.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:46:14.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)
2026-06-10 09:59:44.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 09:59:44.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:59:44.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 09:59:44.5|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 10:15:14.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 10:15:14.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:15:14.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:15:14.7|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 10:16:14.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 10:16:14.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:16:14.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:16:14.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)
2026-06-10 10:30:44.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 10:30:44.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:30:44.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:30:44.9|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 10:46:14.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 10:46:14.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 10:46:14.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:46:14.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:46:14.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:46:14.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 10:46:15.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 10:46:17.2|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 11:00:21.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 11:00:21.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 11:00:21.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-10 11:01:45.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 11:01:45.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:01:45.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:01:45.4|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 11:16:15.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 11:16:15.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:16:15.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:16:15.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)
2026-06-10 11:17:15.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 11:17:15.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:17:15.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:17:15.4|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 11:32:15.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 11:32:15.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:32:15.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:32: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)
2026-06-10 11:43:50.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 11:43:50.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 11:43:50.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 11:44:03.0|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 11:44:03.0|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-10 11:44:03.0|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 11:44:03.0|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 11:44:03.0|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 11:44:03.0|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-10 11:44:03.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 11:44:03.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 11:46:15.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 11:46:15.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:46:15.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:46:15.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)
2026-06-10 11:47:45.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 11:47:45.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:47:45.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 11:47: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)
2026-06-10 11:53:35.0|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-10 11:53:35.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2026-06-10 11:53:35.0|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-10 12:03:15.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 12:03:15.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:03:15.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:03:17.2|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)
2026-06-10 12:08:46.2|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 12:08:46.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:08:46.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-06-10 12:10:03.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 12:15:33.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:16:16.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 12:16:16.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:16:16.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:16:16.3|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)
2026-06-10 12:18:46.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 12:18:46.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:18:46.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:18:46.2|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)
2026-06-10 12:21:03.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 12:26:03.2|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:31:33.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:34:16.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 12:34:16.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:34:16.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:34:16.5|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)
2026-06-10 12:37:03.2|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-10 12:40:33.2|Debug|InstallUpdateService|Checking for updates
2026-06-10 12:40:33.5|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-10 12:40:33.5|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-10 12:41:03.4|Debug|Api|[GET] /api/v1/health: 200.OK (5 ms)
2026-06-10 12:41:03.4|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-10 12:42:03.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 12:46:16.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 12:46:16.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:46:16.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:46:16.7|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)
2026-06-10 12:47:33.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:49:46.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 12:49:46.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:49:46.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 12:49:46.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)
2026-06-10 12:53:03.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 12:58:33.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:04:03.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 13:05:16.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 13:05:16.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:05:16.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:05:17.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)
2026-06-10 13:09:33.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 13:15:03.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 13:16:16.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 13:16:16.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:16:16.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:16:17.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)
2026-06-10 13:20:33.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:20:47.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 13:20:47.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:20:47.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:20:48.4|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)
2026-06-10 13:26:03.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:31:33.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13: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]
2026-06-10 13:36:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:36:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:36:18.7|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 13:36:33.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:42:03.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:46:17.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 13:46:17.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:46:17.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:46:17.8|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)
2026-06-10 13:47:33.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 13:51:47.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 13:51:47.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:51:47.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 13:51:48.7|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 13:53:03.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-10 13:58:33.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:04:03.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:07:17.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 14:07:17.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:07:17.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:07:18.0|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 14:09:33.7|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-10 14:15:03.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:16:17.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 14:16:17.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:16:17.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:16:18.2|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)
2026-06-10 14:20:03.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:22:48.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 14:22:48.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:22:48.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:22:48.3|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 14:25:03.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:30:33.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:36:03.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:38:18.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 14:38:18.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:38:18.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:38:18.6|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 14:41:33.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:46:18.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 14:46:18.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:46:18.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:46:18.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)
2026-06-10 14:47:03.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:52:33.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 14:53:48.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 14:53:48.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:53:48.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 14:53:48.8|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 14:57:33.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:02:33.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:08:03.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:09:18.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 15:09:18.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:09:18.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:09:19.0|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 15:13:34.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:16:19.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 15:16:19.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:16:19.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:16:19.4|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)
2026-06-10 15:19:04.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:24:19.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 15:24:19.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:24:19.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:24:19.5|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 15:24:34.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:30:04.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:35:04.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:39:49.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 15:39:49.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:39:49.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:39:49.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)
2026-06-10 15:40:04.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:41:22.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 15:41:22.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-10 15:41:23.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:41:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 15:41:58.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-10 15:41:58.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:42:45.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 15:42:45.0|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:42:45.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2026-06-10 15:45:34.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:46:19.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 15:46:19.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:46:19.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:46:20.9|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 15:51:04.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-10 15:55:19.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 15:55:19.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:55:19.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 15:55:19.9|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)
2026-06-10 16:10:49.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 16:10:49.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:10:49.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:10:54.9|Warn|Cardigann|Unable to connect to indexer [https://apibay.org/precompiled/data_top100_recent.json]. This is typically caused by DNS/SSL issues. Check DNS settings, ensure IPv6 is working or disabled, and consider using different DNS servers or a VPN. See: 'https://wiki.servarr.com/prowlarr/troubleshooting#dns-ssl-connection-issues'
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (apibay.org:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.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.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 43
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<<FetchIndexerResponse>b__57_0>d.MoveNext() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 665
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c__9`2.<<ExecuteAsync>b__9_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.Outcome`1.GetResultOrRethrow()
at Polly.ResiliencePipeline.ExecuteAsync[TResult,TState](Func`3 callback, TState state, CancellationToken cancellationToken)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 664
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
2026-06-10 16:10:54.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 16:16:50.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 16:16:50.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:16:50.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:16:50.3|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 16:26:20.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 16:26:20.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:26:20.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:26:20.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)
2026-06-10 16:41:50.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 16:41:50.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:41:50.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:41:50.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)
2026-06-10 16:46:50.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 16:46:50.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:46:50.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:46:50.6|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 16:57:20.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 16:57:20.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:57:20.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 16:57:20.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)
2026-06-10 17:12:50.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 17:12:50.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:12:50.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:12:51.0|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)
2026-06-10 17:16:50.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 17:16:50.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:16:50.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:16:51.0|Debug|ReleaseSearchService|Total of 6 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-10 17:28:21.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 17:28:21.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:28:21.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:28:21.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)
2026-06-10 17:43:51.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 17:43:51.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:43:51.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:43:51.5|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 17:44:04.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 17:44:04.4|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-10 17:44:04.4|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 17:44:04.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-10 17:44:04.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 17:44:04.5|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-10 17:44:04.5|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-10 17:44:04.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-10 17:46:51.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 17:46:51.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:46:51.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:46:51.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)
2026-06-10 17:59:21.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 17:59:21.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:59:21.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 17:59:21.7|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 18:14:51.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 18:14:51.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:14:51.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:14:52.0|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 18:16:51.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 18:16:51.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:16:51.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:16:52.0|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)
2026-06-10 18:30:22.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 18:30:22.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:30:22.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:30:22.3|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/customFilter: 200.OK (6 ms)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/tag: 200.OK (7 ms)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/appprofile: 200.OK (7 ms)
2026-06-10 18:37:29.0|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2026-06-10 18:37:30.1|Debug|Api|[GET] /api/v1/config/ui: 200.OK (9 ms)
2026-06-10 18:37:30.1|Debug|Api|[GET] /api/v1/localization: 200.OK (9 ms)
2026-06-10 18:37:30.2|Debug|Api|[GET] /api/v1/system/status: 200.OK (44 ms)
2026-06-10 18:37:30.2|Debug|Api|[GET] /api/v1/config/host: 200.OK (53 ms)
2026-06-10 18:37:30.2|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-10 18:37:30.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-10 18:37:30.2|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-10 18:39:34.6|Info|HistoryService|Removing items older than 30 days from history
2026-06-10 18:39:34.6|Debug|HistoryService|History has been cleaned up.
2026-06-10 18:39:34.6|Info|HousekeepingService|Running housecleaning tasks
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-06-10 18:39:34.6|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-06-10 18:39:34.6|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-06-10 18:39:34.6|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-06-10 18:39:34.7|Debug|HousekeepingService|Starting TrimLogDatabase
2026-06-10 18:39:34.7|Info|Database|Vacuuming Log database
2026-06-10 18:39:34.7|Info|Database|Log database compressed
2026-06-10 18:39:34.7|Debug|HousekeepingService|Completed TrimLogDatabase
2026-06-10 18:39:34.7|Debug|HousekeepingService|Compressing main database after housekeeping
2026-06-10 18:39:34.7|Info|Database|Vacuuming Main database
2026-06-10 18:39:34.7|Info|Database|Main database compressed
2026-06-10 18:39:35.0|Debug|HttpClient|Downloading Completed. took 0s
2026-06-10 18:39:35.0|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-10 18:40:34.6|Debug|InstallUpdateService|Checking for updates
2026-06-10 18:40:34.8|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-10 18:45:52.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 18:45:52.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:45:52.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:45:52.5|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 18:46:52.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 18:46:52.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:46:52.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 18:46:52.3|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)
2026-06-10 19:01:22.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 19:01:22.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:01:22.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:01:22.6|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 19:16:52.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 19:16:52.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:16:52.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:16:52.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 19:16:52.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:16:52.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:16:52.8|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)
2026-06-10 19:16:54.6|Debug|ReleaseSearchService|Total of 25 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 19:32:22.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-10 19:32:22.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:32:22.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:32:23.1|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-10 19:46:53.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-10 19:46:53.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:46:53.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-10 19:46:58.0|Warn|Cardigann|Unable to connect to indexer [https://apibay.org/precompiled/data_top100_recent.json]. This is typically caused by DNS/SSL issues. Check DNS settings, ensure IPv6 is working or disabled, and consider using different DNS servers or a VPN. See: 'https://wiki.servarr.com/prowlarr/troubleshooting#dns-ssl-connection-issues'
[v2.3.5.5327] System.Net.Http.HttpRequestException: Resource temporarily unavailable (apibay.org:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 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.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.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.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 43
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<<FetchIndexerResponse>b__57_0>d.MoveNext() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 665
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c__9`2.<<ExecuteAsync>b__9_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.Outcome`1.GetResultOrRethrow()
at Polly.ResiliencePipeline.ExecuteAsync[TResult,TState](Func`3 callback, TState state, CancellationToken cancellationToken)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 664
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
2026-06-10 19:46:58.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)
2026-06-14 17:28:28.1|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-14 17:28:28.1|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-14 17:28:28.1|Debug|ProcessProvider| - [150] Prowlarr
2026-06-14 17:28:28.1|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-14 17:28:28.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-14 17:28:28.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-14 17:28:28.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-14 17:28:28.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0839836s
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0886174s
2026-06-14 17:28:28.4|Debug|MigrationController|Took: 00:00:00.2556735
2026-06-14 17:28:28.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-14 17:28:28.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-14 17:28:28.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064878s
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-14 17:28:28.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070444s
2026-06-14 17:28:28.4|Debug|MigrationController|Took: 00:00:00.0482194
2026-06-14 17:28:28.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-14 17:28:29.1|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-14 17:28:29.1|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-14 17:28:29.3|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-14 17:28:29.5|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-14 17:28:30.0|Debug|HttpClient|Downloading Completed. took 0s
2026-06-14 17:28:30.1|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-14 17:28:30.1|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-14 17:28:30.2|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-14 17:28:30.2|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-14 17:28:30.2|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-14 17:28:30.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-14 17:28:30.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-14 17:28:30.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-14 17:28:59.3|Info|HistoryService|Removing items older than 30 days from history
2026-06-14 17:28:59.3|Debug|HistoryService|History has been cleaned up.
2026-06-14 17:28:59.3|Debug|InstallUpdateService|Checking for updates
2026-06-14 17:28:59.3|Info|HousekeepingService|Running housecleaning tasks
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-06-14 17:28:59.3|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-06-14 17:28:59.3|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-06-14 17:28:59.4|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-14 17:28:59.4|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-06-14 17:28:59.4|Debug|HousekeepingService|Starting TrimLogDatabase
2026-06-14 17:28:59.4|Info|Database|Vacuuming Log database
2026-06-14 17:28:59.4|Info|Database|Log database compressed
2026-06-14 17:28:59.4|Debug|HousekeepingService|Completed TrimLogDatabase
2026-06-14 17:28:59.4|Debug|HousekeepingService|Compressing main database after housekeeping
2026-06-14 17:28:59.4|Info|Database|Vacuuming Main database
2026-06-14 17:28:59.4|Info|Database|Main database compressed
2026-06-14 17:28:59.5|Debug|HttpClient|Downloading Completed. took 0s
2026-06-14 17:28:59.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-14 17:28:59.5|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-14 17:28:59.6|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-14 17:28:59.6|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-14 17:28:59.7|Debug|ApplicationService|No tags set to application Radarr.
2026-06-14 17:28:59.7|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-14 17:28:59.7|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-14 17:28:59.9|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-14 17:28:59.9|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-14 17:29:51.0|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-06-14 17:29:51.1|Info|ConsoleApp|Exiting main.
2026-06-14 17:33:07.8|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-14 17:33:07.8|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-14 17:33:07.8|Debug|ProcessProvider| - [145] Prowlarr
2026-06-14 17:33:07.9|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-14 17:33:08.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-14 17:33:08.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-14 17:33:08.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-14 17:33:08.1|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-14 17:33:08.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0692064s
2026-06-14 17:33:08.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-14 17:33:08.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0748605s
2026-06-14 17:33:08.1|Debug|MigrationController|Took: 00:00:00.2330683
2026-06-14 17:33:08.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-14 17:33:08.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-14 17:33:08.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-14 17:33:08.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-14 17:33:08.2|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-14 17:33:08.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090866s
2026-06-14 17:33:08.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-14 17:33:08.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099522s
2026-06-14 17:33:08.2|Debug|MigrationController|Took: 00:00:00.0559246
2026-06-14 17:33:08.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-14 17:33:08.9|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-14 17:33:08.9|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-14 17:33:09.2|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-14 17:33:09.3|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-14 17:33:09.7|Debug|HttpClient|Downloading Completed. took 0s
2026-06-14 17:33:09.8|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-14 17:33:09.8|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-14 17:33:09.9|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-14 17:33:09.9|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-14 17:33:09.9|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-14 17:33:09.9|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-14 17:33:09.9|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-14 17:33:09.9|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-14 17:35:47.2|Debug|Api|[GET] /api/v1/customFilter: 200.OK (22 ms)
2026-06-14 17:35:47.2|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (21 ms)
2026-06-14 17:35:47.2|Debug|Api|[GET] /api/v1/appprofile: 200.OK (27 ms)
2026-06-14 17:35:47.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (23 ms)
2026-06-14 17:35:47.2|Debug|Api|[GET] /api/v1/tag: 200.OK (28 ms)
2026-06-14 17:35:47.3|Debug|Api|[GET] /api/v1/indexer: 200.OK (118 ms)
2026-06-14 17:35:47.3|Debug|Api|[GET] /api/v1/localization: 200.OK (9 ms)
2026-06-14 17:35:47.3|Debug|Api|[GET] /api/v1/config/ui: 200.OK (6 ms)
2026-06-14 17:35:47.3|Debug|Api|[GET] /api/v1/system/status: 200.OK (40 ms)
2026-06-14 17:35:47.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (47 ms)
2026-06-14 17:35:47.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-14 17:35:47.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (7 ms)
2026-06-14 17:35:47.6|Debug|Api|[GET] /api/v1/health: 200.OK (13 ms)
2026-06-14 17:37:10.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-14 17:37:10.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:37:10.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:38:10.0|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 0.9128228s.
2026-06-14 17:39:10.9|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 3.6040645s.
2026-06-14 17:39:34.8|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (16 bytes)
error code: 1200
2026-06-14 17:39:34.8|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 1200
2026-06-14 17:39:34.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-14 17:39:34.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-14 17:39:39.2|Debug|Api|[GET] /api/v1/command: 200.OK (33 ms)
2026-06-14 17:39:39.8|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
2026-06-14 17:45:09.2|Debug|Api|[GET] /api/v1/command: 200.OK (5 ms)
2026-06-14 17:50:39.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-14 17:50:39.7|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-14 17:52:10.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-14 17:52:10.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:52:10.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:52:51.7|Debug|ReleaseSearchService|Total of 7 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-14 17:52:51.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-14 17:52:56.8|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-14 17:54:10.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-14 17:54:10.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:54:10.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 17:55:09.9|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 2.5182268s.
2026-06-14 17:56:12.3|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 1.9024294s.
2026-06-14 17:57:13.8|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 522.522 (15 bytes)
error code: 522
2026-06-14 17:57:13.8|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [522:522] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 522
2026-06-14 17:57:13.8|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-14 18:23:11.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-14 18:23:11.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 18:23:11.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-14 18:24:11.2|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 1.283123s.
2026-06-14 18:25:12.1|Warn|Cardigann|Request for The Pirate Bay failed with status 522. Retrying in 1.6786788s.
2026-06-14 18:25:34.1|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 503.ServiceUnavailable (16 bytes)
error code: 1200
2026-06-14 18:25:34.1|Warn|Cardigann|Unable to connect to The Pirate Bay at [https://apibay.org/precompiled/data_top100_recent.json]. Indexer's server is unavailable. Try again later. HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
[v2.3.5.5327] NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [https://apibay.org/precompiled/data_top100_recent.json]
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 701
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, SearchCriteriaBase searchCriteria, Boolean isRecent) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 428
error code: 1200
2026-06-14 18:25:34.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-14 23:29:10.9|Debug|InstallUpdateService|Checking for updates
2026-06-14 23:29:11.0|Debug|ApplicationService|No tags set to application Radarr.
2026-06-14 23:29:11.0|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-14 23:29:11.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-14 23:29:11.1|Debug|ApplicationService|No tags set to application Radarr.
2026-06-14 23:29:11.1|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-14 23:29:11.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-14 23:29:11.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-14 23:29:11.2|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-14 23:29:11.3|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 05:29:12.3|Debug|InstallUpdateService|Checking for updates
2026-06-15 05:29:12.3|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 05:29:12.3|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-15 05:29:12.3|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 05:29:12.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 05:29:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 05:29:12.4|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-15 05:29:12.4|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 05:29:12.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 05:29:12.5|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-15 12:57:59.0|Debug|ProcessProvider|Found 0 processes with the name: Prowlarr.Console
2026-06-15 12:57:59.0|Debug|ProcessProvider|Found 1 processes with the name: Prowlarr
2026-06-15 12:57:59.0|Debug|ProcessProvider| - [150] Prowlarr
2026-06-15 12:57:59.1|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-15 12:57:59.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-15 12:57:59.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-15 12:57:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-15 12:57:59.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0740057s
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0786895s
2026-06-15 12:57:59.4|Debug|MigrationController|Took: 00:00:00.3047387
2026-06-15 12:57:59.4|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=1000 ***
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-06-15 12:57:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-06-15 12:57:59.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038975s
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-06-15 12:57:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004223s
2026-06-15 12:57:59.5|Debug|MigrationController|Took: 00:00:00.0469599
2026-06-15 12:57:59.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696
2026-06-15 12:58:00.0|Debug|NotificationFactory|Initializing Providers. Count 20
2026-06-15 12:58:00.0|Info|CommandExecutor|Starting 3 threads for tasks.
2026-06-15 12:58:00.1|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-15 12:58:00.4|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-06-15 12:58:00.9|Debug|HttpClient|Downloading Completed. took 0s
2026-06-15 12:58:01.0|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-15 12:58:01.0|Debug|IndexerFactory|Initializing Providers. Count 67
2026-06-15 12:58:01.0|Debug|IndexerProxyFactory|Initializing Providers. Count 4
2026-06-15 12:58:01.0|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-06-15 12:58:01.0|Debug|ApplicationFactory|Initializing Providers. Count 7
2026-06-15 12:58:01.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-06-15 12:58:01.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-06-15 12:58:01.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin
2026-06-15 12:58:30.1|Debug|InstallUpdateService|Checking for updates
2026-06-15 12:58:30.2|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-15 12:58:30.3|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 12:58:30.3|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-15 12:58:30.5|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 12:58:30.5|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 12:58:30.5|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 12:58:30.5|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-15 12:58:30.6|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 12:58:30.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/tag: 200.OK (43 ms)
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (40 ms)
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (39 ms)
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/appprofile: 200.OK (46 ms)
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/customFilter: 200.OK (48 ms)
2026-06-15 13:02:34.8|Debug|Api|[GET] /api/v1/config/ui: 200.OK (10 ms)
2026-06-15 13:02:34.9|Debug|Api|[GET] /api/v1/localization: 200.OK (14 ms)
2026-06-15 13:02:34.9|Debug|Api|[GET] /api/v1/system/status: 200.OK (46 ms)
2026-06-15 13:02:34.9|Debug|Api|[GET] /api/v1/config/host: 200.OK (104 ms)
2026-06-15 13:02:35.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (164 ms)
2026-06-15 13:02:35.0|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (5 ms)
2026-06-15 13:02:35.0|Debug|Api|[GET] /api/v1/indexer: 200.OK (11 ms)
2026-06-15 13:02:35.0|Debug|Api|[GET] /api/v1/health: 200.OK (14 ms)
2026-06-15 17:29:01.1|Debug|HttpClient|Downloading [https://indexers.prowlarr.com/master/11/package.zip] to [/config/Definitions/indexers.zip]
2026-06-15 17:29:01.1|Info|HistoryService|Removing items older than 30 days from history
2026-06-15 17:29:01.1|Info|HousekeepingService|Running housecleaning tasks
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-06-15 17:29:01.1|Debug|HistoryService|History has been cleaned up.
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupOrphanedApplicationStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupOrphanedApplicationStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting FixFutureApplicationStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed FixFutureApplicationStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-06-15 17:29:01.1|Debug|HousekeepingService|Starting TrimLogDatabase
2026-06-15 17:29:01.1|Info|Database|Vacuuming Log database
2026-06-15 17:29:01.1|Info|Database|Log database compressed
2026-06-15 17:29:01.1|Debug|HousekeepingService|Completed TrimLogDatabase
2026-06-15 17:29:01.1|Debug|HousekeepingService|Compressing main database after housekeeping
2026-06-15 17:29:01.1|Info|Database|Vacuuming Main database
2026-06-15 17:29:01.1|Info|Database|Main database compressed
2026-06-15 17:29:02.0|Debug|HttpClient|Downloading Completed. took 0s
2026-06-15 17:29:02.1|Debug|IndexerDefinitionUpdateService|Updated indexer definitions
2026-06-15 18:00:04.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 18:00:04.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:00:04.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:00:05.2|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 18:15:34.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 18:15:34.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:15:34.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:15:35.0|Debug|ReleaseSearchService|Total of 9 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 18:31:04.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 18:31:04.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:31:04.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:31:05.2|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 18:39:01.3|Info|BackupService|Starting Backup
2026-06-15 18:39:01.3|Debug|BackupService|Cleaning up backup files older than 28 days
2026-06-15 18:39:01.3|Debug|BackupService|Finished cleaning up old backup files
2026-06-15 18:39:01.3|Debug|BackupService|Backing up config.xml
2026-06-15 18:39:01.3|Debug|DiskTransferService|Copy [/config/config.xml] > [/run/prowlarr-temp/prowlarr_backup/config.xml]
2026-06-15 18:39:01.3|Debug|BackupService|Backing up database
2026-06-15 18:39:01.4|Debug|BackupService|Creating backup zip
2026-06-15 18:39:01.4|Debug|ArchiveService|Creating archive /config/Backups/scheduled/prowlarr_backup_v2.3.5.5327_2026.06.15_18.39.01.zip
2026-06-15 18:39:01.4|Debug|BackupService|Backup zip created
2026-06-15 18:45:04.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 18:45:04.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:45:04.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:45:05.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)
2026-06-15 18:46:35.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 18:46:35.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:46:35.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 18:46:35.5|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 18:58:31.4|Debug|InstallUpdateService|Checking for updates
2026-06-15 18:58:31.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 18:58:31.4|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-15 18:58:31.4|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 18:58:31.4|Debug|ApplicationService|No tags set to application Radarr.
2026-06-15 18:58:31.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 18:58:31.4|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-15 18:58:31.4|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-15 18:58:31.4|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-15 18:58:31.6|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-15 19:02:05.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 19:02:05.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:02:05.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:02:05.7|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 19:15:05.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 19:15:05.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:15:05.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:15:05.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)
2026-06-15 19:17:35.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 19:17:35.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:17:35.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:17:35.9|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 19:33:06.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 19:33:06.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:33:06.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:33:06.2|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 19:45:05.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 19:45:05.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:45:05.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:45:06.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)
2026-06-15 19:48:36.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 19:48:36.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:48:36.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 19:48:36.3|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 20:04:06.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 20:04:06.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:04:06.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:04:06.7|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 20:15:06.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 20:15:06.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:15:06.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:15:07.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)
2026-06-15 20:19:36.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 20:19:36.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:19:36.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:19:36.8|Debug|ReleaseSearchService|Total of 47 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 20:35:06.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 20:35:06.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:35:06.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:35:07.1|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 20:45:36.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 20:45:36.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:45:36.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:45:36.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)
2026-06-15 20:50:37.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 20:50:37.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:50:37.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 20:50:37.4|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 21:06:07.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 21:06:07.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:06:07.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:06:08.6|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 21:15:37.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 21:15:37.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:15:37.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:15:37.3|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)
2026-06-15 21:21:37.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 21:21:37.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:21:37.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:21:37.8|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 21:37:07.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 21:37:07.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:37:07.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:37:08.0|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 21:45:37.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 21:45:37.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:45:37.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:45:37.8|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)
2026-06-15 21:52:38.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 21:52:38.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:52:38.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 21:52:38.2|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 22:08:08.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 22:08:08.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:08:08.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:08:08.4|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 22:15:38.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 22:15:38.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:15:38.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:15:38.3|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)
2026-06-15 22:23:38.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 22:23:38.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:23:38.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:23:38.6|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 22:39:08.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 22:39:08.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:39:08.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:39:08.8|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 22:45:38.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 22:45:38.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:45:38.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:45:38.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)
2026-06-15 22:54:38.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 22:54:38.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:54:38.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 22:54:39.1|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 23:10:09.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 23:10:09.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:10:09.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:10:09.3|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 23:15:38.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 23:15:38.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:15:38.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:15:39.2|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)
2026-06-15 23:25:39.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 23:25:39.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:25:39.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:25:39.7|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 23:41:09.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 23:41:09.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:41:09.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:41:10.9|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-15 23:45:39.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-15 23:45:39.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:45:39.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:45:39.8|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)
2026-06-15 23:56:39.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-15 23:56:39.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:56:39.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-15 23:56:42.2|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 00:12:09.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 00:12:09.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:12:09.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:12:11.8|Debug|ReleaseSearchService|Total of 38 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 00:16:09.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 00:16:09.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:16:09.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:16: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)
2026-06-16 00:27:40.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 00:27:40.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:27:40.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:27:41.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)
2026-06-16 00:43:10.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 00:43:10.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:43:10.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:43:10.6|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)
2026-06-16 00:46:10.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 00:46:10.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:46:10.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:46:10.5|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 00:58:32.6|Debug|InstallUpdateService|Checking for updates
2026-06-16 00:58:32.6|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 00:58:32.6|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-16 00:58:32.6|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 00:58:32.6|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 00:58:32.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 00:58:32.6|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-16 00:58:32.6|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 00:58:32.6|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 00:58:34.3|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-16 00:58:40.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 00:58:40.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:58:40.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 00:58:41.3|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)
2026-06-16 01:14:10.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 01:14:10.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:14:10.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:14:11.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)
2026-06-16 01:16:10.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 01:16:10.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:16:10.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:16:11.0|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 01:29:40.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 01:29:40.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:29:40.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:29: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)
2026-06-16 01:45:11.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 01:45:11.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:45:11.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:45:11.6|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)
2026-06-16 01:46:41.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 01:46:41.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:46:41.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 01:46:42.6|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 02:00:41.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 02:00:41.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:00:41.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:00:41.7|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)
2026-06-16 02:16:11.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 02:16:11.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:16:11.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:16:11.7|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)
2026-06-16 02:17:11.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 02:17:11.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:17:11.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:17:11.5|Debug|ReleaseSearchService|Total of 34 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 02:31:41.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 02:31:41.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:31:41.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:31:41.9|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 02:47:11.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 02:47:11.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:47:11.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 02:47:11.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:47:11.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:47:11.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 02:47:12.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)
2026-06-16 02:47:13.9|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 03:02:42.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 03:02:42.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:02:42.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:02:42.2|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 03:17:12.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 03:17:12.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:17:12.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:17:12.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)
2026-06-16 03:18:12.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 03:18:12.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:18:12.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:18:12.3|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 03:33:42.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 03:33:42.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:33:42.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:33:42.6|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 03:47:12.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 03:47:12.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:47:12.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:47:12.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)
2026-06-16 03:49:12.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 03:49:12.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:49:12.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 03:49:12.8|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 04:04:42.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 04:04:42.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:04:42.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:04:43.0|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 04:17:13.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 04:17:13.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:17:13.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:17:13.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)
2026-06-16 04:20:13.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 04:20:13.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:20:13.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:20:14.2|Debug|ReleaseSearchService|Total of 49 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 04:35:43.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 04:35:43.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:35:43.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:35:43.4|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 04:47:13.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 04:47:13.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:47:13.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:47:13.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)
2026-06-16 04:51:13.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 04:51:13.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:51:13.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 04:51:13.5|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 05:06:13.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 05:06:13.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:06:13.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:06:13.8|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 05:17:13.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 05:17:13.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:17:13.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:17:14.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)
2026-06-16 05:21:43.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 05:21:43.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:21:43.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:21:43.9|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 05:37:14.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 05:37:14.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:37:14.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:37:14.2|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 05:47:14.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 05:47:14.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:47:14.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:47: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)
2026-06-16 05:52:44.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 05:52:44.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:52:44.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 05:52:44.4|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 06:08:14.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 06:08:14.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:08:14.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:08:14.6|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 06:17:14.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 06:17:14.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:17:14.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:17:14.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 06:23:44.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 06:23:44.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:23:44.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:23:44.8|Debug|ReleaseSearchService|Total of 30 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 06:39:14.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 06:39:14.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:39:14.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:39:14.9|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 06:47:14.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 06:47:14.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:47:14.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:47:15.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)
2026-06-16 06:54:44.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 06:54:44.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:54:44.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 06:54:45.2|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 06:58:33.8|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 06:58:33.8|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-16 06:58:33.8|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 06:58:33.8|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 06:58:33.9|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 06:58:33.9|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-16 06:58:33.9|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 06:58:33.9|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 06:59:03.8|Debug|InstallUpdateService|Checking for updates
2026-06-16 06:59:04.0|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-16 07:10:15.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 07:10:15.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:10:15.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:10:15.4|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 07:17:15.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 07:17:15.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:17:15.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:17:15.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)
2026-06-16 07:25:45.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 07:25:45.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:25:45.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:25:45.5|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 07:41:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 07:41:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:41:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:41:15.8|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 07:47:15.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 07:47:15.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:47:15.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:47:15.8|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)
2026-06-16 07:56:45.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 07:56:45.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:56:45.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 07:56:46.0|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 08:12:15.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 08:12:15.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:12:15.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:12:16.1|Debug|ReleaseSearchService|Total of 18 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 08:17:16.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 08:17:16.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:17:16.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:17:16.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)
2026-06-16 08:27:46.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 08:27:46.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:27:46.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:27:46.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)
2026-06-16 08:43:16.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 08:43:16.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:43:16.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:43:16.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)
2026-06-16 08:47:16.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 08:47:16.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:47:16.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:47:16.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)
2026-06-16 08:58:46.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 08:58:46.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:58:46.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 08:58:46.7|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)
2026-06-16 09:14:16.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 09:14:16.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:14:16.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:14:16.9|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)
2026-06-16 09:17:16.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 09:17:16.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:17:16.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:17:16.8|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)
2026-06-16 09:29:46.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 09:29:46.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:29:46.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:29: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)
2026-06-16 09:45:17.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 09:45:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:45:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:45:17.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)
2026-06-16 09:47:17.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 09:47:17.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:47:17.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 09:47:17.3|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)
2026-06-16 10:00:47.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 10:00:47.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:00:47.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:00:47.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)
2026-06-16 10:16:17.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 10:16:17.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:16:17.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:16:17.8|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)
2026-06-16 10:17:17.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 10:17:17.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:17:17.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:17:17.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)
2026-06-16 10:31:47.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 10:31:47.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:31:47.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:31:48.0|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 10:47:17.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 10:47:17.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:47:17.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:47:17.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 10:47:17.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:47:17.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 10:47:18.1|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 10:47:20.0|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)
2026-06-16 11:02:48.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 11:02:48.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:02:48.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:02:48.3|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 11:17:48.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 11:17:48.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:17:48.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:17:48.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)
2026-06-16 11:18:18.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 11:18:18.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:18:18.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:18:18.3|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 11:33:18.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 11:33:18.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:33:18.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:33:18.7|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 11:47:48.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 11:47:48.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:47:48.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:47:48.9|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)
2026-06-16 11:48:48.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 11:48:48.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:48:48.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 11:48:48.7|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 12:03:48.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 12:03:48.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:03:48.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:03:49.1|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/tag: 200.OK (4 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/customFilter: 200.OK (5 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/appprofile: 200.OK (4 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/config/ui: 200.OK (5 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/config/host: 200.OK (5 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (9 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/system/status: 200.OK (5 ms)
2026-06-16 12:13:53.8|Debug|Api|[GET] /api/v1/localization: 200.OK (6 ms)
2026-06-16 12:13:53.9|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
2026-06-16 12:13:53.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-16 12:13:53.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-16 12:17:49.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 12:17:49.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:17:49.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:17:49.3|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)
2026-06-16 12:19:19.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 12:19:19.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:19:19.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:19:19.2|Debug|ReleaseSearchService|Total of 42 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2026-06-16 12:19:27.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [Kraken 2026], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 12:19:27.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/q.php?q=kraken.2026&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-16 12:19:27.7|Debug|Cardigann|Downloading Feed https://apibay.org/q.php?q=kraken.2026&cat=200%2C201%2C202%2C204%2C207%2C209%2C210%2C211%2C299
2026-06-16 12:19:27.8|Debug|ReleaseSearchService|Total of 8 reports were found for Term: [Kraken 2026], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (5 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/tag: 200.OK (4 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (1 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (1 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (3 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (7 ms)
2026-06-16 12:21:44.4|Debug|Api|[GET] /api/v1/localization: 200.OK (5 ms)
2026-06-16 12:21:44.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 12:21:44.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (6 ms)
2026-06-16 12:21:44.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (8 ms)
2026-06-16 12:21:58.6|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (566 ms)
2026-06-16 12:22:20.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (13 ms)
2026-06-16 12:22:20.2|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (84 ms)
2026-06-16 12:23:00.0|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-06-16 12:23:00.0|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-06-16 12:23:00.1|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:23:00.1|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.to/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:23:00.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:23:00.2|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (239 ms)
2026-06-16 12:23:01.9|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-06-16 12:23:01.9|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-06-16 12:23:03.0|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:23:03.0|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.to/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:23:03.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:23:03.0|Debug|Api|[POST] /api/v1/indexer/test?forceTest=true: 400.BadRequest (1086 ms)
2026-06-16 12:23:05.0|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-06-16 12:23:05.0|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-06-16 12:23:06.0|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:23:06.0|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.to/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:23:06.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:23:06.0|Debug|Api|[POST] /api/v1/indexer/test?forceTest=true: 400.BadRequest (969 ms)
2026-06-16 12:23:47.9|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (11 ms)
2026-06-16 12:23:50.4|Debug|Api|[GET] /api/v1/indexerProxy/schema: 200.OK (16 ms)
2026-06-16 12:23:56.1|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2026-06-16 12:23:57.2|Debug|Api|[POST] /api/v1/indexerProxy/test: 200.OK (1167 ms)
2026-06-16 12:23:59.0|Debug|Api|[POST] /api/v1/indexerProxy: 201.Created (66 ms)
2026-06-16 12:24:01.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-16 12:24:01.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-16 12:24:03.0|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (290 ms)
2026-06-16 12:24:04.1|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 12:24:05.8|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2026-06-16 12:24:05.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 12:24:17.0|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-06-16 12:24:17.0|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-06-16 12:24:17.1|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:24:17.1|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.to/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:24:17.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:24:17.1|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (76 ms)
2026-06-16 12:24:22.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (3 ms)
2026-06-16 12:24:56.3|Debug|Cardigann|Adding request for 1337x: https://1337x.st/cat/Movies/1/
2026-06-16 12:24:56.3|Debug|Cardigann|Downloading Feed https://1337x.st/cat/Movies/1/
2026-06-16 12:24:56.4|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.st/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:24:56.4|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.st/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:24:56.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:24:56.4|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (137 ms)
2026-06-16 12:25:05.1|Debug|Api|[GET] /api/v1/command: 200.OK (27 ms)
2026-06-16 12:25:22.1|Debug|Api|[POST] /api/v1/tag: 201.Created (33 ms)
2026-06-16 12:25:22.1|Debug|Api|[GET] /api/v1/tag: 200.OK (2 ms)
2026-06-16 12:25:22.1|Debug|Api|[GET] /api/v1/tag/detail: 200.OK (11 ms)
2026-06-16 12:25:22.2|Debug|Cardigann|Adding request for 1337x: https://1337x.st/cat/Movies/1/
2026-06-16 12:25:22.2|Debug|Cardigann|Downloading Feed https://1337x.st/cat/Movies/1/
2026-06-16 12:25:22.2|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.st/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:25:22.2|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.st/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:25:22.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:25:22.2|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (33 ms)
2026-06-16 12:25:57.0|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (4 ms)
2026-06-16 12:26:07.1|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2026-06-16 12:26:08.1|Debug|Api|[POST] /api/v1/indexerProxy/test: 200.OK (1000 ms)
2026-06-16 12:26:09.4|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2026-06-16 12:26:10.4|Debug|Api|[PUT] /api/v1/indexerProxy/1: 202.Accepted (956 ms)
2026-06-16 12:26:13.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (3 ms)
2026-06-16 12:26:13.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-16 12:26:15.4|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2026-06-16 12:26:15.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (266 ms)
2026-06-16 12:26:16.3|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 12:26:17.2|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2026-06-16 12:26:17.2|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2026-06-16 12:26:36.2|Debug|Cardigann|Adding request for 1337x: https://1337x.to/cat/Movies/1/
2026-06-16 12:26:36.2|Debug|Cardigann|Downloading Feed https://1337x.to/cat/Movies/1/
2026-06-16 12:26:36.3|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 12:26:36.3|Warn|Cardigann|HTTP Error - Res: HTTP/2.0 [GET] https://1337x.to/cat/Movies/1/: 403.Forbidden (16 bytes)
error code: 1006
2026-06-16 12:26:36.3|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status Forbidden code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://1337x.to/cat/Movies/1/;StatusCode: Forbidden;ContentType: text/plain; charset=UTF-8;ContentLength: 16;ContentSample: error code: 1006
2026-06-16 12:26:36.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status Forbidden code from indexer request
2026-06-16 12:26:36.3|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (146 ms)
2026-06-16 12:27:10.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 12:27:10.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2026-06-16 12:27:25.0|Debug|Cardigann|Adding request for TorrentGalaxyClone: https://torrentgalaxy.one/get-posts/
2026-06-16 12:27:25.0|Debug|Cardigann|Downloading Feed https://torrentgalaxy.one/get-posts/
2026-06-16 12:27:25.2|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 12:27:25.2|Warn|Cardigann|Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 12:27:25.2|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 53
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://torrentgalaxy.one/get-posts/;StatusCode: Found;ContentType: text/html;ContentLength: 930;ContentSample: <html>
<head><title>302 Found</title></head>
<body><a href="https://torrentgalaxy.one/cdn-cgi/content?id=(removed)" aria-hidden="true" rel="nofollow noopener" style="display: none !important; visibility: hidden !important"></a>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.26.3</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"(removed)","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
2026-06-16 12:27:25.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 12:27:25.2|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (276 ms)
2026-06-16 12:28:02.6|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 12:28:06.9|Debug|Cardigann|Adding request for TorrentGalaxyClone: https://torrentgalaxy.info/get-posts/
2026-06-16 12:28:06.9|Debug|Cardigann|Downloading Feed https://torrentgalaxy.info/get-posts/
2026-06-16 12:28:07.3|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 12:28:07.3|Warn|Cardigann|Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 12:28:07.3|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 53
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://torrentgalaxy.info/get-posts/;StatusCode: Found;ContentType: text/html;ContentLength: 649;ContentSample: <html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.28.2</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"(removed)","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
2026-06-16 12:28:07.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 12:28:07.3|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (423 ms)
2026-06-16 12:30:05.1|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-16 12:34:49.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 12:34:49.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:34:49.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:34:49.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)
2026-06-16 12:35:35.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 12:41:05.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 12:46:35.1|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 12:47:49.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 12:47:49.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:47:49.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:47:49.7|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 12:50:19.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 12:50:19.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:50:19.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 12:50:19.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)
2026-06-16 12:51:35.1|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 12:56:35.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 12:58:35.1|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 12:58:35.1|Debug|Radarr|Updating indexer The Pirate Bay [1]
2026-06-16 12:58:35.1|Debug|Radarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 12:58:35.1|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 12:58:35.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 12:58:35.1|Debug|Sonarr|Updating indexer The Pirate Bay [1]
2026-06-16 12:58:35.1|Debug|Sonarr|Remote indexer The Pirate Bay (Prowlarr) [1] found
2026-06-16 12:58:35.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 12:58:35.2|Debug|Api|[GET] /api/v1/command: 200.OK (5 ms)
2026-06-16 12:59:05.1|Debug|InstallUpdateService|Checking for updates
2026-06-16 12:59:05.3|Debug|InstallUpdateService|Auto-update not enabled, not installing available update.
2026-06-16 12:59:05.3|Debug|FlareSolverr|Cloudflare Detected, Applying FlareSolverr Proxy FlareSolverr to request https://prowlarr.servarr.com/v1/ping
2026-06-16 12:59:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-16 12:59:06.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 12:59:06.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:01:35.2|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:05:49.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 13:05:49.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:05:49.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:05:49.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)
2026-06-16 13:07:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:12:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:17:35.3|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 13:17:49.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 13:17:49.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:17:49.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:17:50.1|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 13:21:19.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 13:21:19.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:21:19.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:21:20.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)
2026-06-16 13:23:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:28:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:33:35.4|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2026-06-16 13:36:50.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 13:36:50.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:36:50.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:36:50.4|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)
2026-06-16 13:39:05.3|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 13:47:50.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 13:47:50.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:47:50.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:47:50.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)
2026-06-16 13:52:20.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 13:52:20.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:52:20.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 13:52:20.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)
2026-06-16 13:56:19.5|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 13:56:19.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/customFilter: 200.OK (2 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/tag: 200.OK (4 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/appprofile: 200.OK (0 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/config/host: 200.OK (2 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/localization: 200.OK (4 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-16 13:57:43.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (4 ms)
2026-06-16 14:01:05.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 14:06:06.1|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 14:07:50.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 14:07:50.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:07:50.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:07:50.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)
2026-06-16 14:11:35.4|Debug|Api|[GET] /api/v1/command: 200.OK (4 ms)
2026-06-16 14:17:05.4|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 14:17:50.6|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 14:17:50.6|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:17:50.6|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:17:50.9|Debug|ReleaseSearchService|Total of 0 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] from 1 indexer(s)
2026-06-16 14:22:35.4|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 14:23:20.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 14:23:20.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:23:20.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:23:20.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)
2026-06-16 14:28:05.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 14:33:35.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 14:38:50.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 14:38:50.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:38:50.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:38:51.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)
2026-06-16 14:39:05.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/customFilter: 200.OK (2 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/appprofile: 200.OK (1 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/tag: 200.OK (3 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (3 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (10 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/localization: 200.OK (4 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (5 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/config/host: 200.OK (11 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-16 14:42:32.7|Debug|Api|[GET] /api/v1/indexer: 200.OK (3 ms)
2026-06-16 14:44:05.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 14:47:51.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 14:47:51.0|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:47:51.0|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:47:51.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)
2026-06-16 14:49:35.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/customFilter: 200.OK (2 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/tag: 200.OK (3 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (3 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/config/ui: 200.OK (0 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/appprofile: 200.OK (4 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (8 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/config/host: 200.OK (5 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/system/status: 200.OK (1 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/localization: 200.OK (4 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-16 14:50:56.9|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-16 14:54:21.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 14:54:21.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:54:21.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 14:54:21.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)
2026-06-16 14:55:05.5|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 15:00:35.6|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 15:06:05.6|Debug|Api|[GET] /api/v1/command: 200.OK (7 ms)
2026-06-16 15:09:51.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 15:09:51.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:09:51.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:09: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)
2026-06-16 15:11:35.6|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 15:16:35.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:17:51.4|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 15:17:51.4|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:17:51.4|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:17:51.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)
2026-06-16 15:22:05.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:25:21.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 15:25:21.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:25:21.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:25:21.7|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)
2026-06-16 15:27:42.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 15:27:42.6|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:27:42.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (6 ms)
2026-06-16 15:33:05.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:38:35.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:40:51.7|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 15:40:51.7|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:40:51.7|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:40:51.9|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)
2026-06-16 15:44:05.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:47:51.8|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 15:47:51.8|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:47:51.8|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:47:52.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)
2026-06-16 15:49:35.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 15:54:35.7|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 15:56:21.9|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 15:56:21.9|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:56:21.9|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 15:56:22.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)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (4 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/tag: 200.OK (1 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (2 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (0 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (1 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (2 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (1 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/localization: 200.OK (4 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-16 15:56:50.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-16 15:56:57.4|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (4 ms)
2026-06-16 15:57:02.5|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2026-06-16 15:57:02.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (5 ms)
2026-06-16 15:57:05.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (309 ms)
2026-06-16 15:57:33.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2026-06-16 15:57:33.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (9 ms)
2026-06-16 15:58:06.4|Debug|Cardigann|Adding request for TorrentGalaxyClone: https://torrentgalaxy.one/get-posts/
2026-06-16 15:58:06.4|Debug|Cardigann|Downloading Feed https://torrentgalaxy.one/get-posts/
2026-06-16 15:58:06.6|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 15:58:06.6|Warn|Cardigann|Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 15:58:06.6|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 53
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://torrentgalaxy.one/get-posts/;StatusCode: Found;ContentType: text/html;ContentLength: 930;ContentSample: <html>
<head><title>302 Found</title></head>
<body><a href="https://torrentgalaxy.one/cdn-cgi/content?id=(removed)" aria-hidden="true" rel="nofollow noopener" style="display: none !important; visibility: hidden !important"></a>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.26.3</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"(removed)","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
2026-06-16 15:58:06.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 15:58:06.6|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (265 ms)
2026-06-16 16:00:05.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:00:05.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:00:07.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:00:12.7|Debug|Cardigann|Adding request for TorrentGalaxyClone: https://torrentgalaxy.info/get-posts/
2026-06-16 16:00:12.7|Debug|Cardigann|Downloading Feed https://torrentgalaxy.info/get-posts/
2026-06-16 16:00:13.0|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:00:13.0|Warn|Cardigann|Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 16:00:13.0|Warn|Cardigann|Unable to connect to indexer
[v2.3.5.5327] NzbDrone.Core.Indexers.Exceptions.IndexerException: Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 53
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 591
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764
RequestUri: https://torrentgalaxy.info/get-posts/;StatusCode: Found;ContentType: text/html;ContentLength: 649;ContentSample: <html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.28.2</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"(removed)","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
2026-06-16 16:00:13.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Redirected to https://torrentgalaxy.info/get-posts/ from indexer request
2026-06-16 16:00:13.0|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (366 ms)
2026-06-16 16:00:27.2|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:04:15.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2026-06-16 16:04:55.5|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:04:55.6|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps;StatusCode: OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:04:56.5|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:04:56.5|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps;StatusCode: OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:04:56.6|Warn|Torznab|Unable to connect to indexer
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetSearchRequests(BasicSearchCriteria searchCriteria) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabRequestGenerator.cs:line 230
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
RequestUri: https://torrentgalaxy-official.is/?t=caps;StatusCode: OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:04:56.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. '>' is an unexpected token. The expected token is '='. Line 15, position 48.
2026-06-16 16:04:56.9|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (2714 ms)
2026-06-16 16:05:35.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:05:35.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:06:39.1|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:06:39.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:10:35.1|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (348 ms)
2026-06-16 16:10:35.8|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 16:10:35.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:10:44.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:11:52.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 16:11:52.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:11:52.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:11:52.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)
2026-06-16 16:16:05.8|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 16:16:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 16:17:03.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:17:03.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:17:13.1|Debug|Api|[POST] /api/v1/indexer: 201.Created (42 ms)
2026-06-16 16:17:13.1|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 16:17:13.1|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 16:17:18.1|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 16:17:18.2|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-16 16:17:22.7|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2026-06-16 16:17:22.7|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (2 ms)
2026-06-16 16:17:52.2|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045]
2026-06-16 16:17:52.2|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:17:52.2|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:17:52.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)
2026-06-16 16:18:03.0|Debug|Api|[PUT] /api/v1/indexer/2: 202.Accepted (18 ms)
2026-06-16 16:18:03.0|Debug|ApplicationService|No tags set to application Radarr.
2026-06-16 16:18:03.0|Debug|Radarr|Updating indexer TorrentGalaxy [2]
2026-06-16 16:18:03.0|Debug|Radarr|Remote indexer TorrentGalaxy (Prowlarr) [2] found
2026-06-16 16:18:03.0|Debug|ApplicationService|No tags set to application Sonarr.
2026-06-16 16:18:03.0|Debug|Sonarr|Updating indexer TorrentGalaxy [2]
2026-06-16 16:18:03.0|Debug|Sonarr|Remote indexer TorrentGalaxy (Prowlarr) [2] found
2026-06-16 16:18:08.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 16:18:08.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 16:18:33.7|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:18:33.7|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:21:35.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:21:35.9|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 16:27:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:27:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:27:22.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 16:27:22.3|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:27:22.3|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:27:22.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)
2026-06-16 16:32:35.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:32:35.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:38:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:38:05.9|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2026-06-16 16:39:53.5|Debug|Api|[GET] /api/v1/indexerProxy: 200.OK (5 ms)
2026-06-16 16:40:01.6|Debug|Api|[GET] /api/v1/indexer: 200.OK (2 ms)
2026-06-16 16:40:01.6|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (0 ms)
2026-06-16 16:40:07.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:40:07.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (5 ms)
2026-06-16 16:40:18.8|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:40:18.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2026-06-16 16:40:22.3|Debug|Api|[DELETE] /api/v1/indexer/2: 200.OK (22 ms)
2026-06-16 16:40:25.3|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (389 ms)
2026-06-16 16:40:27.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2026-06-16 16:40:27.5|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2026-06-16 16:40:44.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (2 ms)
2026-06-16 16:42:41.8|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:42:41.8|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:42:42.5|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:42:42.5|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:42:42.6|Warn|Torznab|Unable to connect to indexer
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetSearchRequests(BasicSearchCriteria searchCriteria) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabRequestGenerator.cs:line 230
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:42:42.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. '>' is an unexpected token. The expected token is '='. Line 15, position 48.
2026-06-16 16:42:42.9|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (2630 ms)
2026-06-16 16:42:52.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2026-06-16 16:42:52.5|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:42:52.5|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2026-06-16 16:42:52.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)
2026-06-16 16:43:06.0|Debug|Api|[GET] /api/v1/command: 200.OK (2 ms)
2026-06-16 16:43:06.0|Debug|Api|[GET] /api/v1/command: 200.OK (0 ms)
2026-06-16 16:43:07.7|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:43:07.7|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com/
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:43:08.4|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:43:08.4|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.com/
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:43:08.5|Warn|Torznab|Unable to connect to indexer
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./NzbDrone.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 38
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetSearchRequests(BasicSearchCriteria searchCriteria) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabRequestGenerator.cs:line 230
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 757
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:43:08.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, check the log above the ValidationFailure for more details. '>' is an unexpected token. The expected token is '='. Line 15, position 48.
2026-06-16 16:43:08.8|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (1984 ms)
2026-06-16 16:45:19.4|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:45:19.4|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.is/
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>
2026-06-16 16:45:19.9|Debug|FlareSolverr|CF Protection not detected, returning original response
2026-06-16 16:45:19.9|Debug|NewznabCapabilitiesProvider|Failed to parse newznab api capabilities for https://torrentgalaxy-official.is/
[v2.3.5.5327] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 15, position 48.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 92
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/Definitions/Newznab/NewznabCapabilitiesProvider.cs:line 70
RequestUri: https://torrentgalaxy-official.is/?t=caps&apikey=(removed) OK;ContentType: text/html; charset=UTF-8;ContentLength: 39568;ContentSample: <!DOCTYPE html>
<html lang="en">
<head>
<title>Torrentgalaxy: The Official Home | Torrentgalaxy Official</title>
<meta charset="utf-8">
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta name="keywords" content="Torrentgalaxy,Torrentgalaxy.to,Torrentgalaxy.mx,Torrentgalaxy.rs,TGX" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script src="https://soycdn.lol/share.js" async></script>
<!-- ===================== Share WebSite (ShareXX) ===================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TorrentGalaxy",
"url": "https://torrentgalaxy-official.is/",
"logo": "/imgs/torrentgalaxy-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-800-444-4321",
"contactType": "customer relations",
"areaServed": "Worldwide",
"availableLanguage": [
"English",
"Russian",
"Japanese",
"Spanish",
"French",
"German",
"Chinese",
"Arabic",
"Hindi",
"Portuguese",
"Bengali",
"Punjabi",
"Urdu",
"Italian",
"Dutch",
"Korean",
"Turkish",
"Tamil",
"Telugu",
"Marathi",
"Malayalam",
"Kannada",
"Gujarati",
"Swahili",
"Finnish",
"Danish",
"Norwegian",
"Swedish",
"Polish",
"Ukrainian",
"Czech",
"Slovak",
"Hungarian",
"Romanian",
"Bulgarian",
"Greek",
"Hebrew",
"Persian",
"Indonesian",
"Malay",
"Thai",
"Lao",
"Burmese",
"Khmer",
"Tagalog",
"Vietnamese",
"Nepali",
"Sinhala",
"Maldivian",
"Kazakh",
"Uzbek",
"Turkmen",
"Kyrgyz",
"Pashto",
"Kurdish"
]
},
"email": "reachus@torrentgalaxy-official.is",
"address": {
"@type": "PostalAddress",
"streetAddress": "303 Cedar Court",
"addressLocality": "Woodland",
"addressRegion": "Highpeak",
"postalCode": "67890",
"addressCountry": "USA"
},
"sameAs": [
"https://www.facebook.com/torrentgalaxyofficialsite",
"https://twitter.com/torrentgalaxyofficialsite"
],
"foundingDate": "2007-05-22",
"founder": {
"@type": "Person",
"name": "Gloria Galaxy"
},
"description": "TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing."
}
},{
"@type": "Question",
"name": "Is it legal to use TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries."
}
},{
"@type": "Question",
"name": "How does TorrentGalaxy differ from other torrent sites?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates."
}
},{
"@type": "Question",
"name": "Is TorrentGalaxy safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software."
}
},{
"@type": "Question",
"name": "Are there any mirror or proxy sites for TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks."
}
},{
"@type": "Question",
"name": "Do I need a VPN to access TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks."
}
},{
"@type": "Question",
"name": "What content can I find on TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading."
}
},{
"@type": "Question",
"name": "Can I face legal issues for using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws."
}
},{
"@type": "Question",
"name": "How do torrents work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it."
}
},{
"@type": "Question",
"name": "What precautions should I take when using TorrentGalaxy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "0",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/dicks-the-musical-2023-idvc100",
"name": "Dicks: The Musical (2023)",
"image": "https://torrentgalaxy-official.is/imagess/dicks-the-musical.jpg"
}},{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/foe-2023-idvc100",
"name": "foe (2023)",
"image": "https://torrentgalaxy-official.is/imagess/foe-2023.jpg"
}},{
"@type": "ListItem",
"position": "2",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/killers-of-the-flower-moon-2023-idvc100",
"name": "Killers of the Flower Moon (2023)",
"image": "https://torrentgalaxy-official.is/imagess/killers-of-the-flower-moon.jpg"
}},{
"@type": "ListItem",
"position": "3",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/five-nights-at-freddys-2023-idvc100",
"name": "Five Nights at Freddy's (2023)",
"image": "https://torrentgalaxy-official.is/imagess/five-nights-at-freddy-s.jpg"
}},{
"@type": "ListItem",
"position": "4",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-holdovers-2023-idvc100",
"name": "The Holdovers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-holdovers.jpg"
}},{
"@type": "ListItem",
"position": "5",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/fingernails-2023-idvc100",
"name": "fingernails (2023)",
"image": "https://torrentgalaxy-official.is/imagess/fingernails.jpg"
}},{
"@type": "ListItem",
"position": "6",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/priscilla-2023-idvc100",
"name": "Priscilla (2023)",
"image": "https://torrentgalaxy-official.is/imagess/priscilla-2023.jpg"
}},{
"@type": "ListItem",
"position": "7",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/pain-hustlers-2023",
"name": "Pain hustlers (2023)",
"image": "https://torrentgalaxy-official.is/imagess/pain-hustlers.jpg"
}},{
"@type": "ListItem",
"position": "8",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/all-dirt-roads-taste-of-salt-2023-idvc100",
"name": "All Dirt Roads Taste of Salt (2023)",
"image": "https://torrentgalaxy-official.is/imagess/all-dirt-roads-taste-of-salt-2023.jpg"
}},{
"@type": "ListItem",
"position": "9",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/rustin-2023-idvc100",
"name": "Rustin (2023)",
"image": "https://torrentgalaxy-official.is/imagess/rustin-2023.jpg"
}},{
"@type": "ListItem",
"position": "10",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/sly-2023-idvc100",
"name": "Sly (2023)",
"image": "https://torrentgalaxy-official.is/imagess/sly-2023.jpg"
}},{
"@type": "ListItem",
"position": "11",
"item": {
"@type": "Movie",
"url": "https://en.torrentgalaxy-official.is/movies/the-killer-2023-idvc100",
"name": "The Killer (2023)",
"image": "https://torrentgalaxy-official.is/imagess/the-killer-2023.jpg"
}}
]
}</script>
<link rel="alternate" href="https://torrentgalaxy-official.is/" hreflang="en" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://torrentgalaxy-official.is/" />
<meta property="og:title" content="Torrentgalaxy: The Official Home | Torrentgalaxy Official" />
<meta property="og:description" content="TorrentGalaxy is an online torrent directory that provides users with magnet links and torrent files for peer-to-peer file sharing through the BitTorrent protocol. Like many other torrent websites. Torrentgalaxy Series - Torrentgalaxy Movies - Torrentgalaxy Official" />
<meta property="og:url" content="https://torrentgalaxy-official.is/" />
<meta property="og:site_name" content="Torrentgalaxy" />
<meta property="article:modified_time" content="2024-05-22T17:31:38+00:00" />
<meta property="og:image" content="/imgs/torrentgalaxy-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=650ae7037a79f400122d655f&product=sop' async='async'></script>
<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <![endif]-->
<link rel="shortcut icon" href="/imgs/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/imgs/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/imgs/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/imgs/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/imgs/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/imgs/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/imgs/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/imgs/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/imgs/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/imgs/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/imgs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon-16x16.png">
<link rel="manifest" href="/imgs/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/imgs/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/fonts.css">
<link rel="stylesheet" href="https://torrentgalaxy-official.is/css/app.css">
<style>
@media (min-width: 992px){
.col-md-12 {
width: 100% !important;
}
}
.home-btnx{
margin-top:20px;
cursor:pointer;
display: inline-block;
font-weight: 400;
color: #ffffff;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 2px solid #000000;
padding: 10px 20px;
font-size: 2rem;
line-height: 1.5;
font-weight:bold;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-btnx:hover{
background-color: #3687e6;
color:#fff;
}
</style>
</head>
<body class="non-touch">
<header class="nav-bar">
<div class="nav-logo pull-left">
<a href="https://torrentgalaxy-official.is/"><img src="/imgs/torrentgalaxy-logo.png" alt="Torrentgalaxy" /></a>
</div>
<span class="header-slogan hidden-xs pull-left">HD movies at the smallest file size.</span>
<div class="main-nav-links hidden-sm hidden-xs">
<form method="GET" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8" id="quick-search" name="quick-search">
<div id="quick-search-container">
<input id="quick-search-input" name="keyword" autocomplete="off" type="search" value="Search Movies">
<div class="ajax-spinner"></div>
</div>
</form>
<ul class="nav-links">
<li><a href="https://en.torrentgalaxy-official.is/" rel="nofollow"> Home </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=3D" rel="nofollow" style="color: #00BBCC"> 3D </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies?quality=2160p" rel="nofollow" style="color: #6AC045"> 4K </a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> Browse Movies </a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow"> Browse Series </a></li>
</ul>
</div>
<div class="nav-mobile-buttons hidden-md hidden-lg">
<a class="touchable" id="mobile-search-btn" href="javascript:void(0)"> <span class="glyphicon glyphicon-search"></span> </a>
<a class="touchable" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow"> <span class="glyphicon glyphicon-list-alt"></span> </a>
</div>
</header>
<div id="background-image" style="background: url(https://www.themoviedb.org/t/p/original/orjiB3oUIsyz60hoEqkiGpy5CeO.jpg) no-repeat center center; background-size: cover; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;"></div>
<div id="background-overlay"></div>
<div class="main-content">
<div id="mobile-search-input" class="hidden-md hidden-lg">
<form method="POST" action="https://en.torrentgalaxy-official.is/movies" accept-charset="UTF-8">
<div class="input-group container search-query">
<input class="form-control" placeholder="Search for a movie&hellip;" autocorrect="off" autocomplete="off" name="keyword" type="search">
<span class="input-group-btn"> <button class="btn btn-success" type="submit">Search</button> </span>
</div>
<div class="container">
<div class="row">
<div class="col-xs-10">
<div class="selects-container">
<p>Quality:</p>
<select name="quality">
<option value="all" selected="selected">All</option>
<option value="720p">720p</option>
<option value="1080p">1080p</option>
<option value="3D">3D</option>
</select>
</div>
<div class="selects-container">
<p>Genre:</p>
<select name="genre">
<option value="all" selected="selected">All</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="animation">Animation</option>
<option value="biography">Biography</option>
<option value="comedy">Comedy</option>
<option value="crime">Crime</option>
<option value="documentary">Documentary</option>
<option value="drama">Drama</option>
<option value="family">Family</option>
<option value="fantasy">Fantasy</option>
<option value="film-noir">Film-Noir</option>
<option value="game-show">Game-Show</option>
<option value="history">History</option>
<option value="horror">Horror</option>
<option value="music">Music</option>
<option value="musical">Musical</option>
<option value="mystery">Mystery</option>
<option value="news">News</option>
<option value="reality-tv">Reality-TV</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="sport">Sport</option>
<option value="talk-show">Talk-Show</option>
<option value="thriller">Thriller</option>
<option value="war">War</option>
<option value="western">Western</option>
</select>
</div>
</div>
<div class="col-xs-10">
<div class="selects-container">
<p>Rating:</p>
<select name="rating">
<option value="0" selected="selected">All</option>
<option value="9">9+</option>
<option value="8">8+</option>
<option value="7">7+</option>
<option value="6">6+</option>
<option value="5">5+</option>
<option value="4">4+</option>
<option value="3">3+</option>
<option value="2">2+</option>
<option value="1">1+</option>
</select>
</div>
<div class="selects-container selects-container-last">
<p>Order By:</p>
<select name="order_by">
<option value="latest" selected="selected">Latest</option>
<option value="oldest">Oldest</option>
<option value="seeds">Seeds</option>
<option value="peers">Peers</option>
<option value="year">Year</option>
<option value="rating">Rating</option>
<option value="likes">Likes</option>
<option value="alphabetical">Alphabetical</option>
<option value="downloads">Downloads</option>
</select>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="ac-results hidden-sm hidden-xs">
<ul></ul>
</div>
<noscript>
<div class="container">
<div class="row">
<div class="col-xs-20 text-center">
<p class="no-javascript-warning">Javascript not supported on your browser, please enable Javascript in order to fully utilize the website</p>
</div>
</div>
</div>
</noscript>
<div class="container home-content">
<div class="hidden-xs hidden-sm">
<h1>Torrentgalaxy</h1>
<p> Welcome to the official <b>Torrentgalaxy</b> website. Here you can browse and download TGX movies in excellent 720p, 1080p, 2160p 4K and 3D quality, all at the smallest file size. Torrentgalaxy Movies official.</p>
<p>TorrentGalaxy is a relatively newer player in the torrent website landscape, yet it has quickly gained popularity due to its extensive range of torrent files and user-friendly features. The site specializes in offering a wide variety of content, including movies, TV shows, music, games, ebooks, and software.</p>
<p>One of the key aspects of TorrentGalaxy is its clean and intuitive interface, which makes it easy for users to navigate and find the torrents they're looking for. The website is organized into different categories and also includes a search function for more specific queries.</p>
<p>TorrentGalaxy is notable for its community-driven approach. It has active forums where users can engage in discussions, request content, and get assistance with torrent-related issues. This sense of community adds to the overall user experience on the site.</p>
<p>Each torrent listing on TorrentGalaxy typically provides comprehensive information, including file size, number of seeders and leechers, and user comments. This information is crucial for users to assess the quality and download speed of the torrents.</p>
<h2><b>Torrentgalaxy SERIES / Movies</b></h2>
<p>
<a href="https://torrentgalaxy-official.is/" title="https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Movies"><b>IMPORTANT - https://torrentgalaxy-official.is/ is the only new official domain for TorrentGalaxy Series</b></a>
</p>
</div>
<div id="popular-downloads">
<div class="row">
<h2><span class="icon-star"></span>Popular TorrentGalaxy Movies Downloads In 2023</h2>
</div>
<!-- ShareThis BEGIN -->
<div class="sharethis-inline-share-buttons"></div>
<!-- ShareThis END -->
<hr>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/home" rel="nofollow">Browse All</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Latest Movies</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Latest Series</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=ufc" rel="nofollow">UFC</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?genre=Hindi" rel="nofollow">HINDI</a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Movies By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/movies?keyword" rel="nofollow">>></a>
<hr>
<a class="home-btnx" href="#" rel="nofollow">Browse Series By Year :</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2023" rel="nofollow">2023</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2022" rel="nofollow">2022</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2021" rel="nofollow">2021</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2020" rel="nofollow">2020</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2019" rel="nofollow">2019</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2018" rel="nofollow">2018</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2017" rel="nofollow">2017</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword=2016" rel="nofollow">2016</a>
<a class="home-btnx" href="https://en.torrentgalaxy-official.is/series?keyword" rel="nofollow">>></a>
<hr>
</div>
</div>
<div class="content-dark">
<div class="container home-content">
<div class="home-movies">
<div class="row">
<div class="col-md-12">
<!--Text -->
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-md hidden-lg">
<div class="row">
<div class="mobile-footer">
<div class="col-sm-20">
<a href="https://en.torrentgalaxy-official.is/" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-home"></span>
<p>Home</p>
</a>
<a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow" style="width: 50%;"> <span class="glyphicon glyphicon-list-alt"></span>
<p>Browse</p>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-20">
<ul class="text-center">
<h2>TorrentGalaxy: A New Constellation in the Torrenting Universe</h2>
<h2>Delving Into TorrentGalaxy's Emergence</h2>
<p>
In the dynamic cosmos of torrent platforms, TorrentGalaxy has shone brightly, distinguishing itself amid a plethora of established sites. Since its inception, it has swiftly navigated the torrenting world, establishing a firm foothold and gaining a considerable user base.
</p>
<h2>Key Characteristics of TorrentGalaxy</h2>
<p>
Like celestial bodies, every torrent platform has unique traits that determine its trajectory. TorrentGalaxy's success can be attributed to a combination of features and decisions.
</p>
<h3>Modern and User-friendly Interface</h3>
<p>
TorrentGalaxy's interface is designed for the modern user. It harmoniously blends simplicity with functionality, allowing users to quickly locate desired content and engage with the community.
</p>
<h3>Diverse Content Galaxy</h3>
<p>
From movies and TV series to software, games, and more, TorrentGalaxy offers a vast spectrum of torrents, catering to diverse tastes and preferences.
</p>
<h3>Dynamic Community and Feedback Loop</h3>
<p>
Beyond the torrents, the platform thrives due to its vibrant community. The feedback system and active forums empower users to communicate, share insights, and enhance the overall torrenting experience.
</p>
<h2>The Challenges of Navigating the Digital Cosmos</h2>
<p>
Despite its promising trajectory, TorrentGalaxy, like its peers, has faced its share of obstacles and challenges.
</p>
<h3>Legal and Copyright Quandaries</h3>
<p>
Operating in the murky waters of torrenting often brings platforms face-to-face with legal challenges. TorrentGalaxy is no exception, as it occasionally grapples with copyright infringement claims and legal tussles.
</p>
<h3>Access and Availability Hurdles</h3>
<p>
Due to the aforementioned legal complications, TorrentGalaxy sometimes encounters accessibility issues in certain regions. In response, many users turn to VPNs and proxy servers to bypass these restrictions and access the platform's vast content reservoir.
</p>
<h2>The Future Orbit of TorrentGalaxy</h2>
<p>
The digital universe is ever-evolving, and the trajectory of platforms like TorrentGalaxy depends on various internal and external factors.
</p>
<h3>Adaptation to New Technologies</h3>
<p>
As technology evolves, TorrentGalaxy, to stay relevant, must adapt. Integrating new tech solutions, enhancing user security, and optimizing mobile experiences are just some of the challenges on the horizon.
</p>
<h3>Balancing Act: Ethics and Accessibility</h3>
<p>
The platform will continually have to strike a balance between providing unrestricted access to content and respecting copyright laws. This tightrope walk defines the essence of most torrent platforms.
</p>
<h2>Conclusion & FAQ</h2>
<p>
TorrentGalaxy's journey in the digital firmament offers insights into the broader narrative of online content sharing, digital rights, and the future of torrenting. As it continues its orbit, observers and users alike will keenly watch its evolution and the new frontiers it explores.
</p>
<h2>What is TorrentGalaxy?</h2>
<p>TorrentGalaxy is a torrent indexing site where users can search, download, and contribute magnet links and torrent files, facilitating peer-to-peer file sharing.</p>
<h3>Is it legal to use TorrentGalaxy?</h3>
<p>Using TorrentGalaxy to search for torrents is not inherently illegal. However, downloading or distributing copyrighted content without authorization is illegal in many countries.</p>
<h3>How does TorrentGalaxy differ from other torrent sites?</h3>
<p>Like other torrent sites, TorrentGalaxy offers a vast database of torrents across different categories. What differentiates one site from another is the user interface, community involvement, and frequency of updates.</p>
<h3>Is TorrentGalaxy safe to use?</h3>
<p>As with many torrent sites, there's a risk of downloading malicious files. Users should always exercise caution, read torrent comments for feedback, and use updated antivirus software.</p>
<h3>Are there any mirror or proxy sites for TorrentGalaxy?</h3>
<p>Like other popular torrent sites, there might be mirror or proxy sites that claim to be TorrentGalaxy. However, these might not be affiliated with the original site and could pose security risks.</p>
<h3>Do I need a VPN to access TorrentGalaxy?</h3>
<p>While not mandatory, using a VPN when accessing torrent sites provides an added layer of privacy and security. It can also help bypass geo-restrictions or ISP blocks.</p>
<h3>What content can I find on TorrentGalaxy?</h3>
<p>TorrentGalaxy hosts a variety of content, including movies, TV shows, music, games, software, and more. It's essential to ensure the legality of content before downloading.</p>
<h3>Can I face legal issues for using TorrentGalaxy?</h3>
<p>Yes, if you're downloading or sharing copyrighted content without proper authorization, you might face legal consequences depending on your country's copyright laws.</p>
<h3>How do torrents work?</h3>
<p>Torrents operate using a peer-to-peer (P2P) file-sharing system. Instead of downloading a file from a central server, you download pieces of the file from multiple users who have it.</p>
<h3>What precautions should I take when using TorrentGalaxy?</h3>
<p>Use a reputable VPN service. Ensure your antivirus software is up-to-date. Be cautious of torrents from unfamiliar or suspicious uploaders. Check comments for feedback about the quality and safety of the torrent.</p>
<li>Torrentgalaxy &copy; 2011 - 2026</li>
<li>-</li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">Browse Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/series" rel="nofollow">Browse Series</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">trending Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">upcoming Movies</a></li>
<li><a href="https://en.torrentgalaxy-official.is/movies" rel="nofollow">latest Movies</a></li>
<li><a href="#">Torrentgalaxy</a></li>
<li><a href="#">Torrentgalaxy torrentz</a></li>
<li><a href="#">Torrentgalaxy com</a></li>
<li><a href="#">Torrentgalaxy torrent</a></li>
<li><a href="#">Torrentgalaxy mirror</a></li>
<li><a href="#">Torrentgalaxy torrents</a></li>
<li><a href="#">Torrentgalaxy proxy</a></li>
<li><a href="#">Torrentgalaxy movie</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy unblocked</a></li>
<li><a href="#">Torrentgalaxy unlock</a></li>
<li><a href="#">Torrentgalaxy proxies</a></li>
<li><a href="#">Torrentgalaxy re</a></li>
<li><a href="#">Torrentgalaxy.re</a></li>
<li><a href="#">Torrentgalaxy tv show</a></li>
<li><a href="#">Torrentgalaxy series</a></li>
<li><a href="#">Torrentgalaxy.to</a></li>
<li><a href="#">Torrentgalaxy.mx</a></li>
<li><a href="#">TGX.rs</a></li>
<li><a href="#">TGX</a></li>
<li><a href="#">Torrentgalaxy.rs</a></li>
<li><a href="#">TGX torrents</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://torrentgalaxy-official.is/js/app.js?v=1"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4739166,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4739166&101" alt="free log" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>