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

10084 lines
1024 KiB
Plaintext

2026-05-22 13:02:59.8|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
2026-05-22 13:02:59.8|Debug|ProcessProvider|Found 1 processes with the name: Radarr
2026-05-22 13:02:59.8|Debug|ProcessProvider| - [152] Radarr
2026-05-22 13:02:59.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0156599s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0162857s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010782s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082237s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001032s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 3.1E-06s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014575s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050182s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.6E-06s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007563s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058273s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|InitialSetup|Starting migration of Log DB to 1
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009622s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005535s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2026-05-22T13:02:59', 'InitialSetup')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081943s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_moviefiles_table|Starting migration of Log DB to 104
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2026-05-22T13:02:59', 'add_moviefiles_table')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034745s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|fix_history_movieId|Starting migration of Log DB to 105
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2026-05-22T13:02:59', 'fix_history_movieId')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029433s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_tmdb_stuff|Starting migration of Log DB to 106
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2026-05-22T13:02:59', 'add_tmdb_stuff')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040245s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|fix_movie_files|Starting migration of Log DB to 107
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2026-05-22T13:02:59', 'fix_movie_files')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041812s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|update_schedule_intervale|Starting migration of Log DB to 108
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2026-05-22T13:02:59', 'update_schedule_intervale')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037922s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_movie_formats_to_naming_config|Starting migration of Log DB to 109
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2026-05-22T13:03:00', 'add_movie_formats_to_naming_config')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040711s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_phyiscal_release|Starting migration of Log DB to 110
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2026-05-22T13:03:00', 'add_phyiscal_release')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027903s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_bitmetv|Starting migration of Log DB to 111
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2026-05-22T13:03:00', 'remove_bitmetv')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002982s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_torrentleech|Starting migration of Log DB to 112
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2026-05-22T13:03:00', 'remove_torrentleech')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032487s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_broadcasthenet|Starting migration of Log DB to 113
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2026-05-22T13:03:00', 'remove_broadcasthenet')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032473s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_fanzub|Starting migration of Log DB to 114
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2026-05-22T13:03:00', 'remove_fanzub')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035625s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_sorttitle|Starting migration of Log DB to 115
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2026-05-22T13:03:00', 'update_movie_sorttitle')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003417s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_sorttitle_again|Starting migration of Log DB to 116
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2026-05-22T13:03:00', 'update_movie_sorttitle_again')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031314s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_file|Starting migration of Log DB to 117
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2026-05-22T13:03:00', 'update_movie_file')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032009s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_slug|Starting migration of Log DB to 118
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2026-05-22T13:03:00', 'update_movie_slug')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003515s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_youtube_trailer_id|Starting migration of Log DB to 119
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2026-05-22T13:03:00', 'add_youtube_trailer_id')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037691s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_studio|Starting migration of Log DB to 120
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2026-05-22T13:03:00', 'add_studio')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037232s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_filedate_config|Starting migration of Log DB to 121
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2026-05-22T13:03:00', 'update_filedate_config')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057291s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_movieid_to_blacklist|Starting migration of Log DB to 122
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2026-05-22T13:03:00', 'add_movieid_to_blacklist')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0144812s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|create_netimport_table|Starting migration of Log DB to 123
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2026-05-22T13:03:00', 'create_netimport_table')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140243s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_preferred_tags_to_profile|Starting migration of Log DB to 124
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2026-05-22T13:03:00', 'add_preferred_tags_to_profile')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083684s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|fix_imdb_unique|Starting migration of Log DB to 125
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2026-05-22T13:03:00', 'fix_imdb_unique')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069828s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|update_qualities_and_profiles|Starting migration of Log DB to 126
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2026-05-22T13:03:00', 'update_qualities_and_profiles')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005902s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_wombles|Starting migration of Log DB to 127
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2026-05-22T13:03:00', 'remove_wombles')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064411s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_kickass|Starting migration of Log DB to 128
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2026-05-22T13:03:00', 'remove_kickass')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035102s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_parsed_movie_info_to_pending_release|Starting migration of Log DB to 129
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2026-05-22T13:03:00', 'add_parsed_movie_info_to_pending_release')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037641s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_wombles_kickass|Starting migration of Log DB to 130
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2026-05-22T13:03:00', 'remove_wombles_kickass')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036617s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|make_parsed_episode_info_nullable|Starting migration of Log DB to 131
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2026-05-22T13:03:00', 'make_parsed_episode_info_nullable')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00726s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|rename_torrent_downloadstation|Starting migration of Log DB to 132
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2026-05-22T13:03:00', 'rename_torrent_downloadstation')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073827s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_minimumavailability|Starting migration of Log DB to 133
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2026-05-22T13:03:00', 'add_minimumavailability')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032198s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_remux_qualities_for_the_wankers|Starting migration of Log DB to 134
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2026-05-22T13:03:00', 'add_remux_qualities_for_the_wankers')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096045s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_haspredbentry_to_movies|Starting migration of Log DB to 135
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2026-05-22T13:03:00', 'add_haspredbentry_to_movies')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090225s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_pathstate_to_movies|Starting migration of Log DB to 136
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2026-05-22T13:03:00', 'add_pathstate_to_movies')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048569s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_import_exclusions_table|Starting migration of Log DB to 137
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2026-05-22T13:03:00', 'add_import_exclusions_table')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058489s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_physical_release_note|Starting migration of Log DB to 138
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2026-05-22T13:03:00', 'add_physical_release_note')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092379s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 139
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2026-05-22T13:03:00', 'consolidate_indexer_baseurl')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044139s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_alternative_titles_table|Starting migration of Log DB to 140
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2026-05-22T13:03:00', 'add_alternative_titles_table')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034122s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|fix_duplicate_alt_titles|Starting migration of Log DB to 141
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2026-05-22T13:03:00', 'fix_duplicate_alt_titles')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0148697s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|movie_extras|Starting migration of Log DB to 142
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2026-05-22T13:03:00', 'movie_extras')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037167s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|clean_core_tv|Starting migration of Log DB to 143
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2026-05-22T13:03:00', 'clean_core_tv')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071045s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_cookies_to_indexer_status|Starting migration of Log DB to 144
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2026-05-22T13:03:00', 'add_cookies_to_indexer_status')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096243s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|banner_to_fanart|Starting migration of Log DB to 145
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2026-05-22T13:03:00', 'banner_to_fanart')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027979s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|naming_config_colon_action|Starting migration of Log DB to 146
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2026-05-22T13:03:00', 'naming_config_colon_action')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031461s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_custom_formats|Starting migration of Log DB to 147
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2026-05-22T13:03:00', 'add_custom_formats')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029092s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|remove_extra_naming_config|Starting migration of Log DB to 148
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2026-05-22T13:03:00', 'remove_extra_naming_config')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010744s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|convert_regex_required_tags|Starting migration of Log DB to 149
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2026-05-22T13:03:00', 'convert_regex_required_tags')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031463s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|fix_format_tags_double_underscore|Starting migration of Log DB to 150
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2026-05-22T13:03:00', 'fix_format_tags_double_underscore')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054454s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_tags_to_net_import|Starting migration of Log DB to 151
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2026-05-22T13:03:00', 'add_tags_to_net_import')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030906s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_custom_filters|Starting migration of Log DB to 152
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2026-05-22T13:03:00', 'add_custom_filters')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030788s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|indexer_client_status_search_changes|Starting migration of Log DB to 153
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2026-05-22T13:03:00', 'indexer_client_status_search_changes')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051441s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_language_to_files_history_blacklist|Starting migration of Log DB to 154
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2026-05-22T13:03:00', 'add_language_to_files_history_blacklist')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003383s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_update_allowed_quality_profile|Starting migration of Log DB to 155
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2026-05-22T13:03:00', 'add_update_allowed_quality_profile')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004787s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_download_client_priority|Starting migration of Log DB to 156
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2026-05-22T13:03:00', 'add_download_client_priority')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064968s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_growl_prowl|Starting migration of Log DB to 157
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2026-05-22T13:03:00', 'remove_growl_prowl')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051994s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_plex_hometheatre|Starting migration of Log DB to 158
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2026-05-22T13:03:00', 'remove_plex_hometheatre')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035084s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_webrip_qualites|Starting migration of Log DB to 159
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2026-05-22T13:03:00', 'add_webrip_qualites')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090463s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|health_issue_notification|Starting migration of Log DB to 160
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2026-05-22T13:03:00', 'health_issue_notification')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038572s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|speed_improvements|Starting migration of Log DB to 161
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2026-05-22T13:03:00', 'speed_improvements')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033417s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|fix_profile_format_default|Starting migration of Log DB to 162
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2026-05-22T13:03:00', 'fix_profile_format_default')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036396s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|task_duration|Starting migration of Log DB to 163
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2026-05-22T13:03:00', 'task_duration')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050648s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|movie_collections_crew|Starting migration of Log DB to 164
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2026-05-22T13:03:00', 'movie_collections_crew')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0079301s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_custom_formats_from_quality_model|Starting migration of Log DB to 165
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2026-05-22T13:03:00', 'remove_custom_formats_from_quality_model')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066714s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_tmdb_list_config|Starting migration of Log DB to 166
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2026-05-22T13:03:00', 'fix_tmdb_list_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097357s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|remove_movie_pathstate|Starting migration of Log DB to 167
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2026-05-22T13:03:00', 'remove_movie_pathstate')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071811s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|custom_format_rework|Starting migration of Log DB to 168
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2026-05-22T13:03:00', 'custom_format_rework')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060827s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|custom_format_scores|Starting migration of Log DB to 169
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2026-05-22T13:03:00', 'custom_format_scores')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006294s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_trakt_list_config|Starting migration of Log DB to 170
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2026-05-22T13:03:00', 'fix_trakt_list_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062701s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|quality_definition_preferred_size|Starting migration of Log DB to 171
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2026-05-22T13:03:00', 'quality_definition_preferred_size')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029395s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|add_download_history|Starting migration of Log DB to 172
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2026-05-22T13:03:00', 'add_download_history')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027279s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|net_import_status|Starting migration of Log DB to 173
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2026-05-22T13:03:00', 'net_import_status')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025832s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|email_multiple_addresses|Starting migration of Log DB to 174
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2026-05-22T13:03:00', 'email_multiple_addresses')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027416s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 175
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2026-05-22T13:03:00', 'remove_chown_and_folderchmod_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031573s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|movie_recommendations|Starting migration of Log DB to 176
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2026-05-22T13:03:00', 'movie_recommendations')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032656s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|language_improvements|Starting migration of Log DB to 177
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2026-05-22T13:03:00', 'language_improvements')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089819s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|new_list_server|Starting migration of Log DB to 178
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2026-05-22T13:03:00', 'new_list_server')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038086s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|movie_translation_indexes|Starting migration of Log DB to 179
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2026-05-22T13:03:00', 'movie_translation_indexes')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031493s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_invalid_profile_references|Starting migration of Log DB to 180
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2026-05-22T13:03:00', 'fix_invalid_profile_references')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047543s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|list_movies_table|Starting migration of Log DB to 181
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2026-05-22T13:03:00', 'list_movies_table')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063687s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|on_delete_notification|Starting migration of Log DB to 182
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2026-05-22T13:03:00', 'on_delete_notification')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054493s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|download_propers_config|Starting migration of Log DB to 183
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2026-05-22T13:03:00', 'download_propers_config')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031307s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_priority_to_indexers|Starting migration of Log DB to 184
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2026-05-22T13:03:00', 'add_priority_to_indexers')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052315s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_alternative_title_indices|Starting migration of Log DB to 185
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2026-05-22T13:03:00', 'add_alternative_title_indices')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036748s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|fix_tmdb_duplicates|Starting migration of Log DB to 186
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2026-05-22T13:03:00', 'fix_tmdb_duplicates')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030719s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 187
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2026-05-22T13:03:00', 'swap_filechmod_for_folderchmod')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027241s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|mediainfo_channels|Starting migration of Log DB to 188
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2026-05-22T13:03:00', 'mediainfo_channels')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027906s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_update_history|Starting migration of Log DB to 189
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007757s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005282s
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2026-05-22T13:03:00', 'add_update_history')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0111112s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|update_awesome_hd_link|Starting migration of Log DB to 190
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2026-05-22T13:03:00', 'update_awesome_hd_link')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039151s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|remove_awesomehd|Starting migration of Log DB to 191
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2026-05-22T13:03:00', 'remove_awesomehd')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042347s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_on_delete_to_notifications|Starting migration of Log DB to 192
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2026-05-22T13:03:00', 'add_on_delete_to_notifications')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035724s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 194
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2026-05-22T13:03:00', 'add_bypass_to_delay_profile')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004749s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|update_notifiarr|Starting migration of Log DB to 195
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2026-05-22T13:03:00', 'update_notifiarr')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042326s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|legacy_mediainfo_hdr|Starting migration of Log DB to 196
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2026-05-22T13:03:00', 'legacy_mediainfo_hdr')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052365s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 197
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2026-05-22T13:03:00', 'rename_blacklist_to_blocklist')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013932s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_indexer_tags|Starting migration of Log DB to 198
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2026-05-22T13:03:00', 'add_indexer_tags')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083272s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 199
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2026-05-22T13:03:00', 'mediainfo_to_ffmpeg')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081286s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|cdh_per_downloadclient|Starting migration of Log DB to 200
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2026-05-22T13:03:00', 'cdh_per_downloadclient')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063031s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|migrate_discord_from_slack|Starting migration of Log DB to 201
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2026-05-22T13:03:00', 'migrate_discord_from_slack')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029344s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|remove_predb|Starting migration of Log DB to 202
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2026-05-22T13:03:00', 'remove_predb')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072366s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_on_update_to_notifications|Starting migration of Log DB to 203
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2026-05-22T13:03:00', 'add_on_update_to_notifications')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033332s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|ensure_identity_on_id_columns|Starting migration of Log DB to 204
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2026-05-22T13:03:00', 'ensure_identity_on_id_columns')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037087s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|download_client_per_indexer|Starting migration of Log DB to 205
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2026-05-22T13:03:00', 'download_client_per_indexer')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048535s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|multiple_ratings_support|Starting migration of Log DB to 206
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2026-05-22T13:03:00', 'multiple_ratings_support')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050775s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_metadata|Starting migration of Log DB to 207
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2026-05-22T13:03:00', 'movie_metadata')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041207s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_collections|Starting migration of Log DB to 208
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2026-05-22T13:03:00', 'add_collections')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033756s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_meta_collection_index|Starting migration of Log DB to 209
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2026-05-22T13:03:00', 'movie_meta_collection_index')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032066s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_added_notifications|Starting migration of Log DB to 210
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2026-05-22T13:03:00', 'movie_added_notifications')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033681s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|more_movie_meta_index|Starting migration of Log DB to 211
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2026-05-22T13:03:00', 'more_movie_meta_index')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026658s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 212
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004936s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044702s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047593s
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2026-05-22T13:03:00', 'postgres_update_timestamp_columns_to_with_timezone')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00868s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 214
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2026-05-22T13:03:00', 'add_language_tags_to_subtitle_files')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041913s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_salt_to_users|Starting migration of Log DB to 215
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2026-05-22T13:03:00', 'add_salt_to_users')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045277s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|clean_alt_titles|Starting migration of Log DB to 216
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2026-05-22T13:03:00', 'clean_alt_titles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030333s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_omg|Starting migration of Log DB to 217
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2026-05-22T13:03:00', 'remove_omg')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028096s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 218
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2026-05-22T13:03:00', 'add_additional_info_to_pending_releases')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032631s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_result_to_commands|Starting migration of Log DB to 219
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2026-05-22T13:03:00', 'add_result_to_commands')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031107s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|health_restored_notification|Starting migration of Log DB to 220
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2026-05-22T13:03:00', 'health_restored_notification')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036831s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 221
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2026-05-22T13:03:00', 'add_on_manual_interaction_required_to_notifications')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056729s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_rarbg|Starting migration of Log DB to 222
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2026-05-22T13:03:00', 'remove_rarbg')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032088s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 223
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2026-05-22T13:03:00', 'remove_invalid_roksbox_metadata_images')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032419s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|list_sync_time|Starting migration of Log DB to 224
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2026-05-22T13:03:00', 'list_sync_time')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0080028s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_tags_to_collections|Starting migration of Log DB to 225
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2026-05-22T13:03:00', 'add_tags_to_collections')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029851s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_download_client_tags|Starting migration of Log DB to 226
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2026-05-22T13:03:00', 'add_download_client_tags')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027639s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_auto_tagging|Starting migration of Log DB to 227
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2026-05-22T13:03:00', 'add_auto_tagging')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033023s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 228
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2026-05-22T13:03:00', 'add_custom_format_score_bypass_to_delay_profile')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032755s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|update_restrictions_to_release_profiles|Starting migration of Log DB to 229
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2026-05-22T13:03:00', 'update_restrictions_to_release_profiles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031287s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|rename_quality_profiles|Starting migration of Log DB to 230
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2026-05-22T13:03:00', 'rename_quality_profiles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057511s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|update_images_remote_url|Starting migration of Log DB to 231
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2026-05-22T13:03:00', 'update_images_remote_url')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039241s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_notification_status|Starting migration of Log DB to 232
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2026-05-22T13:03:00', 'add_notification_status')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034452s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|rename_deprecated_indexer_flags|Starting migration of Log DB to 233
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2026-05-22T13:03:00', 'rename_deprecated_indexer_flags')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034668s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|movie_last_searched_time|Starting migration of Log DB to 234
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2026-05-22T13:03:00', 'movie_last_searched_time')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049629s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|email_encryption|Starting migration of Log DB to 235
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2026-05-22T13:03:00', 'email_encryption')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036582s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|clear_last_rss_releases_info|Starting migration of Log DB to 236
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (236, '2026-05-22T13:03:00', 'clear_last_rss_releases_info')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036877s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_indexes|Starting migration of Log DB to 237
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (237, '2026-05-22T13:03:00', 'add_indexes')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051827s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|parse_title_from_existing_subtitle_files|Starting migration of Log DB to 238
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (238, '2026-05-22T13:03:00', 'parse_title_from_existing_subtitle_files')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040656s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_minimum_upgrade_format_score_to_quality_profiles|Starting migration of Log DB to 239
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (239, '2026-05-22T13:03:00', 'add_minimum_upgrade_format_score_to_quality_profiles')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095147s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|drop_multi_episode_style_from_naming_config|Starting migration of Log DB to 240
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (240, '2026-05-22T13:03:00', 'drop_multi_episode_style_from_naming_config')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049581s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|stevenlu_update_url|Starting migration of Log DB to 241
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (241, '2026-05-22T13:03:00', 'stevenlu_update_url')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057305s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_movie_keywords|Starting migration of Log DB to 242
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (242, '2026-05-22T13:03:00', 'add_movie_keywords')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039588s
2026-05-22 13:03:00.8|Debug|MigrationController|Took: 00:00:01.0241670
2026-05-22 13:03:01.1|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 13:03:01.1|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2026-05-22 13:03:01.3|Debug|QualityDefinitionService|Setting up default quality config
2026-05-22 13:03:01.3|Info|QualityProfileService|Setting up default quality profiles
2026-05-22 13:03:01.4|Debug|NotificationFactory|Initializing Providers. Count 26
2026-05-22 13:03:01.4|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 13:03:01.4|Debug|IndexerFactory|Initializing Providers. Count 9
2026-05-22 13:03:01.4|Debug|ImportListFactory|Initializing Providers. Count 19
2026-05-22 13:03:01.4|Debug|MetadataFactory|Initializing Providers. Count 5
2026-05-22 13:03:01.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 13:03:06.6|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:11.6|Error|TaskExtensions|Task Error
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 162
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 120
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 13:08:01.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:13:01.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:18:06.8|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:11.8|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-22 13:18:17.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:22.0|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-22 13:18:27.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:31.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:18:32.0|Error|TaskExtensions|Task Error
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(IEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 187
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 13:23:31.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:28:32.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:33:02.1|Info|RssSyncService|Starting RSS Sync
2026-05-22 13:33:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 13:33:02.1|Info|DownloadDecisionMaker|No results found
2026-05-22 13:33:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 13:33:02.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 13:33:32.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:38:32.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:43:32.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:48:32.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:53:32.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 13:58:32.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:03:02.5|Info|RssSyncService|Starting RSS Sync
2026-05-22 14:03:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 14:03:02.5|Info|DownloadDecisionMaker|No results found
2026-05-22 14:03:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 14:03:02.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 14:03:32.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:08:32.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:13:32.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:15:52.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-05-22 14:15:52.4|Info|ConsoleApp|Exiting main.
2026-05-22 14:17:39.4|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
2026-05-22 14:17:39.4|Debug|ProcessProvider|Found 1 processes with the name: Radarr
2026-05-22 14:17:39.4|Debug|ProcessProvider| - [153] Radarr
2026-05-22 14:17:39.5|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:17:39.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0611025s
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0640874s
2026-05-22 14:17:39.7|Debug|MigrationController|Took: 00:00:00.2776158
2026-05-22 14:17:39.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.8|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090066s
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0098109s
2026-05-22 14:17:39.8|Debug|MigrationController|Took: 00:00:00.0732456
2026-05-22 14:17:40.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 14:17:40.5|Debug|QualityDefinitionService|Setting up default quality config
2026-05-22 14:17:40.6|Debug|NotificationFactory|Initializing Providers. Count 26
2026-05-22 14:17:40.6|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 14:17:40.7|Debug|IndexerFactory|Initializing Providers. Count 9
2026-05-22 14:17:40.7|Debug|ImportListFactory|Initializing Providers. Count 19
2026-05-22 14:17:40.7|Debug|MetadataFactory|Initializing Providers. Count 5
2026-05-22 14:17:40.7|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 14:17:40.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:17:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:41.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (37 ms)
2026-05-22 14:17:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:44.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (5 ms)
2026-05-22 14:17:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:47.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-22 14:17:51.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:51.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-22 14:17:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:56.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
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.0|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
2026-05-22 14:19:14.0|Debug|ProcessProvider|Found 1 processes with the name: Radarr
2026-05-22 14:19:14.0|Debug|ProcessProvider| - [147] Radarr
2026-05-22 14:19:14.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:19:14.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0600932s
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0629646s
2026-05-22 14:19:14.3|Debug|MigrationController|Took: 00:00:00.2448689
2026-05-22 14:19:14.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073752s
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0078579s
2026-05-22 14:19:14.4|Debug|MigrationController|Took: 00:00:00.0741753
2026-05-22 14:19:14.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 14:19:15.0|Debug|QualityDefinitionService|Setting up default quality config
2026-05-22 14:19:15.2|Debug|NotificationFactory|Initializing Providers. Count 26
2026-05-22 14:19:15.2|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 14:19:15.3|Debug|IndexerFactory|Initializing Providers. Count 9
2026-05-22 14:19:15.3|Debug|ImportListFactory|Initializing Providers. Count 19
2026-05-22 14:19:15.3|Debug|MetadataFactory|Initializing Providers. Count 5
2026-05-22 14:19:15.3|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 14:19:15.4|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:19:45.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:23:12.0|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.1|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.2|Debug|Api|[GET] /api/v3/localization/language: 200.OK (16 ms)
2026-05-22 14:23:12.3|Debug|Api|[GET] /api/v3/customFilter: 200.OK (30 ms)
2026-05-22 14:23:12.3|Debug|Api|[GET] /api/v3/tag: 200.OK (17 ms)
2026-05-22 14:23:12.3|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.3|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.3|Debug|Api|[GET] /api/v3/collection: 200.OK (65 ms)
2026-05-22 14:23:12.3|Debug|Api|[GET] /api/v3/movie: 200.OK (114 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/language: 200.OK (80 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/qualityprofile: 200.OK (98 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/importlist: 200.OK (76 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/indexerFlag: 200.OK (29 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/config/ui: 200.OK (23 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/localization: 200.OK (9 ms)
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/system/status: 200.OK (35 ms)
2026-05-22 14:23:12.4|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/queue/status: 200.OK (10 ms)
2026-05-22 14:23:12.4|Debug|Radarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2026-05-22 14:23:12.4|Debug|Api|[GET] /api/v3/health: 200.OK (22 ms)
2026-05-22 14:23:12.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (49 ms)
2026-05-22 14:23:12.5|Debug|Api|[GET] /api/v3/config/host: 200.OK (64 ms)
2026-05-22 14:24:01.4|Debug|Api|[PUT] /api/v3/config/host: 202.Accepted (111 ms)
2026-05-22 14:24:01.4|Debug|Api|[GET] /api/v3/system/status: 200.OK (2 ms)
2026-05-22 14:24:06.3|Debug|Api|[GET] /api/v3/health: 200.OK (3 ms)
2026-05-22 14:24:06.3|Debug|Api|[GET] /api/v3/system/status: 200.OK (5 ms)
2026-05-22 14:24:06.3|Debug|Api|[GET] /api/v3/diskspace: 200.OK (46 ms)
2026-05-22 14:24:06.7|Debug|Api|[GET] /api/v3/health: 200.OK (2 ms)
2026-05-22 14:24:15.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (5 ms)
2026-05-22 14:24:15.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:24:15.5|Debug|Api|[GET] /api/v3/command: 200.OK (38 ms)
2026-05-22 14:24:15.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:24:45.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:24:45.4|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms)
2026-05-22 14:24:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (8 ms)
2026-05-22 14:25:33.3|Debug|Api|[GET] /api/v3/config/host: 200.OK (5 ms)
2026-05-22 14:25:45.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:25:45.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:25:45.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:25:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:27:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 14:27:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 14:27:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:27:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:27:40.8|Debug|Api|[GET] /api/v3/health: 200.OK (2 ms)
2026-05-22 14:27:40.8|Debug|Api|[GET] /api/v3/system/status: 200.OK (2 ms)
2026-05-22 14:27:40.8|Debug|Api|[GET] /api/v3/diskspace: 200.OK (10 ms)
2026-05-22 14:27:52.7|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (14 ms)
2026-05-22 14:27:52.8|Debug|Api|[GET] /api/v3/config/mediamanagement: 200.OK (55 ms)
2026-05-22 14:27:52.8|Debug|Api|[GET] /api/v3/config/naming: 200.OK (55 ms)
2026-05-22 14:27:52.8|Debug|Api|[GET] /api/v3/config/naming/examples: 200.OK (79 ms)
2026-05-22 14:28:13.3|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (17 ms)
2026-05-22 14:28:45.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:28:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:28:45.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:28:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:28:54.1|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (4 ms)
2026-05-22 14:28:55.7|Debug|Api|[GET] /api/v3/filesystem?path=%2Fdata%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (2 ms)
2026-05-22 14:28:58.1|Debug|Api|[GET] /api/v3/filesystem?path=%2Fdata%2FVideos%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (2 ms)
2026-05-22 14:29:45.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:29:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:29:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:30:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 14:30:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 14:30:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:30:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:31:45.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:31:45.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:31:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:31:45.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:33:15.5|Info|RssSyncService|Starting RSS Sync
2026-05-22 14:33:15.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 14:33:15.5|Info|DownloadDecisionMaker|No results found
2026-05-22 14:33:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 14:33:15.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 14:33:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:33:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:33:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:33:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:33:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:34:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:34:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:34:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:34:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:34:15.9|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 14:34:45.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:34:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 14:34:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:35:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:35:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:35:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:35:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:36:45.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:36:45.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:36:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:36:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:38:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:38:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:38:15.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:38:15.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:39:45.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:39:45.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:39:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:39:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:39:45.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (5 ms)
2026-05-22 14:39:45.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:39:45.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:41:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:41:15.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:41:15.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:41:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:42:45.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:42:45.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:42:45.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:42:45.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:44:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:44:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:44:15.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:44:15.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:44:45.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:44:45.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:44:45.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:45:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:45:15.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:45:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:45:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 14:46:45.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 14:46:45.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:46:45.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:46:45.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:48:15.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:48:15.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:48:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:48:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:49:45.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:49:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:49:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:49:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:49:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:49:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:50:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:50:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:50:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:50:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:50:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:52:15.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:52:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:52:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:52:15.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:53:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:53:45.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 14:53:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:53:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:54:45.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:54:45.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:55:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:55:15.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:55:16.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:55:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:55:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:56:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 14:56:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 14:56:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:56:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:58:16.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:58:16.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (11 ms)
2026-05-22 14:58:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:58:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 14:59:46.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 14:59:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:59:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:59:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 14:59:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 14:59:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:00:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:00:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:00:46.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:00:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:00:46.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:02:16.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:02:16.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:02:16.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:02:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:03:16.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 15:03:16.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 15:03:16.0|Info|DownloadDecisionMaker|No results found
2026-05-22 15:03:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 15:03:16.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 15:03:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:03:46.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:03:46.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:03:46.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:03:46.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:04:46.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:04:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 15:05:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:05:16.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:05:16.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:05:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:05:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:06:46.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:06:46.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:06:46.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:06:46.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:08:16.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 15:08:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:08:16.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 15:08:16.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:09:46.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (7 ms)
2026-05-22 15:09:46.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:09:46.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:09:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:09:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:09:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:10:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:11:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:11:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:11:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:11:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:12:46.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:12:46.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:12:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:12:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:14:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:14:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:14:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:14:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:14:46.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:14:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 15:15:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:15:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:15:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:15:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:15:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:16:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:16:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:16:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:16:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:18:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 15:18:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:18:16.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 15:18:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:19:46.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:19:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:19:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:19:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:19:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:19:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:20:16.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:21:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:21:16.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:21:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:21:16.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:22:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:22:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:22:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:22:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:24:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:24:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:24:16.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:24:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:24:46.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:24:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:25:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:25:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:25:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:25:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:25:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:27:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:27:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:27:16.3|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 15:27:16.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:28:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:28:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:28:46.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:28:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:30:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:30:16.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:30:16.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:30:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:30:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:30:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:30:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:31:16.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:31:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:31:16.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:31:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:32:46.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:32:46.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:32:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:32:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 15:33:16.4|Info|RssSyncService|Starting RSS Sync
2026-05-22 15:33:16.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 15:33:16.4|Info|DownloadDecisionMaker|No results found
2026-05-22 15:33:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 15:33:16.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 15:33:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:34:16.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:34:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:34:16.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:34:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:35:16.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:35:16.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:35:46.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:35:46.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:35:46.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:35:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:35:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:37:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:37:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:37:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:37:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:38:46.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (6 ms)
2026-05-22 15:38:46.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:38:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:38:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:40:16.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:40:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:40:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:40:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:40:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:40:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:40:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 15:41:16.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:41:16.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:41:16.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:41:16.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:42:46.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:42:46.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:42:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:42:46.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:44:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:44:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:44:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:44:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:45:16.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:45:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:45:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:45:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:45:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:45:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 15:45:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 15:47:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:47:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:47:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:47:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:48:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:48:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:48:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:48:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:50:16.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:50:16.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:50:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:50:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:50:16.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:50:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:50:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:51:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:51:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:51:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:51:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:52:46.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:52:46.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:52:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:52:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:54:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:54:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:54:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:54:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:55:16.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 15:55:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:55:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:55:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:55:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:55:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:55:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:57:16.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:57:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:57:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:57:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:58:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 15:58:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 15:58:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 15:58:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:00:16.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:00:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:00:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:00:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:00:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:00:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:00:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:01:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:01:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 16:01:46.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:01:46.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:03:16.8|Info|RssSyncService|Starting RSS Sync
2026-05-22 16:03:16.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 16:03:16.8|Info|DownloadDecisionMaker|No results found
2026-05-22 16:03:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 16:03:16.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 16:03:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:03:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:03:16.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:03:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:03:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:04:46.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:04:46.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:04:46.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:04:46.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:05:16.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:05:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:05:46.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:06:16.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:06:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:06:16.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 16:06:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:07:46.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:07:46.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:07:46.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:07:46.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:09:16.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:09:16.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:09:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:09:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:10:16.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:10:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:10:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:10:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:10:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:10:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:10:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:12:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:12:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:12:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:12:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:13:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:13:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:13:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:13:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:15:17.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:15:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:15:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:15:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:15:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:15:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:15:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:16:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:16:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:16:17.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:16:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:17:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 16:17:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:17:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 16:17:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:19:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:19:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 16:19:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:19:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:20:17.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:20:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:20:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:20:47.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:20:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:20:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:20:47.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:22:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:22:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:22:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:22:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:23:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:23:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:23:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:23:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:25:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:25:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:25:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (7 ms)
2026-05-22 16:25:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:25:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:25:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:25:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:26:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:26:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:26:47.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:26:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:28:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:28:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:28:17.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:28:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:29:47.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:29:47.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:29:47.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:29:47.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:30:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:30:17.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:30:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:31:17.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:31:17.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:31:17.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:31:17.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:32:47.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:32:47.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:32:47.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:32:47.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:33:17.3|Info|RssSyncService|Starting RSS Sync
2026-05-22 16:33:17.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 16:33:17.3|Info|DownloadDecisionMaker|No results found
2026-05-22 16:33:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 16:33:17.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 16:33:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:33:47.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:33:47.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:33:47.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:33:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:35:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:35:17.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:35:17.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:35:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:35:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:35:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:36:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:36:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:36:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:36:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:36:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:38:17.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:38:17.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:38:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:38:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:39:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:39:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:39:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:39:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:40:17.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:40:17.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:40:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:40:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:40:47.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:40:47.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:41:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:42:17.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:42:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:42:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:42:17.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:43:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:43:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:43:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:43:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:45:17.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:45:17.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:45:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:45:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:45:17.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:45:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:46:17.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:46:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:46:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:46:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:46:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:48:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:48:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:48:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:48:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:49:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:49:47.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:49:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:49:47.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:50:17.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:50:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:51:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:51:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:51:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:51:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:51:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:52:47.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:52:47.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:52:47.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:52:47.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:54:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:54:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:54:17.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:54:17.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:55:17.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 16:55:17.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:55:47.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:55:47.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:55:47.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:55:47.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:56:17.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:56:47.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:56:47.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:56:47.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:56:47.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 16:58:17.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 16:58:17.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:58:17.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:58:17.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:59:47.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 16:59:47.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 16:59:47.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 16:59:47.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:00:17.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:00:17.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:01:17.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:01:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:01:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:01:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:01:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:02:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:02:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:02:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:02:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:03:17.7|Info|RssSyncService|Starting RSS Sync
2026-05-22 17:03:17.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 17:03:17.7|Info|DownloadDecisionMaker|No results found
2026-05-22 17:03:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 17:03:17.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 17:03:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:04:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:04:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:04:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:04:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:05:17.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:05:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:05:47.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:05:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:05:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:05:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:06:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:07:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:07:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:07:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:07:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:08:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:08:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:08:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:08:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:10:17.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:10:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:10:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:10:17.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:10:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:10:17.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:11:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:11:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:11:47.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:11:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:11:47.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:13:17.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:13:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:13:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:13:17.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:14:47.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:14:47.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:14:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:14:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:15:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:15:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:15:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:15:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:15:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:15:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:16:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:16:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:16:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 17:16:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:16:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:18:17.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:18:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:18:17.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:18:17.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:19:47.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:19:47.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:19:47.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:19:47.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:20:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:20:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:20:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:20:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:20:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:20:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:21:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:22:18.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:22:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:22:18.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:22:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:23:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:23:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:23:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:23:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:25:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:25:18.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:25:18.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:25:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:25:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:25:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:26:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:26:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:26:48.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:26:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:26:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:28:18.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:28:18.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:28:18.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:28:18.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:29:48.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:29:48.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:29:48.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:29:48.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:30:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:30:18.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:31:18.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:31:18.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:31:18.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:31:18.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:31:18.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:32:48.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:32:48.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:32:48.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:32:48.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:33:18.2|Info|RssSyncService|Starting RSS Sync
2026-05-22 17:33:18.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 17:33:18.2|Info|DownloadDecisionMaker|No results found
2026-05-22 17:33:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 17:33:18.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 17:33:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:34:18.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:34:18.2|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms)
2026-05-22 17:34:18.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 17:34:18.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:35:18.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:35:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 17:35:48.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:35:48.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:35:48.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:35:48.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:36:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:37:18.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:37:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:37:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:37:18.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:38:48.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:38:48.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:38:48.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:38:48.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:40:18.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:40:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:40:18.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 17:40:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:40:18.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:40:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:41:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:41:48.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:41:48.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:41:48.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:41:48.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:43:18.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:43:18.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:43:18.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:43:18.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:44:48.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:44:48.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:44:48.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:44:48.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:45:18.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:45:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:46:18.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:46:18.4|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 17:46:18.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 17:46:18.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:46:18.4|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:47:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:47:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:47:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:47:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:49:18.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:49:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:49:18.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:49:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:50:18.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:50:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:50:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:50:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:50:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:50:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:51:18.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:51:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:51:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:51:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:51:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:53:18.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:53:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:53:18.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:53:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:54:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:54:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:54:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:54:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:55:18.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 17:55:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:55:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:55:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:55:48.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:55:48.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:56:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:57:18.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 17:57:18.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:57:18.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 17:57:18.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 17:58:48.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (5 ms)
2026-05-22 17:58:48.6|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 17:58:48.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 17:58:48.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:00:18.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:00:18.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:00:18.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:00:18.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:00:18.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:00:18.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:01:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:01:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:01:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:01:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:01:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:03:18.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 18:03:18.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 18:03:18.6|Info|DownloadDecisionMaker|No results found
2026-05-22 18:03:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 18:03:18.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 18:03:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:03:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:03:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:03:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:03:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:04:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:04:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:04:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:04:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:05:18.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:05:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:06:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:06:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:06:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:06:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:06:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:07:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:07:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:07:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:07:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:09:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:09:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:09:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:09:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:10:18.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:10:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 18:10:48.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:10:48.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:10:48.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:10:48.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:11:18.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:12:18.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:12:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:12:18.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:12:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:13:48.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:13:48.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:13:48.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:13:48.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:15:18.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:15:18.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:15:18.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:15:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:15:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:15:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:16:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:16:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:16:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:16:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:16:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:18:18.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:18:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:18:18.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:18:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:19:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:19:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:19:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:19:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:20:18.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:20:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:21:18.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:21:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:21:18.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:21:18.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:21:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:22:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:22:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:22:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:22:48.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:24:18.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:24:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:24:18.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:24:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:25:18.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:25:18.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:25:48.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 18:25:49.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 18:25:49.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 18:25:49.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:25:49.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 18:25:49.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (2 ms)
2026-05-22 18:25:49.2|Debug|Api|[GET] /api/v3/movie: 200.OK (8 ms)
2026-05-22 18:25:49.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 18:30:18.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:33:19.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 18:33:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 18:33:19.0|Info|DownloadDecisionMaker|No results found
2026-05-22 18:33:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 18:33:19.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 18:35:19.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:40:19.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:45:19.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:50:19.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 18:55:19.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:00:19.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:03:19.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 19:03:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 19:03:19.6|Info|DownloadDecisionMaker|No results found
2026-05-22 19:03:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 19:03:19.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 19:03:19.6|Debug|InstallUpdateService|Checking for updates
2026-05-22 19:03:19.9|Debug|InstallUpdateService|No update available
2026-05-22 19:05:19.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:10:19.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:15:20.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:16:07.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:16:07.6|Debug|Api|[GET] /api/v3/movie: 200.OK (6 ms)
2026-05-22 19:16:07.6|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 19:16:07.6|Debug|Api|[GET] /api/v3/queue/status: 200.OK (4 ms)
2026-05-22 19:16:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:16:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:16:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:16:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:16:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:17:50.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:17:50.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:17:50.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:17:50.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:19:20.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:19:20.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:19:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:19:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:20:20.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:20:20.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:20:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:20:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:20:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:20:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:21:20.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:22:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:22:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:22:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:22:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:23:50.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:23:50.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:23:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:23:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:25:20.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:25:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:25:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:25:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:25:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:25:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:26:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:26:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:26:20.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:26:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:26:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:27:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:27:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:27:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:27:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms)
2026-05-22 19:29:20.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:29:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:29:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:29:20.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:30:20.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:30:20.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:30:50.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:30:50.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:30:50.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:30:50.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:31:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:31:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:31:50.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:31:50.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:31:50.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:33:20.3|Info|RssSyncService|Starting RSS Sync
2026-05-22 19:33:20.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 19:33:20.3|Info|DownloadDecisionMaker|No results found
2026-05-22 19:33:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 19:33:20.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 19:33:20.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:33:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:33:20.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:33:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (5 ms)
2026-05-22 19:33:20.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:34:50.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:34:50.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:34:50.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:34:50.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:35:00.2|Debug|Api|[GET] /api/v3/movie: 200.OK (6 ms)
2026-05-22 19:35:00.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:35:00.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 19:35:00.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-22 19:35:20.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:38:13.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:38:13.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 19:38:13.3|Debug|Api|[GET] /api/v3/queue/status: 200.OK (3 ms)
2026-05-22 19:38:13.3|Debug|Api|[GET] /api/v3/movie: 200.OK (10 ms)
2026-05-22 19:39:20.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (3 ms)
2026-05-22 19:39:20.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:39:20.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:39:20.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:40:20.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:40:20.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:40:50.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:40:50.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:40:50.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:40:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:41:20.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:42:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:42:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 19:42:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:42:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:44:46.4|Debug|Api|[GET] /api/v3/movie: 200.OK (2 ms)
2026-05-22 19:44:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (5 ms)
2026-05-22 19:44:46.6|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 19:44:46.6|Debug|Api|[GET] /api/v3/queue/status: 200.OK (7 ms)
2026-05-22 19:45:20.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:45:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:45:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:45:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:45:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:45:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:46:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:46:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:46:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:46:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:46:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:48:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 19:48:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:48:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 19:48:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:49:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:49:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:49:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:49:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:50:50.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:50:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:51:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:51:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:51:20.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:51:20.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:51:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:52:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:52:50.5|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:52:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:52:50.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:54:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:54:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:54:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:54:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:55:50.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 19:55:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:55:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:55:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:55:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:55:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:56:50.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:57:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:57:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:57:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:57:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 19:58:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 19:58:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 19:58:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 19:58:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:00:20.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:00:20.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:00:20.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:00:20.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:00:50.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:00:50.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:01:50.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:01:50.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:01:50.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:01:50.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:01:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-22 20:03:20.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 20:03:20.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 20:03:20.6|Info|DownloadDecisionMaker|No results found
2026-05-22 20:03:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 20:03:20.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 20:03:20.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 20:03:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:03:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:03:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:03:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:04:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:04:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:04:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:04:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:05:50.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:05:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:06:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:06:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:06:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:06:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:06:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:07:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (9 ms)
2026-05-22 20:07:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:07:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:07:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:09:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:09:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:09:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:09:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:10:50.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:10:50.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:10:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:10:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:10:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:10:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:11:50.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:12:20.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:12:20.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:12:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:12:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:13:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:13:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:13:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (4 ms)
2026-05-22 20:13:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:15:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:15:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:15:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:15:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:15:50.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:15:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:16:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:16:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:16:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:16:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:16:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:18:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:18:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:18:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:18:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:19:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:19:50.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:19:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:19:50.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:20:50.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:20:50.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:21:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:21:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:21:20.8|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2026-05-22 20:21:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:21:50.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:22:20.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:22:20.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:22:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:22:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:23:50.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:23:50.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:23:50.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:23:50.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:25:20.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:25:20.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:25:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:25:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:25:50.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:25:50.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:26:51.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:26:51.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:26:51.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:26:51.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:26:51.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:28:21.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:28:21.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:28:21.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:28:21.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:29:51.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:29:51.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:29:51.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:29:51.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:30:50.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:30:51.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:31:21.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2026-05-22 20:31:21.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:31:21.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 20:31:21.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 20:31:51.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:32:12.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 20:32:12.5|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 20:32:12.5|Debug|Api|[GET] /api/v3/queue/status: 200.OK (5 ms)
2026-05-22 20:32:12.5|Debug|Api|[GET] /api/v3/movie: 200.OK (16 ms)
2026-05-22 20:33:21.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 20:33:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 20:33:21.0|Info|DownloadDecisionMaker|No results found
2026-05-22 20:33:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 20:33:21.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 20:35:51.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:40:51.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:45:51.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:50:51.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 20:55:51.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:00:51.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:03:21.4|Info|RssSyncService|Starting RSS Sync
2026-05-22 21:03:21.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 21:03:21.4|Info|DownloadDecisionMaker|No results found
2026-05-22 21:03:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 21:03:21.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 21:05:51.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:10:51.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:15:51.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:16:10.6|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2026-05-22 21:16:10.6|Debug|Api|[GET] /api/v3/movie: 200.OK (8 ms)
2026-05-22 21:16:10.6|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 21:16:10.6|Debug|Api|[GET] /api/v3/queue/status: 200.OK (7 ms)
2026-05-22 21:20:51.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:25:51.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:30:51.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:33:21.8|Info|RssSyncService|Starting RSS Sync
2026-05-22 21:33:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 21:33:21.8|Info|DownloadDecisionMaker|No results found
2026-05-22 21:33:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 21:33:21.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 21:35:51.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:40:51.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:45:52.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:50:52.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 21:55:52.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:00:52.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:03:22.2|Info|RssSyncService|Starting RSS Sync
2026-05-22 22:03:22.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 22:03:22.2|Info|DownloadDecisionMaker|No results found
2026-05-22 22:03:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 22:03:22.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 22:05:52.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:10:52.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:15:52.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:17:25.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 22:17:25.4|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 22:17:25.4|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-22 22:17:25.4|Debug|Api|[GET] /api/v3/movie: 200.OK (12 ms)
2026-05-22 22:18:31.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 22:18:31.4|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 22:18:31.4|Debug|Api|[GET] /api/v3/queue/status: 200.OK (2 ms)
2026-05-22 22:18:31.4|Debug|Api|[GET] /api/v3/movie: 200.OK (12 ms)
2026-05-22 22:19:40.4|Debug|Api|[GET] /api/v3/movie: 200.OK (6 ms)
2026-05-22 22:19:40.4|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 22:19:40.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 22:19:40.4|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-22 22:19:52.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 22:19:52.4|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2026-05-22 22:19:52.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 22:19:52.4|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-22 22:20:52.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:25:52.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:30:52.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:33:22.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 22:33:22.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 22:33:22.6|Info|DownloadDecisionMaker|No results found
2026-05-22 22:33:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 22:33:22.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 22:35:52.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:40:52.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:45:52.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:50:52.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 22:55:53.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:00:53.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:03:23.1|Info|RssSyncService|Starting RSS Sync
2026-05-22 23:03:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 23:03:23.1|Info|DownloadDecisionMaker|No results found
2026-05-22 23:03:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 23:03:23.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 23:05:53.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:10:53.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:15:53.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:20:53.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:25:53.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:30:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:33:23.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 23:33:23.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 23:33:23.6|Info|DownloadDecisionMaker|No results found
2026-05-22 23:33:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 23:33:23.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-22 23:36:23.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:41:23.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:46:23.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:47:56.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-22 23:47:56.8|Debug|Api|[GET] /api/v3/queue/status: 200.OK (0 ms)
2026-05-22 23:47:56.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-22 23:47:56.8|Debug|Api|[GET] /api/v3/movie: 200.OK (8 ms)
2026-05-22 23:51:23.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-22 23:56:23.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:01:23.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:03:24.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 00:03:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 00:03:24.0|Info|DownloadDecisionMaker|No results found
2026-05-23 00:03:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 00:03:24.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 00:06:24.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:11:24.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:16:24.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:20:48.0|Debug|Api|[GET] /api/v3/movie: 200.OK (7 ms)
2026-05-23 00:20:48.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 00:20:48.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 00:20:48.0|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 00:21:24.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:26:24.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:31:24.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:33:24.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 00:33:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 00:33:24.6|Info|DownloadDecisionMaker|No results found
2026-05-23 00:33:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 00:33:24.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 00:36:24.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:41:54.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:46:54.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:51:55.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 00:56:55.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:01:55.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:03:25.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 01:03:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 01:03:25.1|Info|DownloadDecisionMaker|No results found
2026-05-23 01:03:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 01:03:25.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 01:03:25.1|Debug|InstallUpdateService|Checking for updates
2026-05-23 01:03:25.4|Debug|InstallUpdateService|No update available
2026-05-23 01:06:55.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:11:55.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:16:55.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:21:42.3|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms)
2026-05-23 01:21:42.3|Debug|Api|[GET] /api/v3/movie: 200.OK (10 ms)
2026-05-23 01:21:42.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 01:21:42.3|Debug|Api|[GET] /api/v3/queue/status: 200.OK (0 ms)
2026-05-23 01:21:55.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:26:55.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:31:55.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:33:25.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 01:33:25.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 01:33:25.6|Info|DownloadDecisionMaker|No results found
2026-05-23 01:33:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 01:33:25.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 01:36:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:36:57.3|Debug|Api|[GET] /api/v3/command: 200.OK (4 ms)
2026-05-23 01:36:57.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 01:36:57.3|Debug|Api|[GET] /api/v3/queue/status: 200.OK (2 ms)
2026-05-23 01:36:57.3|Debug|Api|[GET] /api/v3/movie: 200.OK (16 ms)
2026-05-23 01:41:55.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:46:55.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:51:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 01:56:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:01:55.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:03:25.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 02:03:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 02:03:25.9|Info|DownloadDecisionMaker|No results found
2026-05-23 02:03:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 02:03:25.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 02:06:56.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:11:56.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:17:26.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:22:26.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:27:26.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:32:26.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:33:26.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 02:33:26.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 02:33:26.6|Info|DownloadDecisionMaker|No results found
2026-05-23 02:33:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 02:33:26.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 02:37:26.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:38:11.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-23 02:38:11.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (0 ms)
2026-05-23 02:38:11.2|Debug|Api|[GET] /api/v3/movie: 200.OK (11 ms)
2026-05-23 02:38:11.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 02:42:26.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:47:26.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:52:26.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 02:57:26.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:02:27.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:03:27.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 03:03:27.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 03:03:27.0|Info|DownloadDecisionMaker|No results found
2026-05-23 03:03:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 03:03:27.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 03:07:27.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:12:27.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:17:27.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:22:27.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:27:27.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:32:27.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:33:27.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 03:33:27.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 03:33:27.6|Info|DownloadDecisionMaker|No results found
2026-05-23 03:33:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 03:33:27.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 03:37:27.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:42:27.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:47:27.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:52:28.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 03:57:28.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:02:28.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:03:28.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 04:03:28.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 04:03:28.2|Info|DownloadDecisionMaker|No results found
2026-05-23 04:03:28.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 04:03:28.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 04:07:28.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:12:28.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:17:28.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:22:28.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:27:28.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:32:28.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:33:28.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 04:33:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 04:33:28.8|Info|DownloadDecisionMaker|No results found
2026-05-23 04:33:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 04:33:28.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 04:37:28.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:42:28.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:47:29.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:52:29.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 04:57:29.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:02:29.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:03:29.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 05:03:29.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 05:03:29.7|Info|DownloadDecisionMaker|No results found
2026-05-23 05:03:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 05:03:29.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 05:07:29.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:12:29.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:17:29.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:22:30.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:27:30.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:32:30.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:33:30.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 05:33:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 05:33:30.4|Info|DownloadDecisionMaker|No results found
2026-05-23 05:33:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 05:33:30.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 05:37:30.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:42:30.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:47:30.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:52:30.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:57:30.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 05:59:17.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 05:59:17.2|Debug|Api|[GET] /api/v3/movie: 200.OK (7 ms)
2026-05-23 05:59:17.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 05:59:17.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 06:02:30.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:03:30.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 06:03:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 06:03:30.8|Info|DownloadDecisionMaker|No results found
2026-05-23 06:03:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 06:03:30.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 06:07:30.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:12:30.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:17:31.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:22:31.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:26:50.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 06:26:50.1|Debug|Api|[GET] /api/v3/movie: 200.OK (9 ms)
2026-05-23 06:26:50.1|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 06:26:50.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 06:27:31.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:32:31.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:33:31.3|Info|RssSyncService|Starting RSS Sync
2026-05-23 06:33:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 06:33:31.3|Info|DownloadDecisionMaker|No results found
2026-05-23 06:33:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 06:33:31.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 06:37:31.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:42:31.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:47:31.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:52:31.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 06:57:31.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:02:31.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:03:31.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 07:03:31.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 07:03:31.9|Info|DownloadDecisionMaker|No results found
2026-05-23 07:03:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 07:03:31.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 07:03:31.9|Debug|InstallUpdateService|Checking for updates
2026-05-23 07:03:32.1|Debug|InstallUpdateService|No update available
2026-05-23 07:07:31.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:12:32.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:17:32.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:22:32.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:27:32.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:32:32.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:33:32.3|Info|RssSyncService|Starting RSS Sync
2026-05-23 07:33:32.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 07:33:32.3|Info|DownloadDecisionMaker|No results found
2026-05-23 07:33:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 07:33:32.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 07:37:32.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:42:32.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:47:32.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:52:32.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 07:57:32.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:02:32.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:03:33.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 08:03:33.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 08:03:33.0|Info|DownloadDecisionMaker|No results found
2026-05-23 08:03:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 08:03:33.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 08:07:33.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:12:33.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:17:33.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:22:33.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:27:33.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:28:47.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 08:28:47.3|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 08:28:47.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 08:28:47.3|Debug|Api|[GET] /api/v3/movie: 200.OK (11 ms)
2026-05-23 08:32:33.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:33:33.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 08:33:33.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 08:33:33.9|Info|DownloadDecisionMaker|No results found
2026-05-23 08:33:33.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 08:33:33.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 08:37:34.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:42:34.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:47:34.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:52:34.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 08:57:34.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:02:34.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:03:34.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 09:03:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 09:03:34.7|Info|DownloadDecisionMaker|No results found
2026-05-23 09:03:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 09:03:34.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 09:07:34.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:12:34.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:17:34.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:22:35.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:27:35.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:32:35.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:33:35.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 09:33:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 09:33:35.5|Info|DownloadDecisionMaker|No results found
2026-05-23 09:33:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 09:33:35.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 09:37:35.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:42:35.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:47:35.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:52:36.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 09:57:36.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:02:36.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:03:36.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 10:03:36.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 10:03:36.2|Info|DownloadDecisionMaker|No results found
2026-05-23 10:03:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 10:03:36.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 10:07:36.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:12:36.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:17:36.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:22:36.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:27:36.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:30:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 10:30:46.7|Debug|Api|[GET] /api/v3/movie: 200.OK (7 ms)
2026-05-23 10:30:46.7|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 10:30:46.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 10:32:36.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:33:36.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 10:33:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 10:33:36.6|Info|DownloadDecisionMaker|No results found
2026-05-23 10:33:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 10:33:36.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 10:37:36.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:42:36.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:47:36.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:52:36.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 10:57:37.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:02:37.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:03:37.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 11:03:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 11:03:37.1|Info|DownloadDecisionMaker|No results found
2026-05-23 11:03:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 11:03:37.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 11:07:37.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:12:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:17:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:22:37.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:27:37.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:31:53.8|Debug|Api|[GET] /api/v3/movie: 200.OK (3 ms)
2026-05-23 11:31:53.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-23 11:31:53.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 11:31:53.8|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 11:32:37.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:33:37.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 11:33:37.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 11:33:37.9|Info|DownloadDecisionMaker|No results found
2026-05-23 11:33:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 11:33:37.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 11:37:38.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:42:38.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:47:38.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:52:38.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 11:57:38.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:02:38.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:03:38.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 12:03:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 12:03:38.5|Info|DownloadDecisionMaker|No results found
2026-05-23 12:03:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 12:03:38.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 12:07:38.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:12:38.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:17:38.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:22:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:27:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:32:39.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:32:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 12:32:46.7|Debug|Api|[GET] /api/v3/movie: 200.OK (7 ms)
2026-05-23 12:32:46.7|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 12:32:46.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 12:33:38.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 12:33:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 12:33:38.9|Info|DownloadDecisionMaker|No results found
2026-05-23 12:33:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 12:33:38.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 12:38:09.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:43:09.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:48:09.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:53:09.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 12:58:09.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:03:09.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:03:09.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-23 13:03:09.7|Info|HousekeepingService|Running housecleaning tasks
2026-05-23 13:03:09.7|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2026-05-23 13:03:09.7|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2026-05-23 13:03:09.7|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2026-05-23 13:03:09.7|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2026-05-23 13:03:09.7|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupDuplicateMovieTranslations
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupDuplicateMovieTranslations
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedAlternativeTitles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedAlternativeTitles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedCollections
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedCollections
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedCredits
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedCredits
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedExtraFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedExtraFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedImportListMovies
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedImportListMovies
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMovieFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMovieFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMovieMetadata
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMovieMetadata
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMovieMovieFileIds
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMovieMovieFileIds
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMovies
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMovies
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedMovieTranslations
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedMovieTranslations
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupOrphanedSubtitleFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Completed CleanupOrphanedSubtitleFiles
2026-05-23 13:03:09.8|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting FixWronglyMatchedMovieFiles
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed FixWronglyMatchedMovieFiles
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-23 13:03:09.9|Info|Database|Vacuuming Log database
2026-05-23 13:03:09.9|Info|Database|Log database compressed
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-23 13:03:09.9|Debug|HousekeepingService|Starting UpdateCleanTitleForMovies
2026-05-23 13:03:09.9|Debug|HousekeepingService|Completed UpdateCleanTitleForMovies
2026-05-23 13:03:09.9|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-23 13:03:09.9|Info|Database|Vacuuming Main database
2026-05-23 13:03:10.1|Info|Database|Main database compressed
2026-05-23 13:03:41.1|Debug|InstallUpdateService|Checking for updates
2026-05-23 13:03:41.2|Debug|InstallUpdateService|No update available
2026-05-23 13:03:41.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 13:03:41.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 13:03:41.4|Info|DownloadDecisionMaker|No results found
2026-05-23 13:03:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 13:03:41.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 13:08:10.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:13:10.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:18:10.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:23:10.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:28:11.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:33:11.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:34:11.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 13:34:11.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 13:34:11.1|Info|DownloadDecisionMaker|No results found
2026-05-23 13:34:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 13:34:11.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 13:38:11.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:43:11.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:48:11.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:53:11.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 13:58:11.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:03:11.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:04:11.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 14:04:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 14:04:11.5|Info|DownloadDecisionMaker|No results found
2026-05-23 14:04:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 14:04:11.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 14:08:11.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:12:22.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2026-05-23 14:12:22.3|Debug|Api|[GET] /api/v3/movie: 200.OK (7 ms)
2026-05-23 14:12:22.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 14:12:22.3|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 14:13:12.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:18:12.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:23:12.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:28:12.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:33:12.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:34:12.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 14:34:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 14:34:12.4|Info|DownloadDecisionMaker|No results found
2026-05-23 14:34:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 14:34:12.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 14:34:46.2|Debug|Api|[GET] /api/v3/movie: 200.OK (4 ms)
2026-05-23 14:34:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2026-05-23 14:34:46.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2026-05-23 14:34:46.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2026-05-23 14:38:12.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:43:12.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:48:13.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:53:13.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 14:58:13.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:03:13.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:04:13.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 15:04:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 15:04:13.2|Info|DownloadDecisionMaker|No results found
2026-05-23 15:04:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 15:04:13.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 15:08:13.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:13:13.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:18:13.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:23:13.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:28:13.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:33:13.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:34:13.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 15:34:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 15:34:13.7|Info|DownloadDecisionMaker|No results found
2026-05-23 15:34:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 15:34:13.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 15:38:13.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:43:14.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:48:44.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:53:44.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 15:58:44.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:03:44.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:04:14.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 16:04:14.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 16:04:14.4|Info|DownloadDecisionMaker|No results found
2026-05-23 16:04:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 16:04:14.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 16:08:44.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:13:44.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:18:44.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:23:44.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:28:45.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:33:45.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:34:15.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 16:34:15.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 16:34:15.1|Info|DownloadDecisionMaker|No results found
2026-05-23 16:34:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 16:34:15.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 16:38:45.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:43:45.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:48:45.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:54:15.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 16:59:15.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:04:15.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:04:15.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 17:04:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 17:04:15.7|Info|DownloadDecisionMaker|No results found
2026-05-23 17:04:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 17:04:15.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 17:09:15.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:14:15.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:19:16.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:24:16.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:29:16.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:34:16.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:34:16.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 17:34:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 17:34:16.6|Info|DownloadDecisionMaker|No results found
2026-05-23 17:34:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 17:34:16.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 17:39:16.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:44:16.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:49:16.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:54:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 17:59:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:04:17.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:04:17.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 18:04:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 18:04:17.2|Info|DownloadDecisionMaker|No results found
2026-05-23 18:04:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 18:04:17.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 18:09:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:14:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:19:17.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:24:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:29:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:34:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:34:18.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 18:34:18.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 18:34:18.1|Info|DownloadDecisionMaker|No results found
2026-05-23 18:34:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 18:34:18.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 18:39:18.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:44:18.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:49:18.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:54:18.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 18:59:18.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:03:48.7|Debug|InstallUpdateService|Checking for updates
2026-05-23 19:03:53.7|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-23 19:03:58.7|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-23 19:04:03.7|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-23 19:04:08.8|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-23 19:04:18.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:04:18.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 19:04:18.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 19:04:18.8|Info|DownloadDecisionMaker|No results found
2026-05-23 19:04:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 19:04:18.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 19:09:18.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:14:18.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:19:19.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:24:19.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:29:20.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:34:20.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:34:20.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 19:34:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 19:34:20.1|Info|DownloadDecisionMaker|No results found
2026-05-23 19:34:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 19:34:20.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 19:39:20.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:44:20.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:49:20.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:54:20.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 19:59:20.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:04:20.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:04:20.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 20:04:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 20:04:20.5|Info|DownloadDecisionMaker|No results found
2026-05-23 20:04:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 20:04:20.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 20:09:20.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:14:20.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:19:20.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:24:20.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:29:20.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:34:21.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:34:21.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 20:34:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 20:34:21.1|Info|DownloadDecisionMaker|No results found
2026-05-23 20:34:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 20:34:21.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 20:39:21.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:44:21.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:49:21.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:54:21.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 20:59:21.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:04:21.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:04:21.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 21:04:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 21:04:21.8|Info|DownloadDecisionMaker|No results found
2026-05-23 21:04:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 21:04:21.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 21:09:21.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:14:21.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:19:22.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:24:22.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:29:22.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:34:22.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:34:22.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 21:34:22.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 21:34:22.2|Info|DownloadDecisionMaker|No results found
2026-05-23 21:34:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 21:34:22.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 21:39:22.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:44:22.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:49:22.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:54:22.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 21:59:22.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:04:22.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:04:22.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 22:04:22.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 22:04:22.8|Info|DownloadDecisionMaker|No results found
2026-05-23 22:04:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 22:04:22.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 22:09:22.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:14:22.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:19:23.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:24:23.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:29:23.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:34:23.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:34:23.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 22:34:23.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 22:34:23.2|Info|DownloadDecisionMaker|No results found
2026-05-23 22:34:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 22:34:23.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 22:39:23.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:44:53.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:49:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:54:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 22:59:53.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:04:23.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 23:04:23.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 23:04:23.8|Info|DownloadDecisionMaker|No results found
2026-05-23 23:04:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 23:04:23.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 23:04:53.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:09:54.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:14:54.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:19:54.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:24:54.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:29:54.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:34:24.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 23:34:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 23:34:24.6|Info|DownloadDecisionMaker|No results found
2026-05-23 23:34:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 23:34:24.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-23 23:34:54.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:39:54.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:44:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:49:55.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:54:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-23 23:59:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:04:25.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 00:04:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 00:04:25.9|Info|DownloadDecisionMaker|No results found
2026-05-24 00:04:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 00:04:25.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 00:04:55.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:09:56.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:14:56.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:19:56.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:24:56.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:29:56.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:34:26.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 00:34:26.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 00:34:26.7|Info|DownloadDecisionMaker|No results found
2026-05-24 00:34:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 00:34:26.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 00:34:56.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:39:56.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:44:56.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:49:57.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:54:57.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 00:59:57.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:04:27.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 01:04:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 01:04:27.4|Info|DownloadDecisionMaker|No results found
2026-05-24 01:04:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 01:04:27.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 01:04:27.4|Debug|InstallUpdateService|Checking for updates
2026-05-24 01:04:32.4|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 01:04:37.5|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:04:42.4|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 01:04:47.5|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:04:57.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:09:57.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:14:57.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:19:57.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:24:57.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:29:57.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:34:27.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 01:34:27.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 01:34:27.9|Info|DownloadDecisionMaker|No results found
2026-05-24 01:34:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 01:34:27.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 01:34:57.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:39:57.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:44:58.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:49:58.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:54:58.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 01:59:58.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:04:28.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 02:04:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 02:04:28.7|Info|DownloadDecisionMaker|No results found
2026-05-24 02:04:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 02:04:28.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 02:04:58.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:09:58.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:14:58.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:19:58.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:24:59.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:29:59.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:34:29.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 02:34:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 02:34:29.2|Info|DownloadDecisionMaker|No results found
2026-05-24 02:34:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 02:34:29.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 02:34:59.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:39:59.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:44:59.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:49:59.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 02:54:59.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:00:00.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:04:30.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 03:04:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 03:04:30.0|Info|DownloadDecisionMaker|No results found
2026-05-24 03:04:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 03:04:30.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 03:05:00.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:10:00.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:15:00.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:20:00.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:25:00.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:30:00.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:34:30.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 03:34:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 03:34:30.6|Info|DownloadDecisionMaker|No results found
2026-05-24 03:34:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 03:34:30.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 03:35:00.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:40:00.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:45:00.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:50:00.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 03:55:00.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:00:01.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:04:31.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 04:04:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 04:04:31.3|Info|DownloadDecisionMaker|No results found
2026-05-24 04:04:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 04:04:31.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 04:05:01.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:10:01.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:15:01.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:20:01.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:25:01.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:30:02.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:34:32.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 04:34:32.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 04:34:32.2|Info|DownloadDecisionMaker|No results found
2026-05-24 04:34:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 04:34:32.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 04:35:02.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:40:02.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:45:02.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:50:02.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 04:55:02.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:00:02.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:04:32.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 05:04:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 05:04:32.9|Info|DownloadDecisionMaker|No results found
2026-05-24 05:04:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 05:04:32.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 05:05:02.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:10:02.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:15:03.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:20:03.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:25:03.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:30:03.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:34:33.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 05:34:33.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 05:34:33.3|Info|DownloadDecisionMaker|No results found
2026-05-24 05:34:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 05:34:33.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 05:35:03.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:40:03.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:45:03.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:50:04.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 05:55:04.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:00:04.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:04:34.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 06:04:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 06:04:34.1|Info|DownloadDecisionMaker|No results found
2026-05-24 06:04:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 06:04:34.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 06:05:04.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:10:04.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:15:04.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:20:04.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:25:04.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:30:34.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:34:34.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 06:34:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 06:34:34.7|Info|DownloadDecisionMaker|No results found
2026-05-24 06:34:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 06:34:34.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 06:35:34.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:40:35.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:45:35.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:50:35.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 06:55:35.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:00:35.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:04:35.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 07:04:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 07:04:35.4|Info|DownloadDecisionMaker|No results found
2026-05-24 07:04:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 07:04:35.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 07:05:05.4|Debug|InstallUpdateService|Checking for updates
2026-05-24 07:05:10.4|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 07:05:15.4|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:05:20.4|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 07:05:25.5|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:05:35.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:10:35.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:15:35.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:20:35.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:25:35.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:30:36.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:34:36.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 07:34:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 07:34:36.0|Info|DownloadDecisionMaker|No results found
2026-05-24 07:34:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 07:34:36.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 07:35:36.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:40:36.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:45:36.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:50:36.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 07:55:36.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:00:36.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:04:36.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 08:04:36.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 08:04:36.8|Info|DownloadDecisionMaker|No results found
2026-05-24 08:04:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 08:04:36.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 08:05:36.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:10:36.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:15:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:20:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:25:37.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:30:37.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:34:37.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 08:34:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 08:34:37.5|Info|DownloadDecisionMaker|No results found
2026-05-24 08:34:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 08:34:37.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 08:35:37.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:40:37.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:45:37.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:50:38.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 08:55:38.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:00:38.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:04:38.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 09:04:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 09:04:38.1|Info|DownloadDecisionMaker|No results found
2026-05-24 09:04:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 09:04:38.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 09:05:38.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:10:38.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:15:38.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:20:38.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:25:38.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:30:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:34:38.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 09:34:38.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 09:34:38.8|Info|DownloadDecisionMaker|No results found
2026-05-24 09:34:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 09:34:38.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 09:35:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:40:38.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:45:39.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:50:39.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 09:55:39.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:00:39.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:04:39.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 10:04:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 10:04:39.6|Info|DownloadDecisionMaker|No results found
2026-05-24 10:04:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 10:04:39.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 10:05:39.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:10:39.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:15:39.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:20:40.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:26:10.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:31:10.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:34:40.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 10:34:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 10:34:40.2|Info|DownloadDecisionMaker|No results found
2026-05-24 10:34:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 10:34:40.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 10:36:10.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:41:10.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:46:10.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:51:10.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 10:56:40.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:01:40.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:04:40.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 11:04:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 11:04:40.5|Info|DownloadDecisionMaker|No results found
2026-05-24 11:04:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 11:04:40.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 11:06:40.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:11:40.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:16:40.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:21:40.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:26:41.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:31:41.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:34:41.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 11:34:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 11:34:41.2|Info|DownloadDecisionMaker|No results found
2026-05-24 11:34:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 11:34:41.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 11:36:41.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:41:41.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:46:41.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:51:41.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 11:56:41.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:01:41.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:04:41.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 12:04:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 12:04:41.8|Info|DownloadDecisionMaker|No results found
2026-05-24 12:04:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 12:04:41.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 12:06:41.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:11:41.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:16:42.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:21:42.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:26:42.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:31:42.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:34:42.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 12:34:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 12:34:42.6|Info|DownloadDecisionMaker|No results found
2026-05-24 12:34:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 12:34:42.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 12:36:42.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:41:42.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:46:42.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:51:42.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 12:56:42.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:01:43.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:03:13.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-24 13:03:13.6|Info|HousekeepingService|Running housecleaning tasks
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupDuplicateMovieTranslations
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupDuplicateMovieTranslations
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedAlternativeTitles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedAlternativeTitles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedCollections
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedCollections
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedCredits
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedCredits
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedExtraFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedExtraFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedImportListMovies
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedImportListMovies
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMovieFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMovieFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMovieMetadata
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMovieMetadata
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMovieMovieFileIds
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMovieMovieFileIds
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMovies
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMovies
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedMovieTranslations
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedMovieTranslations
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupOrphanedSubtitleFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupOrphanedSubtitleFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting FixWronglyMatchedMovieFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Completed FixWronglyMatchedMovieFiles
2026-05-24 13:03:13.6|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-24 13:03:13.6|Info|Database|Vacuuming Log database
2026-05-24 13:03:13.7|Info|Database|Log database compressed
2026-05-24 13:03:13.7|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-24 13:03:13.7|Debug|HousekeepingService|Starting UpdateCleanTitleForMovies
2026-05-24 13:03:13.7|Debug|HousekeepingService|Completed UpdateCleanTitleForMovies
2026-05-24 13:03:13.7|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-24 13:03:13.7|Info|Database|Vacuuming Main database
2026-05-24 13:03:13.9|Info|Database|Main database compressed
2026-05-24 13:03:18.4|Error|CommandExecutor|Error occurred while executing task RefreshMovie
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.radarr.video:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetChangedMovies(DateTime startTime) in ./NzbDrone.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 69
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./NzbDrone.Core/Movies/RefreshMovieService.cs:line 265
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:04:43.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 13:04:43.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 13:04:43.6|Info|DownloadDecisionMaker|No results found
2026-05-24 13:04:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 13:04:43.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 13:05:43.7|Debug|InstallUpdateService|Checking for updates
2026-05-24 13:05:48.7|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 13:05:53.7|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:05:58.7|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 13:06:03.7|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:06:43.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:11:43.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:16:43.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:21:43.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:26:43.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:31:44.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:34:44.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 13:34:44.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 13:34:44.0|Info|DownloadDecisionMaker|No results found
2026-05-24 13:34:44.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 13:34:44.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 13:36:44.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:41:44.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:46:44.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:51:44.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 13:56:44.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:01:44.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:04:44.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 14:04:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 14:04:44.7|Info|DownloadDecisionMaker|No results found
2026-05-24 14:04:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 14:04:44.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 14:06:44.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:11:44.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:16:44.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:21:45.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:26:45.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:31:45.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:34:45.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 14:34:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 14:34:45.2|Info|DownloadDecisionMaker|No results found
2026-05-24 14:34:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 14:34:45.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 14:36:46.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:42:16.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:47:16.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:52:16.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 14:57:16.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:02:16.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:04:46.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 15:04:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 15:04:46.3|Info|DownloadDecisionMaker|No results found
2026-05-24 15:04:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 15:04:46.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 15:07:16.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:12:17.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:17:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:22:17.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:27:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:32:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:34:47.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 15:34:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 15:34:47.4|Info|DownloadDecisionMaker|No results found
2026-05-24 15:34:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 15:34:47.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 15:37:17.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:42:17.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:47:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:52:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 15:57:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:02:18.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:04:48.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 16:04:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 16:04:48.1|Info|DownloadDecisionMaker|No results found
2026-05-24 16:04:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 16:04:48.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 16:07:18.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:12:18.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:17:18.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:22:18.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:27:18.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:32:18.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:34:48.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 16:34:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 16:34:48.8|Info|DownloadDecisionMaker|No results found
2026-05-24 16:34:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 16:34:48.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 16:37:18.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:42:18.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:47:19.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:52:19.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 16:57:19.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:02:19.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:04:49.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 17:04:49.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 17:04:49.7|Info|DownloadDecisionMaker|No results found
2026-05-24 17:04:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 17:04:49.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 17:07:19.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:12:19.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:17:20.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:22:20.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:27:20.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:32:20.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:34:50.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 17:34:50.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 17:34:50.5|Info|DownloadDecisionMaker|No results found
2026-05-24 17:34:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 17:34:50.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 17:37:20.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:42:20.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:47:21.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:52:21.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 17:57:21.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:02:21.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:04:51.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 18:04:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 18:04:51.3|Info|DownloadDecisionMaker|No results found
2026-05-24 18:04:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 18:04:51.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 18:07:21.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:12:21.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:17:21.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:22:22.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:27:52.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:32:52.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:34:52.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 18:34:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 18:34:52.2|Info|DownloadDecisionMaker|No results found
2026-05-24 18:34:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 18:34:52.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 18:37:52.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:42:52.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:47:52.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:52:52.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 18:57:52.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:02:53.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:04:53.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 19:04:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 19:04:53.1|Info|DownloadDecisionMaker|No results found
2026-05-24 19:04:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 19:04:53.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 19:06:23.1|Debug|InstallUpdateService|Checking for updates
2026-05-24 19:06:28.1|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 19:06:33.1|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:06:38.1|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 19:06:43.2|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:07:53.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:12:53.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:17:53.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:22:53.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:27:53.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:32:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:34:53.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 19:34:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 19:34:53.6|Info|DownloadDecisionMaker|No results found
2026-05-24 19:34:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 19:34:53.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 19:37:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:42:53.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:47:53.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:52:53.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 19:57:54.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:02:54.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:04:54.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 20:04:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 20:04:54.4|Info|DownloadDecisionMaker|No results found
2026-05-24 20:04:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 20:04:54.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 20:07:54.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:12:54.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:17:54.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:22:54.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:27:55.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:33:25.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:34:55.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 20:34:55.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 20:34:55.1|Info|DownloadDecisionMaker|No results found
2026-05-24 20:34:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 20:34:55.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 20:38:25.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:43:25.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:48:25.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:53:25.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 20:58:25.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:03:55.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:04:55.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 21:04:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 21:04:55.5|Info|DownloadDecisionMaker|No results found
2026-05-24 21:04:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 21:04:55.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 21:08:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:13:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:18:55.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:23:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:28:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:33:56.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:34:56.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 21:34:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 21:34:56.2|Info|DownloadDecisionMaker|No results found
2026-05-24 21:34:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 21:34:56.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 21:38:56.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:43:56.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:48:56.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:53:56.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 21:58:56.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:03:56.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:04:56.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 22:04:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 22:04:56.9|Info|DownloadDecisionMaker|No results found
2026-05-24 22:04:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 22:04:56.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 22:08:57.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:13:57.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:18:57.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:23:57.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:28:57.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:33:57.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:34:57.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 22:34:57.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 22:34:57.8|Info|DownloadDecisionMaker|No results found
2026-05-24 22:34:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 22:34:57.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 22:38:58.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:43:58.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:48:58.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:53:58.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 22:58:58.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:03:58.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:04:58.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 23:04:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 23:04:58.5|Info|DownloadDecisionMaker|No results found
2026-05-24 23:04:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 23:04:58.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 23:08:58.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:13:58.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:18:59.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:23:59.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:28:59.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:33:59.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:34:59.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 23:34:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 23:34:59.2|Info|DownloadDecisionMaker|No results found
2026-05-24 23:34:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 23:34:59.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-24 23:38:59.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:43:59.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:48:59.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:53:59.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-24 23:58:59.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:03:59.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:04:59.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 00:04:59.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 00:04:59.9|Info|DownloadDecisionMaker|No results found
2026-05-25 00:04:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 00:04:59.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 00:09:00.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:14:00.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:18:32.0|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
2026-05-25 00:18:32.1|Debug|ProcessProvider|Found 1 processes with the name: Radarr
2026-05-25 00:18:32.1|Debug|ProcessProvider| - [150] Radarr
2026-05-25 00:18:32.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-25 00:18:32.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-25 00:18:32.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-25 00:18:32.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-25 00:18:32.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1304679s
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1358259s
2026-05-25 00:18:32.5|Debug|MigrationController|Took: 00:00:00.3820298
2026-05-25 00:18:32.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-25 00:18:32.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-25 00:18:32.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097091s
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010044s
2026-05-25 00:18:32.6|Debug|MigrationController|Took: 00:00:00.1242938
2026-05-25 00:18:33.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-25 00:18:34.0|Debug|QualityDefinitionService|Setting up default quality config
2026-05-25 00:18:34.4|Debug|NotificationFactory|Initializing Providers. Count 26
2026-05-25 00:18:34.5|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-25 00:18:34.7|Debug|IndexerFactory|Initializing Providers. Count 9
2026-05-25 00:18:34.7|Debug|ImportListFactory|Initializing Providers. Count 19
2026-05-25 00:18:34.7|Debug|MetadataFactory|Initializing Providers. Count 5
2026-05-25 00:18:34.7|Debug|DownloadClientFactory|Initializing Providers. Count 18
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-25 00:18:34.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-25 00:18:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:35.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (55 ms)
2026-05-25 00:18:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:38.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (6 ms)
2026-05-25 00:18:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:42.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:18:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:47.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 00:18:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:56.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:19:04.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:19:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:19:11.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 00:19:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:19:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 00:20:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:20:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:21:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:21:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:22:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:22:36.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 00:23:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:23:38.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:24:04.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:24:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:24:40.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:25:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:25:42.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:26:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:26:45.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:27:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:27:47.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:28:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:28:49.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:29:04.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:29:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:29:51.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:30:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:30:53.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:31:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:31:55.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:32:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:32:57.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:34:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:34:00.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:34:04.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:35:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:35:02.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:35:04.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 00:35:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 00:35:04.9|Info|DownloadDecisionMaker|No results found
2026-05-25 00:35:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 00:35:04.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 00:36:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:36:04.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:37:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:37:06.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:38:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:38:08.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:39:05.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:39:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:39:10.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:40:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:40:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:41:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:41:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:42:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:42:17.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:43:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:43:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:44:05.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:44:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:44:21.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:45:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:45:23.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:46:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:46:25.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:47:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:47:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:48:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:48:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:49:05.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:49:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:49:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:50:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:50:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:51:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:51:36.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:52:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:52:38.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:53:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:53:40.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:54:05.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:54:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:54:42.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:55:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:55:45.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:56:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:56:47.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:57:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:57:49.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:58:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:58:51.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 00:59:05.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 00:59:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:59:53.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:00:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:00:55.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:01:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:01:57.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 01:03:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:03:00.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:04:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:04:02.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:04:05.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:05:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:05:04.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:05:05.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 01:05:05.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 01:05:05.4|Info|DownloadDecisionMaker|No results found
2026-05-25 01:05:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 01:05:05.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 01:06:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:06:06.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:06:35.5|Debug|InstallUpdateService|Checking for updates
2026-05-25 01:06:35.7|Debug|InstallUpdateService|No update available
2026-05-25 01:07:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:07:08.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:08:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:08:10.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:09:05.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:09:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:09:12.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:10:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:10:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:11:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:11:17.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:12:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:12:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:13:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:13:21.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:14:05.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:14:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:14:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:15:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:15:25.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:16:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:16:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:17:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:17:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:18:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:18:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:19:05.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:19:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:19:34.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:20:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:20:36.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:21:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:21:38.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:22:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:22:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:23:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:23:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:24:05.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:24:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:24:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:25:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:25:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:26:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:26:49.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:27:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:27:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:28:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:28:53.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:29:05.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:29:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:29:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:30:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:30:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:32:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:32:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:33:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:33:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:34:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:34:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:34:05.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:35:05.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 01:35:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 01:35:05.8|Info|DownloadDecisionMaker|No results found
2026-05-25 01:35:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 01:35:05.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 01:35:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:35:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:36:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:36:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:37:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:37:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:38:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:38:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:39:05.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:39:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:39:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:40:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:40:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:41:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:41:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:42:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:42:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:43:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:43:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:44:06.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:44:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:44:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:45:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:45:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:46:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:46:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:47:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:47:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:48:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:48:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:49:06.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:49:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:49:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:50:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:50:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:51:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:51:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:52:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:52:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:53:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:53:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:54:06.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:54:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:54:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:55:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:55:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:56:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:56:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:57:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:57:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:58:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:58:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 01:59:06.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 01:59:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:59:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:01:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:01:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:02:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:02:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:03:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:03:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:04:06.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:04:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:04:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:05:06.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 02:05:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 02:05:06.3|Info|DownloadDecisionMaker|No results found
2026-05-25 02:05:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 02:05:06.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 02:05:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:05:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:06:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:06:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:07:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:07:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:08:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:08:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:09:06.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:09:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:09:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:10:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:10:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:11:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:11:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:12:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:12:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:13:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:13:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:14:06.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:14:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:14:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:15:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:15:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:16:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:16:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:17:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:17:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:18:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:18:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:19:06.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:19:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:19:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:20:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:20:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:21:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:21:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:22:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:22:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:23:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:23:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:24:06.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:24:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:24:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:25:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:25:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 02:26:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:26:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:27:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:27:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:28:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:28:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:29:06.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:30:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:30:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:31:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:31:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:32:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:32:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:33:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:33:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:34:06.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:34:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:34:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:35:06.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 02:35:06.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 02:35:06.8|Info|DownloadDecisionMaker|No results found
2026-05-25 02:35:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 02:35:06.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 02:35:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:35:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:36:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:36:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:37:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:37:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:38:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:38:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:39:06.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:39:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:39:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:40:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:40:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:41:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:41:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:42:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:42:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:43:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:43:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:44:07.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:44:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:44:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:45:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:45:32.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:46:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:46:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:47:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:47:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:48:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:48:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:49:07.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:49:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:49:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:50:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:50:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:51:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:51:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:52:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:52:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:53:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:53:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:54:07.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 02:54:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:54:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:55:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:55:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:56:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:56:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:57:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:57:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:59:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:59:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 02:59:07.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:00:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:00:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:01:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:01:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:02:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:02:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:03:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:03:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:04:07.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:04:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:04:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:05:07.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 03:05:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 03:05:07.3|Info|DownloadDecisionMaker|No results found
2026-05-25 03:05:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 03:05:07.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 03:05:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:05:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:06:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:06:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:07:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:07:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:08:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:08:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:09:07.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:09:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:09:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:10:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:10:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:11:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:11:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:12:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:12:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:13:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:13:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:14:07.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:14:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:14:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:15:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:15:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:16:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:16:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:17:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:17:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:18:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:18:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:19:07.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:19:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:19:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:20:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:20:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:21:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:21:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:22:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:22:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 03:23:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:23:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:24:07.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:24:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:24:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:25:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:25:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:26:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:26:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:28:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:28:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:29:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:29:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:29:07.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:30:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:30:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:31:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:31:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:32:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:32:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:33:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:33:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:34:07.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:34:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:34:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:35:07.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 03:35:07.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 03:35:07.8|Info|DownloadDecisionMaker|No results found
2026-05-25 03:35:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 03:35:07.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 03:35:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:35:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:36:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:36:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:37:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:37:19.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:38:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:38:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:39:07.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:39:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:39:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:40:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:40:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:41:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:41:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:42:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:42:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:43:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:43:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:44:07.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:44:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:44:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:45:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:45:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:46:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:46:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:47:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:47:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:48:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:48:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:49:08.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:49:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:49:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:50:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:50:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:51:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:51:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:52:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:52:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:53:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:53:53.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:54:08.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 03:54:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:54:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:55:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:55:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:57:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:57:00.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:58:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:58:02.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:59:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:59:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 03:59:08.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:00:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:00:06.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:01:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:01:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:02:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:02:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:03:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:03:13.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:04:08.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:04:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:04:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:05:08.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 04:05:08.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 04:05:08.2|Info|DownloadDecisionMaker|No results found
2026-05-25 04:05:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 04:05:08.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 04:05:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:05:17.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:06:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:06:19.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:07:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:07:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:08:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:08:23.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:09:08.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:09:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:09:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:10:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:10:28.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:11:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:11:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:12:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:12:32.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:13:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:13:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:14:08.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:14:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:14:36.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:15:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:15:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:16:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:16:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:17:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:17:43.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:18:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:18:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:19:09.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:19:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:19:47.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:20:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:20:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:21:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:21:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:22:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:22:53.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:23:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:23:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:24:09.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:24:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:24:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:26:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:26:00.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:27:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:27:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:28:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:28:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:29:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:29:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:29:09.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:30:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:30:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:31:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:31:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:32:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:32:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:33:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:33:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:34:09.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:34:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:34:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:35:09.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 04:35:09.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 04:35:09.2|Info|DownloadDecisionMaker|No results found
2026-05-25 04:35:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 04:35:09.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 04:35:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:35:19.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:36:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:36:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:37:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:37:23.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:38:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:38:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:39:09.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:39:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:39:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:40:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:40:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:41:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:41:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 04:42:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:42:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:43:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:43:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:44:09.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:44:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:44:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:45:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:45:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:46:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:46:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:47:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:47:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:48:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:48:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:49:09.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:49:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:49:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:50:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:50:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:51:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:51:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:52:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:52:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:53:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:53:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:54:09.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 04:55:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:55:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:56:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:56:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:57:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:57:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:58:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:58:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:59:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:59:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 04:59:09.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:00:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:00:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:01:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:01:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:02:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:02:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:03:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:03:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:04:09.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:04:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:04:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:05:09.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 05:05:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 05:05:09.7|Info|DownloadDecisionMaker|No results found
2026-05-25 05:05:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 05:05:09.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 05:05:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:05:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:06:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:06:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:07:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:07:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:08:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:08:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:09:09.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:09:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:09:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:10:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:10:32.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:11:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:11:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:12:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:12:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:13:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:13:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:14:09.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:14:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:14:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:15:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:15:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:16:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:16:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:17:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:17:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:18:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:18:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:19:10.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:19:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:19:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:20:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:20:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:21:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:21:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 05:22:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:22:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:24:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:24:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:24:10.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:25:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:25:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:26:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:26:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:27:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:27:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:28:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:28:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:29:10.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:29:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:29:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:30:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:30:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:31:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:31:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:32:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:32:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:33:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:33:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:34:11.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:34:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:34:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:35:11.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 05:35:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 05:35:11.0|Info|DownloadDecisionMaker|No results found
2026-05-25 05:35:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 05:35:11.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 05:35:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:35:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:36:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:36:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:37:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:37:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:38:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:38:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:39:11.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:39:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:39:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:40:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:40:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:41:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:41:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:42:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:42:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:43:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:43:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:44:11.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:44:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:44:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:45:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:45:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:46:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:46:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:47:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:47:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:48:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:48:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:49:11.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:49:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:49:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:50:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:50:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:51:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:51:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:53:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:53:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:54:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:54:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:54:11.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:55:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:55:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:56:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:56:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:57:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:57:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:58:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:58:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 05:59:11.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 05:59:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:59:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:00:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:00:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:01:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:01:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:02:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:02:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 06:03:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:03:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:04:11.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:04:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:04:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:05:11.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 06:05:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 06:05:11.5|Info|DownloadDecisionMaker|No results found
2026-05-25 06:05:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 06:05:11.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 06:05:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:05:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:06:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:06:28.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:07:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:07:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:08:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:08:32.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:09:11.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:09:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:09:34.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:10:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:10:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:11:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:11:38.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:12:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:12:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:13:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:13:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:14:11.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:14:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:14:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:15:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:15:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:16:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:16:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:17:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:17:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:18:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:18:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:19:11.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:19:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:19:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:20:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:20:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:22:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:22:00.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:23:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:23:02.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:24:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:24:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:24:11.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:25:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:25:06.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:26:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:26:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:27:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:27:11.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:28:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:28:13.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:29:11.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:29:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:29:15.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:30:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:30:17.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:31:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:31:19.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:32:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:32:21.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:33:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:33:24.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:34:11.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:34:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:34:26.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:35:11.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 06:35:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 06:35:11.9|Info|DownloadDecisionMaker|No results found
2026-05-25 06:35:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 06:35:11.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 06:35:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:35:28.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:36:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:36:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:37:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:37:32.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:38:34.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:38:34.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:39:12.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:39:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:39:36.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:40:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:40:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:41:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:41:41.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:42:43.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:42:43.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:43:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:43:45.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:44:12.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:44:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:44:47.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:45:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:45:49.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:46:51.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:46:51.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:47:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:47:54.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:48:56.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:48:56.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:49:12.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:49:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:49:58.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:51:00.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:51:00.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:52:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:52:02.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:53:04.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:53:04.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:54:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:54:07.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:54:12.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:55:09.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:55:09.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:56:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:56:11.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:57:13.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:57:13.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:58:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:58:15.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 06:59:12.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 06:59:17.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:59:17.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:00:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:00:19.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:01:22.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:01:22.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:02:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:02:24.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:03:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:03:26.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:04:12.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:04:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:04:28.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:05:12.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 07:05:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 07:05:12.4|Info|DownloadDecisionMaker|No results found
2026-05-25 07:05:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 07:05:12.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 07:05:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:05:30.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:06:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:06:32.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:06:42.4|Debug|InstallUpdateService|Checking for updates
2026-05-25 07:06:42.6|Debug|InstallUpdateService|No update available
2026-05-25 07:07:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:07:34.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:08:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:08:37.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:09:12.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:09:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:09:39.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:10:41.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:10:41.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:11:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:11:43.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:12:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:12:45.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:13:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:13:47.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:14:12.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:14:50.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:14:50.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:15:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:15:52.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:16:54.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:16:54.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:17:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:17:56.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:18:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:18:58.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:19:12.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:20:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:20:00.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:21:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:21:02.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:22:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:22:05.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:23:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:23:07.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:24:09.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:24:09.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:24:12.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:25:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:25:11.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:26:13.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:26:13.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:27:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:27:15.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:28:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:28:17.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:29:12.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:29:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:29:20.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:30:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:30:22.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:31:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:31:24.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:32:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:32:26.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:33:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:33:28.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:34:12.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:34:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:34:30.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:35:12.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 07:35:12.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 07:35:12.8|Info|DownloadDecisionMaker|No results found
2026-05-25 07:35:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 07:35:12.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 07:35:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:35:32.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:36:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:36:35.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:37:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:37:37.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:38:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:38:39.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:39:12.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:39:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:39:41.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:40:43.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:40:43.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:41:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:41:45.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:42:48.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:42:48.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:43:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:43:50.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:44:12.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:44:52.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:44:52.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:45:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:45:54.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:46:56.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:46:56.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:47:58.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:47:58.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:49:00.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:49:00.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:49:13.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:50:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:50:03.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:51:05.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:51:05.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:52:07.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:52:07.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:53:09.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:53:09.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:54:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:54:11.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:54:13.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:55:13.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:55:13.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:56:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:56:16.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:57:18.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:57:18.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:58:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:58:20.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 07:59:14.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 07:59:22.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:59:22.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:00:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:00:24.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:01:26.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:01:26.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:02:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:02:28.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:03:31.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:03:31.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:04:14.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:04:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:04:33.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:05:14.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 08:05:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 08:05:14.2|Info|DownloadDecisionMaker|No results found
2026-05-25 08:05:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 08:05:14.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 08:05:35.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:05:35.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:06:37.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:06:37.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:07:39.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:07:39.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:08:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:08:41.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:09:14.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:09:43.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:09:43.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:10:46.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:10:46.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:11:48.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:11:48.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:12:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:12:50.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:13:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:13:52.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:14:14.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:14:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:14:54.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:15:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:15:56.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:16:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:16:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:18:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:18:01.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:19:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:19:03.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:19:14.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:20:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:20:05.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:21:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:21:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:22:09.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:22:09.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:23:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:23:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:24:14.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:24:14.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:24:14.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:25:16.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:25:16.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:26:18.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:26:18.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:27:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:27:20.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:28:22.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:28:22.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:29:14.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:29:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:29:24.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:30:26.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:30:26.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:31:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:31:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:32:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:32:31.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:33:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:33:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:34:14.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:34:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:34:35.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:35:14.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 08:35:14.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 08:35:14.7|Info|DownloadDecisionMaker|No results found
2026-05-25 08:35:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 08:35:14.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 08:35:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:35:37.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:36:39.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:36:39.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:37:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:37:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:38:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:38:44.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:39:14.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:39:46.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:39:46.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:40:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:40:48.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:41:50.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:41:50.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:42:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:42:52.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:43:54.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:43:54.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:44:14.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:44:57.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:44:57.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:45:59.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:45:59.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:47:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:47:01.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:48:03.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:48:03.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:49:05.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:49:05.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:49:14.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:50:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:50:07.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:51:09.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:51:09.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:52:12.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:52:12.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:53:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:53:14.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:54:14.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:54:16.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:54:16.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:55:18.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:55:18.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:56:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:56:20.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 08:57:22.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:57:22.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:58:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:58:25.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 08:59:15.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 08:59:27.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:59:27.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:00:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:00:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:01:31.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:01:31.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:02:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:02:33.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:03:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:03:35.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:04:15.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:04:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:04:37.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:05:15.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 09:05:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 09:05:15.4|Info|DownloadDecisionMaker|No results found
2026-05-25 09:05:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 09:05:15.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 09:05:40.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:05:40.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:06:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:06:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:07:44.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:07:44.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:08:46.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:08:46.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:09:15.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:09:48.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:09:48.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:10:50.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:10:50.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:11:52.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:11:52.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:12:55.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:12:55.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:13:57.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:13:57.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:14:15.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:14:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:14:59.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:16:01.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:16:01.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:17:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:17:03.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:18:05.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:18:05.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:19:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:19:08.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:19:15.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:20:10.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:20:10.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:21:12.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:21:12.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:22:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:22:14.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:23:16.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:23:16.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:24:15.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:24:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:24:18.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:25:20.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:25:20.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:26:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:26:23.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:27:25.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:27:25.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:28:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:28:27.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:29:15.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:29:29.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:29:29.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:30:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:30:31.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:31:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:31:33.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:32:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:32:36.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:33:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:33:38.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:34:15.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:34:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:34:40.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:35:15.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 09:35:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 09:35:15.8|Info|DownloadDecisionMaker|No results found
2026-05-25 09:35:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 09:35:15.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 09:35:42.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:35:42.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:36:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:36:44.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:37:46.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:37:46.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:38:48.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:38:48.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:39:15.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:39:51.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:39:51.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:40:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:40:53.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:41:55.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:41:55.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:42:57.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:42:57.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:43:59.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:43:59.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:44:15.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:45:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:45:01.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:46:03.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:46:03.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:47:06.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:47:06.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:48:08.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:48:08.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:49:10.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:49:10.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:49:16.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:50:12.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:50:12.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:51:14.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:51:14.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:52:16.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:52:16.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:53:18.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:53:18.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:54:16.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:54:21.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:54:21.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:55:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:55:23.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:56:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:56:25.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:57:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:57:27.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:58:29.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:58:29.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 09:59:16.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 09:59:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:59:31.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:00:34.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:00:34.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:01:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:01:36.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:02:38.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:02:38.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:03:40.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:03:40.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:04:16.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:04:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:04:42.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:05:16.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 10:05:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 10:05:16.2|Info|DownloadDecisionMaker|No results found
2026-05-25 10:05:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 10:05:16.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 10:05:44.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:05:44.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:06:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:06:46.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:07:49.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:07:49.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:08:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:08:51.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 10:09:16.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:09:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:09:53.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:10:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:10:55.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:11:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:11:57.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:12:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:12:59.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:14:02.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:14:02.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:14:16.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:15:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:15:04.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:16:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:16:06.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:17:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:17:08.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:18:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:18:10.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:19:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:19:12.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:19:16.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:20:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:20:14.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:21:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:21:17.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:22:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:22:19.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:23:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:23:21.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:24:16.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:24:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:24:23.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:25:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:25:25.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:26:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:26:27.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:27:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:27:29.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:28:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:28:32.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:29:16.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:29:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:29:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:30:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:30:36.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:31:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:31:38.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:32:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:32:40.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:33:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:33:42.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:34:16.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:34:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:34:45.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:35:16.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 10:35:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 10:35:16.7|Info|DownloadDecisionMaker|No results found
2026-05-25 10:35:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 10:35:16.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 10:35:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:35:47.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:36:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:36:49.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:37:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:37:51.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:38:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:38:53.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:39:16.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:39:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:39:55.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:40:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:40:57.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:42:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:42:00.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:43:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:43:02.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:44:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:44:04.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:44:16.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:45:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:45:06.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:46:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:46:08.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:47:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:47:10.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:48:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:48:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:49:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:49:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:49:16.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:50:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:50:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:51:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:51:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:52:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:52:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:53:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:53:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:54:16.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:54:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:54:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:55:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:55:28.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:56:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:56:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:57:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:57:32.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:58:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:58:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 10:59:17.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 10:59:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:59:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:00:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:00:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:01:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:01:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:02:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:02:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:03:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:03:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:04:17.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:04:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:04:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:05:17.1|Info|RssSyncService|Starting RSS Sync
2026-05-25 11:05:17.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 11:05:17.1|Info|DownloadDecisionMaker|No results found
2026-05-25 11:05:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 11:05:17.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 11:05:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:05:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:06:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:06:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:07:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:07:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:08:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:08:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:09:17.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:09:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:09:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:11:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:11:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:12:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:12:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:13:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:13:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:14:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:14:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:14:17.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:15:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:15:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:16:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:16:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:17:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:17:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:18:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:18:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:19:17.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:19:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:19:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:20:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:20:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:21:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:21:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:22:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:22:23.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:23:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:23:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:24:17.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:24:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:24:28.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:25:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:25:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:26:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:26:32.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:27:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:27:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:28:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:28:36.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:29:17.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:29:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:29:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:30:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:30:41.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:31:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:31:43.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:32:45.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:32:45.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:33:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:33:47.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:34:17.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:34:49.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:34:49.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 11:35:17.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 11:35:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 11:35:17.5|Info|DownloadDecisionMaker|No results found
2026-05-25 11:35:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 11:35:17.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 11:35:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:35:51.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:36:54.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:36:54.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:37:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:37:56.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:38:58.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:38:58.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:39:17.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:40:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:40:00.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:41:02.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:41:02.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:42:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:42:04.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:43:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:43:06.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:44:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:44:09.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:44:17.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:45:11.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:45:11.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:46:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:46:13.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:47:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:47:15.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:48:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:48:17.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:49:17.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:49:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:49:19.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:50:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:50:21.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:51:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:51:24.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:52:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:52:26.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:53:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:53:28.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:54:17.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:54:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:54:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:55:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:55:32.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:56:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:56:34.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:57:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:57:37.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 11:58:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:58:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 11:59:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 11:59:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:59:41.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:00:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:00:43.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:01:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:01:45.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:02:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:02:47.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:03:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:03:49.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:04:17.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:04:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:04:52.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:05:18.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 12:05:18.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 12:05:18.0|Info|DownloadDecisionMaker|No results found
2026-05-25 12:05:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 12:05:18.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 12:05:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:05:54.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:06:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:06:56.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:07:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:07:58.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:09:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:09:00.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:09:18.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:10:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:10:02.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:11:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:11:04.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:12:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:12:07.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:13:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:13:09.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:14:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:14:11.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:14:18.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:15:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:15:13.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:16:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:16:15.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:17:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:17:17.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:18:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:18:19.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:19:18.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:19:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:19:22.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:20:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:20:24.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:21:26.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:21:26.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:22:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:22:28.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:23:30.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:23:30.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:24:18.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:24:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:24:32.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:25:35.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:25:35.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:26:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:26:37.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:27:39.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:27:39.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:28:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:28:41.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:29:18.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:29:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:29:43.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:30:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:30:45.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:31:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:31:47.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:32:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:32:50.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:33:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:33:52.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:34:19.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:34:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:34:54.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:35:19.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 12:35:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 12:35:19.0|Info|DownloadDecisionMaker|No results found
2026-05-25 12:35:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 12:35:19.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 12:35:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:35:56.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:36:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:36:58.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:38:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:38:00.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:39:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:39:02.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:39:49.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:40:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:40:05.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:41:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:41:07.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:42:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:42:09.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:43:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:43:11.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:44:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:44:13.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:44:49.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:45:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:45:15.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:46:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:46:18.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:47:20.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:47:20.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:48:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:48:22.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:49:24.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:49:24.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:49:49.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:50:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:50:26.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:51:28.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:51:28.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:52:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:52:30.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:53:33.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:53:33.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:54:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:54:35.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:54:49.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 12:55:37.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:55:37.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:56:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:56:39.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:57:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:57:41.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:58:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:58:43.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:59:45.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:59:45.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 12:59:49.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:00:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:00:48.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:01:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:01:50.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:02:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:02:52.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:03:19.4|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-25 13:03:19.4|Info|HousekeepingService|Running housecleaning tasks
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupDuplicateMovieTranslations
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupDuplicateMovieTranslations
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedAlternativeTitles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedAlternativeTitles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedCollections
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedCollections
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedCredits
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedCredits
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedExtraFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedExtraFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedImportListMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedImportListMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMovieFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMovieFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMovieMetadata
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMovieMetadata
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMovieMovieFileIds
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMovieMovieFileIds
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedMovieTranslations
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedMovieTranslations
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupOrphanedSubtitleFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupOrphanedSubtitleFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting FixWronglyMatchedMovieFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed FixWronglyMatchedMovieFiles
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-25 13:03:19.4|Info|Database|Vacuuming Log database
2026-05-25 13:03:19.4|Info|Database|Log database compressed
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-25 13:03:19.4|Debug|HousekeepingService|Starting UpdateCleanTitleForMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Completed UpdateCleanTitleForMovies
2026-05-25 13:03:19.4|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-25 13:03:19.4|Info|Database|Vacuuming Main database
2026-05-25 13:03:19.4|Info|Database|Main database compressed
2026-05-25 13:03:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:03:54.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:04:49.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:04:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:04:56.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:05:21.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 13:05:21.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 13:05:21.6|Info|DownloadDecisionMaker|No results found
2026-05-25 13:05:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 13:05:21.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 13:05:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:05:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:06:51.1|Debug|InstallUpdateService|Checking for updates
2026-05-25 13:06:51.2|Debug|InstallUpdateService|No update available
2026-05-25 13:07:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:07:01.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:08:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:08:03.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:09:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:09:05.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:09:51.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:10:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:10:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:11:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:11:09.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:12:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:12:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:13:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:13:13.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:14:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:14:16.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:14:51.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:15:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:15:18.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:16:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:16:20.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:17:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:17:22.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:18:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:18:24.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:19:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:19:26.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:19:51.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:20:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:20:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:21:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:21:31.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:22:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:22:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:23:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:23:35.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:24:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:24:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:24:51.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:25:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:25:39.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:26:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:26:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:27:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:27:44.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:28:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:28:46.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:29:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:29:48.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:29:51.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:30:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:30:50.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:31:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:31:52.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:32:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:32:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:33:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:33:56.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:34:51.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:34:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:34:59.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:35:51.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 13:35:51.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 13:35:51.5|Info|DownloadDecisionMaker|No results found
2026-05-25 13:35:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 13:35:51.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 13:36:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:36:01.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:37:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:37:03.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:38:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:38:05.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:39:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:39:07.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:39:51.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:40:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:40:09.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:41:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:41:12.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:42:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:42:14.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:43:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:43:16.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:44:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:44:18.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:44:51.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:45:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:45:20.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:46:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:46:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:47:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:47:24.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:48:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:48:27.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:49:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:49:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:49:51.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:50:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:50:31.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:51:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:51:33.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:52:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:52:35.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:53:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:53:37.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:54:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:54:39.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:54:51.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 13:55:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:55:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:56:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:56:44.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:57:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:57:46.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:58:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:58:48.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:59:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:59:50.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 13:59:51.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:00:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:00:52.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:01:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:01:55.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:02:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:02:57.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:03:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:03:59.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:04:51.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:05:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:05:01.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:05:52.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 14:05:52.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 14:05:52.0|Info|DownloadDecisionMaker|No results found
2026-05-25 14:05:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 14:05:52.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 14:06:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:06:03.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:07:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:07:05.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:08:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:08:07.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:09:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:09:10.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:09:52.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:10:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:10:12.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:11:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:11:14.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:12:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:12:16.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:13:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:13:18.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:14:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:14:20.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:14:52.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:15:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:15:22.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:16:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:16:25.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:17:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:17:27.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:18:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:18:29.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:19:31.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:19:31.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:19:52.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:20:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:20:33.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:21:35.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:21:35.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:22:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:22:38.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 14:23:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:23:40.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:24:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:24:42.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:24:52.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:25:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:25:44.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:26:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:26:46.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:27:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:27:48.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:28:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:28:50.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:29:52.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:29:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:29:53.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:30:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:30:55.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:31:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:31:57.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:32:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:32:59.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:34:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:34:01.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:34:52.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:35:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:35:03.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:35:52.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 14:35:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 14:35:52.9|Info|DownloadDecisionMaker|No results found
2026-05-25 14:35:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 14:35:52.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 14:36:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:36:05.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:37:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:37:08.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:38:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:38:10.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:39:12.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:39:12.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:39:52.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:40:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:40:14.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:41:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:41:16.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:42:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:42:18.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:43:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:43:21.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:44:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:44:23.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:44:53.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:45:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:45:25.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:46:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:46:27.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:47:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:47:29.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:48:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:48:31.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:49:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:49:33.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:49:53.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:50:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:50:36.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:51:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:51:38.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:52:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:52:40.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:53:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:53:42.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:54:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:54:44.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:54:53.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:55:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:55:46.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:56:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:56:48.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:57:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:57:51.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:58:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:58:53.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 14:59:53.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 14:59:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:59:55.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:00:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:00:57.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:01:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:01:59.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:03:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:03:01.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 15:04:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:04:04.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:04:53.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:05:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:05:06.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:05:53.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 15:05:53.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 15:05:53.3|Info|DownloadDecisionMaker|No results found
2026-05-25 15:05:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 15:05:53.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 15:06:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:06:08.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:07:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:07:10.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:08:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:08:12.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:09:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:09:14.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:09:53.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:10:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:10:16.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:11:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:11:19.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:12:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:12:21.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:13:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:13:23.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:14:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:14:25.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:14:53.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:15:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:15:27.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:16:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:16:29.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:17:31.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:17:31.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:18:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:18:34.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:19:36.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:19:36.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:19:53.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:20:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:20:38.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:21:40.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:21:40.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:22:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:22:42.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:23:44.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:23:44.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:24:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:24:46.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:24:53.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:25:49.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:25:49.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:26:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:26:51.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:27:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:27:53.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:28:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:28:55.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:29:53.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:29:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:29:57.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:30:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:30:59.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:32:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:32:01.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:33:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:33:04.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:34:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:34:06.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:34:53.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:35:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:35:08.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:35:53.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 15:35:53.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 15:35:53.8|Info|DownloadDecisionMaker|No results found
2026-05-25 15:35:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 15:35:53.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 15:36:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:36:10.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:37:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:37:12.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:38:14.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:38:14.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:39:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:39:17.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:39:53.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:40:19.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:40:19.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:41:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:41:21.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:42:23.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:42:23.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:43:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:43:25.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:44:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:44:27.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:44:54.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:45:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:45:29.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:46:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:46:32.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:47:34.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:47:34.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:48:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:48:36.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:49:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:49:38.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:49:54.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:50:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:50:40.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:51:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:51:42.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:52:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:52:44.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:53:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:53:47.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:54:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:54:49.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:54:54.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 15:55:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:55:51.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:56:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:56:53.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:57:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:57:55.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:58:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:58:57.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 15:59:54.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:00:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:00:00.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:01:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:01:02.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:02:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:02:04.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:03:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:03:06.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:04:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:04:08.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:04:54.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:05:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:05:10.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:05:54.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 16:05:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 16:05:54.3|Info|DownloadDecisionMaker|No results found
2026-05-25 16:05:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 16:05:54.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 16:06:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:06:12.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:07:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:07:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:08:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:08:17.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:09:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:09:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:09:54.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:10:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:10:21.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:11:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:11:23.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:12:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:12:25.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:13:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:13:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:14:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:14:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:14:54.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:15:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:15:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:16:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:16:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:17:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:17:36.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:18:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:18:38.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:19:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:19:40.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:19:54.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:20:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:20:42.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:21:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:21:45.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:22:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:22:47.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:23:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:23:49.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:24:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:24:51.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:24:54.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:25:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:25:53.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:26:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:26:55.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:27:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:27:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:29:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:29:00.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:29:54.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:30:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:30:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:31:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:31:04.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:32:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:32:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:33:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:33:08.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:34:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:34:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:34:54.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:35:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:35:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:35:54.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 16:35:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 16:35:54.8|Info|DownloadDecisionMaker|No results found
2026-05-25 16:35:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 16:35:54.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 16:36:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:36:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:37:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:37:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:38:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:38:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:39:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:39:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:39:54.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:40:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:40:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:41:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:41:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:42:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:42:28.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:43:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:43:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:44:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:44:32.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:44:54.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:45:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:45:34.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:46:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:46:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:47:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:47:38.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:48:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:48:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:49:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:49:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:49:54.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:50:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:50:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:51:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:51:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:52:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:52:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:53:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:53:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:54:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:54:53.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:54:55.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 16:55:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:55:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:56:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:56:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:58:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:58:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:59:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:59:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 16:59:55.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:00:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:00:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:01:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:01:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:02:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:02:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:03:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:03:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:04:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:04:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:04:55.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:05:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:05:15.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:05:55.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 17:05:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 17:05:55.2|Info|DownloadDecisionMaker|No results found
2026-05-25 17:05:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 17:05:55.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 17:06:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:06:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:07:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:07:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:08:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:08:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:09:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:09:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:09:55.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:10:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:10:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:11:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:11:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:12:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:12:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:13:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:13:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:14:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:14:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:14:55.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:15:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:15:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:16:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:16:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:17:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:17:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:18:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:18:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:19:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:19:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:19:55.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:20:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:20:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:21:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:21:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:22:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:22:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:23:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:23:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:24:55.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:24:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:24:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:25:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:25:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:27:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:27:00.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:28:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:28:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:29:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:29:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:29:55.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:30:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:30:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:31:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:31:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:32:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:32:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:33:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:33:13.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:34:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:34:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:34:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:35:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:35:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:35:55.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 17:35:55.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 17:35:55.6|Info|DownloadDecisionMaker|No results found
2026-05-25 17:35:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 17:35:55.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 17:36:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:36:19.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:37:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:37:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:38:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:38:23.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:39:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:39:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:39:55.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:40:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:40:28.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:41:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:41:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:42:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:42:32.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:43:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:43:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:44:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:44:36.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:44:55.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:45:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:45:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:46:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:46:41.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:47:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:47:43.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:48:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:48:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:49:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:49:47.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:49:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:50:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:50:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:51:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:51:51.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:52:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:52:53.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:53:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:53:56.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:54:55.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 17:54:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:54:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:56:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:56:00.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:57:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:57:02.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:58:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:58:04.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:59:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:59:06.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 17:59:55.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:00:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:00:09.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:01:11.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:01:11.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:02:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:02:13.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:03:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:03:15.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:04:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:04:17.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:04:56.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:05:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:05:19.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:05:56.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 18:05:56.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 18:05:56.0|Info|DownloadDecisionMaker|No results found
2026-05-25 18:05:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 18:05:56.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 18:06:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:06:21.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:07:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:07:24.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:08:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:08:26.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:09:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:09:28.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:09:56.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:10:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:10:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:11:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:11:32.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:12:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:12:34.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:13:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:13:37.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:14:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:14:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:14:56.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:15:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:15:41.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:16:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:16:43.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:17:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:17:45.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:18:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:18:47.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:19:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:19:49.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:19:56.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:20:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:20:52.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:21:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:21:54.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:22:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:22:56.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:23:58.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:23:58.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:24:56.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:25:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:25:00.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:26:02.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:26:02.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:27:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:27:04.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:28:07.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:28:07.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:29:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:29:09.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:29:56.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:30:11.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:30:11.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:31:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:31:13.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:32:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:32:15.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:33:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:33:17.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:34:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:34:20.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:34:56.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:35:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:35:22.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:35:56.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 18:35:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 18:35:56.5|Info|DownloadDecisionMaker|No results found
2026-05-25 18:35:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 18:35:56.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 18:36:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:36:24.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:37:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:37:26.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:38:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:38:28.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:39:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:39:30.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:39:56.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:40:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:40:32.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:41:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:41:35.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:42:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:42:37.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:43:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:43:39.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:44:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:44:41.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:44:56.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:45:43.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:45:43.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:46:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:46:45.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 18:47:48.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:47:48.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:48:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:48:50.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:49:52.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:49:52.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:49:56.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:50:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:50:54.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:51:56.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:51:56.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:52:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:52:58.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:54:00.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:54:00.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:54:56.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 18:55:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:55:03.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:56:05.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:56:05.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:57:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:57:07.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:58:09.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:58:09.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:59:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:59:11.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 18:59:56.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:00:13.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:00:13.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:01:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:01:16.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:02:18.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:02:18.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:03:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:03:20.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:04:22.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:04:22.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:04:57.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:05:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:05:24.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:05:57.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 19:05:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 19:05:57.0|Info|DownloadDecisionMaker|No results found
2026-05-25 19:05:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 19:05:57.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 19:06:26.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:06:26.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:06:57.1|Debug|InstallUpdateService|Checking for updates
2026-05-25 19:06:57.2|Debug|InstallUpdateService|No update available
2026-05-25 19:07:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:07:28.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:08:31.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:08:31.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:09:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:09:33.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:09:57.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:10:35.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:10:35.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:11:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:11:37.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:12:39.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:12:39.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:13:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:13:41.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:14:43.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:14:43.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:14:57.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:15:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:15:46.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:16:48.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:16:48.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:17:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:17:50.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:18:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:18:52.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:19:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:19:54.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:19:57.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:20:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:20:56.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:21:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:21:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:23:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:23:01.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:24:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:24:03.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:24:57.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:25:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:25:05.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:26:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:26:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:27:09.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:27:09.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:28:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:28:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:29:14.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:29:14.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:29:57.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:30:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:30:16.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:31:18.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:31:18.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:32:20.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:32:20.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:33:22.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:33:22.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:34:24.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:34:24.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:34:57.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:35:26.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:35:26.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:35:57.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 19:35:57.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 19:35:57.5|Info|DownloadDecisionMaker|No results found
2026-05-25 19:35:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 19:35:57.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 19:36:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:36:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:37:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:37:31.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:38:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:38:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:39:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:39:35.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:39:57.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:40:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:40:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:41:39.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:41:39.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:42:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:42:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:43:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:43:44.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:44:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:44:46.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:44:57.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:45:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:45:48.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:46:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:46:50.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:47:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:47:52.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:48:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:48:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:49:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:49:56.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:49:57.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:50:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:50:59.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:52:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:52:01.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:53:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:53:03.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:54:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:54:05.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:54:57.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 19:55:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:55:07.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:56:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:56:09.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:57:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:57:12.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:58:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:58:14.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:59:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:59:16.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 19:59:57.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:00:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:00:18.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:01:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:01:20.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:02:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:02:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:03:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:03:24.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:04:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:04:27.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:04:57.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:05:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:05:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:05:57.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 20:05:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 20:05:57.9|Info|DownloadDecisionMaker|No results found
2026-05-25 20:05:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 20:05:57.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 20:06:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:06:31.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:07:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:07:33.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:08:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:08:35.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:09:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:09:37.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:09:58.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:10:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:10:39.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:11:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:11:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 20:12:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:12:44.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:13:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:13:46.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:14:48.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:14:48.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:14:58.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:15:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:15:50.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:16:52.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:16:52.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:17:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:17:55.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:18:57.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:18:57.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:19:58.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:19:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:19:59.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:21:01.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:21:01.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:22:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:22:03.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:23:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:23:05.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:24:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:24:07.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:24:59.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:25:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:25:10.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:26:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:26:12.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:27:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:27:14.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:28:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:28:16.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:29:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:29:18.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:29:59.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:30:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:30:20.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:31:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:31:22.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:32:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:32:25.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:33:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:33:27.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:34:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:34:29.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:34:59.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:35:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:35:31.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:35:59.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 20:35:59.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 20:35:59.3|Info|DownloadDecisionMaker|No results found
2026-05-25 20:35:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 20:35:59.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 20:36:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:36:33.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:37:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:37:35.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:38:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:38:38.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:39:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:39:40.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:39:59.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:40:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:40:42.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:41:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:41:44.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:42:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:42:46.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:43:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:43:48.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:44:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:44:50.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:44:59.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:45:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:45:53.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:46:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:46:55.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:47:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:47:57.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:48:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:48:59.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:49:59.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:50:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:50:01.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:51:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:51:03.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:52:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:52:05.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:53:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:53:08.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:54:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:54:10.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:54:59.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 20:55:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:55:12.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:56:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:56:14.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:57:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:57:16.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:58:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:58:18.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:59:20.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:59:20.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 20:59:59.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:00:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:00:23.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:01:25.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:01:25.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:02:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:02:27.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:03:29.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:03:29.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:04:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:04:31.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:04:59.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:05:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:05:33.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:05:59.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 21:05:59.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 21:05:59.7|Info|DownloadDecisionMaker|No results found
2026-05-25 21:05:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 21:05:59.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 21:06:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:06:36.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:07:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:07:38.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:08:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:08:40.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:09:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:09:42.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:09:59.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:10:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:10:44.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:11:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:11:46.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:12:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:12:48.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:13:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:13:51.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:14:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:14:53.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:14:59.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:15:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:15:55.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:16:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:16:57.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:17:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:17:59.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:19:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:19:01.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:19:59.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:20:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:20:04.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:21:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:21:06.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:22:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:22:08.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:23:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:23:10.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:24:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:24:12.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:25:00.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:25:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:25:14.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:26:16.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:26:16.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:27:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:27:19.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:28:21.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:28:21.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:29:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:29:23.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:30:00.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:30:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:30:25.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:31:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:31:27.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:32:29.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:32:29.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:33:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:33:31.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:34:34.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:34:34.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:35:00.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:35:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:35:36.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:36:00.1|Info|RssSyncService|Starting RSS Sync
2026-05-25 21:36:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 21:36:00.1|Info|DownloadDecisionMaker|No results found
2026-05-25 21:36:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 21:36:00.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 21:36:38.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:36:38.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:37:40.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:37:40.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:38:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:38:42.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:39:44.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:39:44.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:40:00.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:40:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:40:46.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:41:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:41:49.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:42:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:42:51.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:43:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:43:53.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:44:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:44:55.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:45:00.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:45:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:45:57.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:46:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:46:59.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:48:02.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:48:02.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:49:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:49:04.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:50:00.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:50:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:50:06.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:51:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:51:08.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:52:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:52:10.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:53:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:53:12.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:54:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:54:14.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:55:00.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 21:55:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:55:17.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:56:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:56:19.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:57:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:57:21.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:58:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:58:23.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 21:59:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:59:25.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:00:00.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:00:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:00:27.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:01:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:01:30.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:02:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:02:32.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:03:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:03:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:04:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:04:36.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:05:00.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:05:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:05:38.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:06:00.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 22:06:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 22:06:00.6|Info|DownloadDecisionMaker|No results found
2026-05-25 22:06:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 22:06:00.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 22:06:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:06:40.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:07:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:07:42.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:08:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:08:45.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:09:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:09:47.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:10:00.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:10:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:10:49.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:11:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:11:51.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:12:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:12:53.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:13:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:13:55.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:14:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:14:57.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:15:00.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:16:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:16:00.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:17:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:17:02.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:18:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:18:04.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:19:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:19:06.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:20:00.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:20:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:20:08.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:21:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:21:10.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:22:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:22:12.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:23:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:23:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:24:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:24:17.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:25:00.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:25:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:25:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:26:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:26:21.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:27:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:27:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:28:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:28:25.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:29:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:29:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:30:00.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:30:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:30:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:31:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:31:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:32:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:32:34.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:33:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:33:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:34:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:34:38.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:35:01.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:35:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:35:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:36:01.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 22:36:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 22:36:01.0|Info|DownloadDecisionMaker|No results found
2026-05-25 22:36:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 22:36:01.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 22:36:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:36:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:37:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:37:45.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:38:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:38:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:39:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:39:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:40:01.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:40:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:40:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:41:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:41:53.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:42:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:42:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:43:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:43:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:45:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:45:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:45:01.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:46:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:46:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:47:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:47:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:48:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:48:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:49:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:49:08.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:50:01.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:50:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:50:11.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:51:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:51:13.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:52:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:52:15.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:53:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:53:17.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:54:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:54:19.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:55:01.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 22:55:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:55:21.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:56:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:56:23.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:57:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:57:26.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:58:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:58:28.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 22:59:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:59:30.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:00:01.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:00:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:00:32.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:01:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:01:34.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:02:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:02:36.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:03:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:03:38.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:04:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:04:41.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:05:01.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:05:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:05:43.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:06:01.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 23:06:01.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 23:06:01.4|Info|DownloadDecisionMaker|No results found
2026-05-25 23:06:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 23:06:01.4|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 23:06:45.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:06:45.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:07:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:07:47.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:08:49.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:08:49.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:09:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:09:51.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:10:01.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:10:54.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:10:54.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:11:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:11:56.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:12:58.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:12:58.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:14:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:14:00.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:15:01.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:15:02.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:15:02.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:16:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:16:04.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:17:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:17:06.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:18:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:18:09.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:19:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:19:11.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:20:01.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:20:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:20:13.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:21:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:21:15.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:22:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:22:17.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:23:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:23:19.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:24:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:24:21.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:25:01.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:25:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:25:24.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:26:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:26:26.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:27:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:27:28.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:28:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:28:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:29:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:29:32.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:30:01.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:30:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:30:34.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:31:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:31:36.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:32:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:32:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:33:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:33:41.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:34:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:34:43.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:35:01.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:35:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:35:45.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:36:01.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 23:36:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 23:36:01.9|Info|DownloadDecisionMaker|No results found
2026-05-25 23:36:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 23:36:01.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-25 23:36:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:36:47.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:37:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:37:49.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:38:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:38:52.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-25 23:39:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:39:54.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:40:02.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:40:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:40:56.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:41:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:41:58.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:43:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:43:00.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:44:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:44:02.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:45:02.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:45:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:45:04.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:46:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:46:07.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:47:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:47:09.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:48:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:48:11.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:49:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:49:13.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:50:02.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:50:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:50:15.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:51:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:51:17.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:52:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:52:19.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:53:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:53:22.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:54:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:54:24.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:55:02.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-25 23:55:26.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:55:26.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:56:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:56:28.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:57:30.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:57:30.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:58:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:58:32.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-25 23:59:35.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:59:35.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:00:02.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:00:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:00:37.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:01:39.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:01:39.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:02:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:02:41.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:03:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:03:43.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:04:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:04:45.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:05:02.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:05:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:05:47.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:06:02.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 00:06:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 00:06:02.5|Info|DownloadDecisionMaker|No results found
2026-05-26 00:06:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 00:06:02.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 00:06:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:06:50.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:07:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:07:52.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:08:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:08:54.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:09:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:09:56.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:10:02.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:10:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:10:58.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:12:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:12:00.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:13:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:13:03.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:14:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:14:05.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:15:02.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:15:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:15:07.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:16:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:16:09.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:17:11.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:17:11.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:18:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:18:13.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:19:15.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:19:15.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:20:02.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:20:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:20:18.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:21:20.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:21:20.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:22:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:22:22.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:23:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:23:24.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:24:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:24:26.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:25:02.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:25:28.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:25:28.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:26:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:26:30.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:27:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:27:33.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:28:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:28:35.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:29:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:29:37.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:30:02.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:30:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:30:39.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:31:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:31:41.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:32:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:32:43.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:33:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:33:46.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:34:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:34:48.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:35:02.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:35:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:35:50.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:36:02.9|Info|RssSyncService|Starting RSS Sync
2026-05-26 00:36:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 00:36:02.9|Info|DownloadDecisionMaker|No results found
2026-05-26 00:36:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 00:36:02.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 00:36:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:36:52.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:37:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:37:54.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:38:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:38:56.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:39:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:39:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:40:03.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:41:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:41:01.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:42:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:42:03.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:43:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:43:05.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:44:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:44:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:45:03.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:45:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:45:09.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:46:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:46:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:47:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:47:13.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:48:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:48:16.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:49:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:49:18.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:50:03.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:50:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:50:20.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:51:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:51:22.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:52:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:52:24.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:53:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:53:26.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:54:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:54:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:55:03.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 00:55:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:55:31.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:56:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:56:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:57:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:57:35.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:58:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:58:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 00:59:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:59:39.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:00:03.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:00:41.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:00:41.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:01:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:01:44.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:02:46.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:02:46.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:03:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:03:48.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:04:50.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:04:50.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:05:33.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:05:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:05:52.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:06:03.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 01:06:03.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 01:06:03.5|Info|DownloadDecisionMaker|No results found
2026-05-26 01:06:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 01:06:03.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 01:06:54.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:06:54.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:07:03.5|Debug|InstallUpdateService|Checking for updates
2026-05-26 01:07:03.8|Debug|InstallUpdateService|No update available
2026-05-26 01:07:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:07:56.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:08:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:08:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:10:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:10:01.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:10:33.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:11:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:11:03.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:12:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:12:05.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:13:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:13:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:14:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:14:09.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:15:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:15:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:15:33.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:16:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:16:13.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:17:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:17:16.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:18:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:18:18.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:19:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:19:20.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:20:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:20:22.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:20:33.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:21:24.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:21:24.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:22:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:22:26.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:23:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:23:28.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:24:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:24:31.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:25:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:25:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:25:33.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:26:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:26:35.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:27:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:27:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:28:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:28:39.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:29:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:29:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:30:33.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:30:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:30:44.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:31:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:31:46.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:32:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:32:48.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:33:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:33:50.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:34:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:34:52.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:35:34.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:35:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:35:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:36:04.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 01:36:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 01:36:04.0|Info|DownloadDecisionMaker|No results found
2026-05-26 01:36:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 01:36:04.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 01:36:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:36:56.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:37:59.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:37:59.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:39:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:39:01.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:40:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:40:03.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:40:34.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:41:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:41:05.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:42:07.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:42:07.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:43:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:43:09.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:44:11.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:44:11.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:45:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:45:14.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:45:34.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:46:16.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:46:16.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:47:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:47:18.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:48:20.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:48:20.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:49:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:49:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:50:24.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:50:24.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:50:34.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:51:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:51:27.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:52:29.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:52:29.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:53:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:53:31.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:54:33.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:54:33.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:55:34.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 01:55:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:55:35.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:56:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:56:37.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:57:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:57:39.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:58:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:58:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 01:59:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:59:44.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:00:34.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:00:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:00:46.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:01:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:01:48.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:02:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:02:50.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:03:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:03:52.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:04:54.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:04:54.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:05:34.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:05:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:05:57.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:06:04.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 02:06:04.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 02:06:04.5|Info|DownloadDecisionMaker|No results found
2026-05-26 02:06:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 02:06:04.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 02:06:59.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:06:59.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:08:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:08:01.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:09:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:09:03.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:10:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:10:05.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:10:34.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:11:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:11:07.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:12:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:12:10.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:13:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:13:12.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:14:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:14:14.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:15:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:15:16.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:15:34.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:16:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:16:18.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:17:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:17:20.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:18:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:18:22.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:19:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:19:25.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:20:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:20:27.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:20:34.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:21:29.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:21:29.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:22:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:22:31.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:23:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:23:33.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:24:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:24:35.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:25:34.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:25:37.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:25:37.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:26:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:26:40.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:27:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:27:42.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:28:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:28:44.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:29:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:29:46.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:30:34.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:30:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:30:48.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:31:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:31:50.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:32:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:32:53.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:33:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:33:55.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:34:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:34:57.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:35:34.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:35:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:35:59.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:36:04.9|Info|RssSyncService|Starting RSS Sync
2026-05-26 02:36:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 02:36:04.9|Info|DownloadDecisionMaker|No results found
2026-05-26 02:36:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 02:36:04.9|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 02:37:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:37:01.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:38:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:38:03.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:39:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:39:05.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:40:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:40:08.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:40:34.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:41:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:41:10.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:42:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:42:12.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:43:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:43:14.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:44:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:44:16.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:45:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:45:18.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:45:35.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:46:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:46:21.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:47:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:47:23.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:48:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:48:25.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:49:27.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:49:27.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:50:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:50:29.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:50:35.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:51:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:51:31.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:52:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:52:33.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:53:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:53:36.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:54:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:54:38.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:55:35.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 02:55:40.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:55:40.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:56:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:56:42.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:57:44.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:57:44.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:58:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:58:46.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 02:59:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:59:49.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:00:35.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:00:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:00:51.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:01:53.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:01:53.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:02:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:02:55.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:03:57.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:03:57.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:04:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:04:59.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:05:35.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:06:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:06:01.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:06:05.3|Info|RssSyncService|Starting RSS Sync
2026-05-26 03:06:05.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 03:06:05.3|Info|DownloadDecisionMaker|No results found
2026-05-26 03:06:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 03:06:05.3|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 03:07:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:07:04.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:08:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:08:06.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:09:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:09:08.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:10:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:10:10.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:10:35.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:11:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:11:12.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:12:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:12:14.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:13:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:13:16.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:14:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:14:19.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:15:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:15:21.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:15:35.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:16:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:16:23.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:17:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:17:25.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 03:18:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:18:27.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:19:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:19:29.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:20:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:20:32.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:20:35.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:21:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:21:34.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:22:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:22:36.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:23:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:23:38.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:24:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:24:40.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:25:35.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:25:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:25:42.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:26:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:26:44.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:27:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:27:47.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:28:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:28:49.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:29:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:29:51.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:30:35.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:30:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:30:53.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:31:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:31:55.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:32:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:32:57.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:33:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:33:59.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:35:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:35:02.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:35:35.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:36:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:36:04.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:36:05.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 03:36:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 03:36:05.8|Info|DownloadDecisionMaker|No results found
2026-05-26 03:36:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 03:36:05.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 03:37:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:37:06.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:38:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:38:08.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:39:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:39:10.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:40:12.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:40:12.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:40:35.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:41:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:41:14.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:42:17.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:42:17.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:43:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:43:19.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:44:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:44:21.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:45:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:45:23.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:45:35.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:46:25.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:46:25.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:47:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:47:27.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:48:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:48:30.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:49:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:49:32.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:50:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:50:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:50:36.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:51:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:51:36.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:52:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:52:38.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:53:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:53:40.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:54:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:54:42.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:55:36.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 03:55:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:55:45.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:56:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:56:47.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:57:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:57:49.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:58:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:58:51.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 03:59:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:59:53.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:00:36.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:00:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:00:55.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:01:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:01:57.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:03:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:03:00.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:04:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:04:02.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:05:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:05:04.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:05:36.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:06:06.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 04:06:06.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 04:06:06.2|Info|DownloadDecisionMaker|No results found
2026-05-26 04:06:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 04:06:06.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 04:06:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:06:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:07:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:07:08.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:08:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:08:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:09:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:09:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:10:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:10:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:10:36.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:11:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:11:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:12:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:12:19.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:13:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:13:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:14:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:14:23.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:15:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:15:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:15:36.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:16:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:16:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:17:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:17:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:18:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:18:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:19:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:19:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:20:36.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:20:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:20:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:21:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:21:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:22:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:22:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:23:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:23:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:24:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:24:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:25:36.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:25:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:25:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:26:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:26:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:27:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:27:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:28:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:28:53.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:29:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:29:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:30:36.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:30:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:30:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:32:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:32:00.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:33:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:33:02.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:34:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:34:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:35:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:35:06.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:35:36.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:36:06.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 04:36:06.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 04:36:06.8|Info|DownloadDecisionMaker|No results found
2026-05-26 04:36:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 04:36:06.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 04:36:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:36:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:37:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:37:11.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:38:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:38:13.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:39:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:39:15.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:40:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:40:17.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:40:36.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:41:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:41:19.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:42:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:42:21.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:43:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:43:24.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:44:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:44:26.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:45:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:45:28.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:45:36.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:46:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:46:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:47:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:47:32.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:48:34.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:48:34.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:49:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:49:36.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:50:37.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:50:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:50:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:51:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:51:41.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:52:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:52:43.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:53:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:53:45.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:54:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:54:47.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:55:37.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 04:55:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:55:49.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:56:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:56:52.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:57:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:57:54.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:58:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:58:56.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 04:59:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:59:58.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:00:37.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:01:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:01:00.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:02:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:02:02.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:03:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:03:04.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:04:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:04:07.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:05:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:05:09.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:05:37.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:06:07.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 05:06:07.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 05:06:07.2|Info|DownloadDecisionMaker|No results found
2026-05-26 05:06:07.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 05:06:07.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 05:06:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:06:11.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:07:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:07:13.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:08:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:08:15.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:09:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:09:17.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:10:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:10:19.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:10:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:11:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:11:22.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:12:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:12:24.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:13:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:13:26.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:14:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:14:28.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:15:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:15:30.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:15:37.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:16:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:16:32.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:17:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:17:34.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:18:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:18:37.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:19:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:19:39.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:20:37.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:20:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:20:41.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:21:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:21:43.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:22:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:22:45.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:23:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:23:47.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:24:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:24:49.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:25:37.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:25:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:25:52.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:26:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:26:54.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:27:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:27:56.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:28:58.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:28:58.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:30:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:30:00.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:30:37.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:31:02.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:31:02.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:32:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:32:05.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:33:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:33:07.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:34:09.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:34:09.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:35:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:35:11.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 05:35:37.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:36:07.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 05:36:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 05:36:07.6|Info|DownloadDecisionMaker|No results found
2026-05-26 05:36:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 05:36:07.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 05:36:13.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:36:13.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:37:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:37:15.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:38:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:38:17.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:39:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:39:20.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:40:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:40:22.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:40:37.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:41:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:41:24.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:42:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:42:26.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:43:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:43:28.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:44:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:44:30.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:45:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:45:32.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:45:37.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:46:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:46:35.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:47:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:47:37.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:48:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:48:39.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:49:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:49:41.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:50:37.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:50:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:50:43.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:51:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:51:45.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:52:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:52:47.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:53:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:53:50.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:54:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:54:52.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:55:37.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 05:55:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:55:54.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:56:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:56:56.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:57:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:57:58.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 05:59:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:59:00.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:00:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:00:03.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:00:37.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:01:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:01:05.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:02:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:02:07.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:03:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:03:09.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:04:11.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:04:11.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:05:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:05:13.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:05:38.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:06:08.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 06:06:08.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 06:06:08.1|Info|DownloadDecisionMaker|No results found
2026-05-26 06:06:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 06:06:08.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 06:06:15.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:06:15.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:07:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:07:18.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:08:20.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:08:20.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:09:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:09:22.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:10:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:10:24.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:10:38.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:11:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:11:26.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:12:28.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:12:28.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:13:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:13:30.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:14:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:14:33.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:15:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:15:35.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:15:38.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:16:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:16:37.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:17:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:17:39.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:18:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:18:41.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:19:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:19:43.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:20:38.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:20:45.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:20:45.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:21:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:21:48.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:22:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:22:50.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:23:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:23:52.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:24:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:24:54.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:25:38.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:25:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:25:56.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:26:58.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:26:58.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:28:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:28:01.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:29:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:29:03.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:30:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:30:05.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:30:38.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:31:07.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:31:07.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:32:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:32:09.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:33:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:33:11.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:34:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:34:13.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:35:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:35:16.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:35:38.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:36:08.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 06:36:08.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 06:36:08.6|Info|DownloadDecisionMaker|No results found
2026-05-26 06:36:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 06:36:08.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 06:36:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:36:18.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:37:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:37:20.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:38:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:38:22.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:39:24.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:39:24.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:40:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:40:26.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:40:38.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:41:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:41:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:42:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:42:31.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:43:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:43:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:44:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:44:35.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:45:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:45:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:45:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:46:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:46:39.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:47:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:47:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:48:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:48:44.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:49:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:49:46.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:50:38.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:50:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:50:48.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:51:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:51:50.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:52:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:52:52.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:53:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:53:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:54:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:54:56.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:55:38.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 06:55:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:55:59.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:57:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:57:01.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:58:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:58:03.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 06:59:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:59:05.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:00:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:00:07.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:00:39.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:01:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:01:09.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:02:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:02:12.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:03:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:03:14.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:04:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:04:16.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:05:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:05:18.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:05:39.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:06:09.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 07:06:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 07:06:09.1|Info|DownloadDecisionMaker|No results found
2026-05-26 07:06:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 07:06:09.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 07:06:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:06:20.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:07:09.1|Debug|InstallUpdateService|Checking for updates
2026-05-26 07:07:09.4|Debug|InstallUpdateService|No update available
2026-05-26 07:07:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:07:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:08:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:08:24.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:09:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:09:27.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:10:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:10:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:10:39.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:11:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:11:31.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:12:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:12:33.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:13:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:13:35.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:14:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:14:37.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:15:39.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:15:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:15:39.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:16:42.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:16:42.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:17:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:17:44.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:18:46.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:18:46.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:19:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:19:48.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:20:39.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:20:50.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:20:50.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:21:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:21:52.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:22:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:22:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:23:57.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:23:57.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:24:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:24:59.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:25:39.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:26:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:26:01.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:27:03.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:27:03.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:28:05.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:28:05.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:29:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:29:07.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:30:09.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:30:09.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:30:39.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:31:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:31:12.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:32:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:32:14.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:33:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:33:16.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:34:18.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:34:18.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:35:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:35:20.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:35:39.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:36:09.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 07:36:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 07:36:09.6|Info|DownloadDecisionMaker|No results found
2026-05-26 07:36:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 07:36:09.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 07:36:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:36:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:37:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:37:24.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:38:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:38:27.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:39:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:39:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:40:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:40:31.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:40:39.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:41:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:41:33.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:42:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:42:35.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:43:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:43:37.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:44:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:44:39.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:45:39.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:45:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:45:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:46:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:46:44.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:47:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:47:46.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:48:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:48:48.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:49:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:49:50.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:50:39.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:50:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:50:52.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:51:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:51:55.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:52:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:52:57.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:53:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:53:59.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:55:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:55:01.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:55:40.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 07:56:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:56:03.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:57:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:57:05.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:58:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:58:07.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 07:59:10.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:59:10.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:00:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:00:12.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:00:40.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:01:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:01:14.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:02:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:02:16.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:03:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:03:18.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:04:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:04:20.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 08:05:23.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:05:23.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:05:40.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:06:10.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 08:06:10.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 08:06:10.1|Info|DownloadDecisionMaker|No results found
2026-05-26 08:06:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 08:06:10.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 08:06:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:06:25.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:07:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:07:27.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:08:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:08:29.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:09:31.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:09:31.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:10:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:10:33.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:10:40.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:11:35.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:11:35.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:12:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:12:38.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:13:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:13:40.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:14:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:14:42.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:15:40.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:15:44.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:15:44.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:16:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:16:46.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:17:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:17:48.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:18:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:18:50.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:19:53.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:19:53.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:20:40.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:20:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:20:55.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:21:57.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:21:57.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:22:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:22:59.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:24:01.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:24:01.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:25:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:25:03.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:25:40.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:26:06.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:26:06.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:27:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:27:08.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:28:10.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:28:10.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:29:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:29:12.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:30:14.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:30:14.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:30:40.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:31:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:31:16.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:32:18.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:32:18.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:33:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:33:21.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:34:23.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:34:23.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:35:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:35:25.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:35:40.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:36:10.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 08:36:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 08:36:10.6|Info|DownloadDecisionMaker|No results found
2026-05-26 08:36:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 08:36:10.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 08:36:27.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:36:27.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:37:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:37:29.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:38:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:38:31.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:39:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:39:33.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:40:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:40:36.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:40:40.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:41:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:41:38.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:42:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:42:40.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:43:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:43:42.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:44:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:44:44.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:45:40.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:45:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:45:46.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:46:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:46:49.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:47:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:47:51.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:48:53.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:48:53.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:49:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:49:55.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:50:41.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:50:57.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:50:57.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:51:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:51:59.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:53:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:53:01.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:54:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:54:04.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:55:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:55:06.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:55:41.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 08:56:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:56:08.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:57:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:57:10.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:58:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:58:12.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 08:59:14.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:59:14.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:00:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:00:17.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:00:41.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:01:19.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:01:19.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:02:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:02:21.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:03:23.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:03:23.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:04:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:04:25.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:05:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:05:27.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:05:41.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:06:11.7|Info|RssSyncService|Starting RSS Sync
2026-05-26 09:06:11.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 09:06:11.7|Info|DownloadDecisionMaker|No results found
2026-05-26 09:06:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 09:06:11.7|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 09:06:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:06:29.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:07:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:07:32.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:08:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:08:34.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:09:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:09:36.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:10:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:10:38.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:10:41.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:11:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:11:40.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:12:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:12:42.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:13:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:13:44.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:14:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:14:47.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:15:41.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:15:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:15:49.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:16:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:16:51.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:17:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:17:53.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:18:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:18:55.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:19:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:19:57.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:20:41.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:20:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:20:59.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:22:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:22:02.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:23:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:23:04.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:24:06.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:24:06.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:25:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:25:08.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:25:41.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:26:10.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:26:10.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:27:12.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:27:12.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:28:15.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:28:15.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:29:17.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:29:17.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:30:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:30:19.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:30:42.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:31:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:31:21.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:32:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:32:23.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:33:25.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:33:25.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:34:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:34:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:35:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:35:30.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:35:42.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:36:12.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 09:36:12.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 09:36:12.1|Info|DownloadDecisionMaker|No results found
2026-05-26 09:36:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 09:36:12.1|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 09:36:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:36:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:37:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:37:34.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:38:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:38:36.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:39:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:39:38.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:40:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:40:40.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:40:42.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:41:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:41:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:42:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:42:45.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:43:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:43:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:44:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:44:49.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:45:42.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:45:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:45:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:46:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:46:53.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:47:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:47:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:48:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:48:58.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:50:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:50:00.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:50:42.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:51:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:51:02.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:52:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:52:04.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:53:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:53:06.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:54:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:54:08.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:55:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:55:10.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:55:42.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 09:56:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:56:13.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:57:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:57:15.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:58:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:58:17.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 09:59:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:59:19.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:00:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:00:21.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:00:42.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:01:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:01:23.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:02:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:02:25.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:03:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:03:28.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:04:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:04:30.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:05:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:05:32.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:05:42.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:06:12.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 10:06:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 10:06:12.6|Info|DownloadDecisionMaker|No results found
2026-05-26 10:06:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 10:06:12.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 10:06:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:06:34.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:07:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:07:36.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:08:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:08:38.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:09:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:09:41.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:10:42.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:10:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:10:43.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:11:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:11:45.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:12:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:12:47.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:13:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:13:49.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:14:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:14:51.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:15:42.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:15:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:15:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:16:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:16:56.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:17:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:17:58.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:19:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:19:00.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:20:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:20:02.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:20:42.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:21:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:21:04.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:22:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:22:06.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:23:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:23:08.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:24:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:24:11.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:25:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:25:13.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:25:42.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:26:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:26:15.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:27:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:27:17.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:28:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:28:19.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:29:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:29:21.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:30:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:30:24.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:30:42.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:31:26.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:31:26.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:32:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:32:28.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:33:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:33:30.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:34:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:34:32.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:35:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:35:34.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:35:43.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:36:13.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 10:36:13.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 10:36:13.0|Info|DownloadDecisionMaker|No results found
2026-05-26 10:36:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 10:36:13.0|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 10:36:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:36:36.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:37:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:37:39.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:38:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:38:41.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:39:43.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:39:43.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:40:43.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:40:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:40:45.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:41:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:41:47.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:42:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:42:49.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:43:51.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:43:51.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:44:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:44:54.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:45:43.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:45:56.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:45:56.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:46:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:46:58.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:48:00.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:48:00.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:49:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:49:02.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:50:04.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:50:04.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:50:43.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:51:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:51:07.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:52:09.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:52:09.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:53:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:53:11.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 10:54:13.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:54:13.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:55:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:55:15.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:55:43.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 10:56:17.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:56:17.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:57:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:57:19.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:58:22.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:58:22.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 10:59:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:59:24.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:00:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:00:26.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:00:43.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:01:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:01:28.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:02:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:02:30.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:03:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:03:32.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:04:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:04:34.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:05:37.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:05:37.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:05:43.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:06:13.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 11:06:13.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 11:06:13.5|Info|DownloadDecisionMaker|No results found
2026-05-26 11:06:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 11:06:13.5|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 11:06:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:06:39.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:07:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:07:41.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:08:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:08:43.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:09:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:09:45.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:10:43.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:10:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:10:47.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:11:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:11:49.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:12:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:12:52.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:13:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:13:54.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:14:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:14:56.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:15:43.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:15:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:15:58.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:17:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:17:00.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:18:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:18:02.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:19:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:19:05.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:20:07.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:20:07.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:20:43.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:21:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:21:09.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:22:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:22:11.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:23:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:23:13.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:24:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:24:15.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:25:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:25:18.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:25:43.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:26:20.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:26:20.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:27:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:27:22.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:28:24.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:28:24.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:29:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:29:26.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:30:28.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:30:28.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:30:43.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:31:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:31:30.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:32:33.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:32:33.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:33:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:33:35.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:34:37.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:34:37.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:35:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:35:39.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:35:43.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:36:13.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 11:36:13.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 11:36:13.8|Info|DownloadDecisionMaker|No results found
2026-05-26 11:36:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 11:36:13.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 11:36:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:36:41.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:37:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:37:43.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:38:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:38:46.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:39:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:39:48.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:40:43.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:40:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:40:50.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:41:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:41:52.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:42:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:42:54.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:43:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:43:56.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:44:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:44:58.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:45:43.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:46:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:46:01.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:47:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:47:03.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:48:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:48:05.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:49:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:49:07.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:50:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:50:09.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:50:44.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:51:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:51:11.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:52:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:52:13.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:53:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:53:16.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:54:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:54:18.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:55:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:55:20.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:55:44.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 11:56:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:56:22.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:57:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:57:24.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 11:58:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:58:26.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 11:59:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:59:29.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:00:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:00:31.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:00:44.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:01:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:01:33.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:02:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:02:35.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:03:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:03:37.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:04:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:04:39.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:05:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:05:41.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:05:44.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:06:14.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 12:06:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 12:06:14.2|Info|DownloadDecisionMaker|No results found
2026-05-26 12:06:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 12:06:14.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 12:06:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:06:44.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:07:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:07:46.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:08:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:08:48.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:09:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:09:50.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:10:44.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:10:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:10:52.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:11:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:11:54.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:12:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:12:56.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:13:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:13:59.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:15:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:15:01.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:15:44.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:16:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:16:03.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:17:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:17:05.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:18:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:18:07.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:19:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:19:09.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:20:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:20:12.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:20:44.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:21:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:21:14.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (1 ms)
2026-05-26 12:22:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:22:16.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:23:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:23:18.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:24:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:24:20.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:25:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:25:22.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:25:44.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:26:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:26:24.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:27:27.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:27:27.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:28:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:28:29.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:29:31.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:29:31.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:30:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:30:33.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:30:44.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:31:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:31:35.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:32:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:32:37.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:33:40.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:33:40.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:34:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:34:42.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:35:44.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:35:44.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:35:44.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:36:14.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 12:36:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 12:36:14.6|Info|DownloadDecisionMaker|No results found
2026-05-26 12:36:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 12:36:14.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 12:36:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:36:46.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:37:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:37:48.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:38:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:38:50.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:39:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:39:52.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:40:44.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:40:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:40:55.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:41:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:41:57.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:42:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:42:59.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:44:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:44:01.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:45:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:45:03.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:45:44.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:46:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:46:05.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:47:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:47:07.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:48:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:48:10.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:49:12.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:49:12.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:50:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:50:14.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:50:44.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:51:16.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:51:16.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:52:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:52:18.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:53:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:53:20.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:54:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:54:22.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:55:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:55:25.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:55:45.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 12:56:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:56:27.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:57:29.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:57:29.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:58:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:58:31.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 12:59:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:59:33.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:00:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:00:35.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:00:45.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:01:37.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:01:37.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:02:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:02:40.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:03:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:03:42.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:03:45.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-26 13:03:45.2|Info|HousekeepingService|Running housecleaning tasks
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupAbsolutePathMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupAbsolutePathMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupAdditionalNamingSpecs
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupAdditionalNamingSpecs
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupAdditionalUsers
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupAdditionalUsers
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupCommandQueue
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupCommandQueue
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupDownloadClientUnavailablePendingReleases
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupDownloadClientUnavailablePendingReleases
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupDuplicateMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupDuplicateMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupDuplicateMovieTranslations
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupDuplicateMovieTranslations
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedAlternativeTitles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedAlternativeTitles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedBlocklist
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedBlocklist
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedCollections
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedCollections
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedCredits
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedCredits
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedDownloadClientStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedDownloadClientStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedExtraFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedExtraFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedHistoryItems
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedHistoryItems
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedImportListMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedImportListMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedIndexerStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedIndexerStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMetadataFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMovieFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMovieFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMovieMetadata
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMovieMetadata
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMovieMovieFileIds
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMovieMovieFileIds
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedMovieTranslations
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedMovieTranslations
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedNotificationStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedNotificationStatus
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedPendingReleases
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedPendingReleases
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupOrphanedSubtitleFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupOrphanedSubtitleFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupQualityProfileFormatItems
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupQualityProfileFormatItems
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupTemporaryUpdateFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupTemporaryUpdateFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting CleanupUnusedTags
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed CleanupUnusedTags
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting DeleteBadMediaCovers
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed DeleteBadMediaCovers
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixFutureDownloadClientStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixFutureDownloadClientStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixFutureImportListStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixFutureImportListStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixFutureIndexerStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixFutureIndexerStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixFutureNotificationStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixFutureNotificationStatusTimes
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixFutureRunScheduledTasks
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixFutureRunScheduledTasks
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting FixWronglyMatchedMovieFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed FixWronglyMatchedMovieFiles
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting TrimLogDatabase
2026-05-26 13:03:45.2|Info|Database|Vacuuming Log database
2026-05-26 13:03:45.2|Info|Database|Log database compressed
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed TrimLogDatabase
2026-05-26 13:03:45.2|Debug|HousekeepingService|Starting UpdateCleanTitleForMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Completed UpdateCleanTitleForMovies
2026-05-26 13:03:45.2|Debug|HousekeepingService|Compressing main database after housekeeping
2026-05-26 13:03:45.2|Info|Database|Vacuuming Main database
2026-05-26 13:03:45.2|Info|Database|Main database compressed
2026-05-26 13:03:50.2|Error|CommandExecutor|Error occurred while executing task RefreshMovie
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.radarr.video:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetChangedMovies(DateTime startTime) in ./NzbDrone.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 69
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./NzbDrone.Core/Movies/RefreshMovieService.cs:line 265
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-26 13:04:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:04:44.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:05:45.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:05:46.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:05:46.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:06:15.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 13:06:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 13:06:15.2|Info|DownloadDecisionMaker|No results found
2026-05-26 13:06:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 13:06:15.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 13:06:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:06:48.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:07:15.3|Debug|InstallUpdateService|Checking for updates
2026-05-26 13:07:15.6|Debug|InstallUpdateService|No update available
2026-05-26 13:07:50.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:07:50.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:08:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:08:53.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:09:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:09:55.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:10:45.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:10:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:10:57.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:11:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:11:59.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:13:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:13:01.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:14:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:14:03.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:15:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:15:05.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:15:45.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:16:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:16:08.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:17:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:17:10.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:18:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:18:12.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:19:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:19:14.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:20:16.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:20:16.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:20:45.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:21:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:21:18.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:22:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:22:21.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:23:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:23:23.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:24:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:24:25.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:25:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:25:27.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:25:45.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:26:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:26:29.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:27:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:27:31.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:28:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:28:33.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:29:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:29:36.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:30:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:30:38.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:30:45.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:31:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:31:40.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:32:42.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:32:42.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:33:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:33:44.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:34:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:34:46.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:35:45.7|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:35:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:35:48.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:36:15.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 13:36:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 13:36:15.8|Info|DownloadDecisionMaker|No results found
2026-05-26 13:36:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 13:36:15.8|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 13:36:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:36:51.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:37:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:37:53.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:38:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:38:55.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:39:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:39:57.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:40:45.8|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:40:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:40:59.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:42:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:42:01.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:43:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:43:04.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:44:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:44:06.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:45:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:45:08.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:45:45.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:46:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:46:10.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:47:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:47:12.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:48:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:48:14.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:49:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:49:16.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:50:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:50:19.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:50:45.9|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:51:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:51:21.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:52:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:52:23.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:53:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:53:25.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:54:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:54:27.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:55:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:55:29.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:55:46.0|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 13:56:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:56:32.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:57:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:57:34.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:58:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:58:36.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 13:59:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:59:38.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:00:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:00:40.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:00:46.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:01:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:01:42.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:02:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:02:44.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:03:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:03:47.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:04:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:04:49.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:05:46.1|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:05:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:05:51.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:06:16.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 14:06:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 14:06:16.2|Info|DownloadDecisionMaker|No results found
2026-05-26 14:06:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 14:06:16.2|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 14:06:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:06:53.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:07:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:07:55.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:08:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:08:57.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:09:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:09:59.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:10:46.2|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:11:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:11:02.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:12:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:12:04.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:13:06.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:13:06.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:14:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:14:08.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:15:10.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:15:10.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:15:46.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:16:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:16:12.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:17:15.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:17:15.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:18:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:18:17.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:19:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:19:19.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:20:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:20:21.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:20:46.3|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:21:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:21:23.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:22:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:22:25.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:23:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:23:27.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:24:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:24:30.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:25:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:25:32.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:25:46.4|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:26:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:26:34.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:27:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:27:36.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:28:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:28:38.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:29:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:29:40.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:30:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:30:43.0|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:30:46.5|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:31:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:31:45.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:32:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:32:47.3|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:33:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:33:49.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:34:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:34:51.6|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:35:46.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:35:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:35:53.8|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:36:16.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 14:36:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 14:36:16.6|Info|DownloadDecisionMaker|No results found
2026-05-26 14:36:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 14:36:16.6|Debug|PendingReleaseService|Removing failed releases from pending
2026-05-26 14:36:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:36:55.9|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:37:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:37:58.1|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:39:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:39:00.2|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:40:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:40:02.4|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:40:46.6|Debug|ImportListSyncService|No enabled import lists, skipping sync and cleaning
2026-05-26 14:41:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:41:04.5|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)
2026-05-26 14:42:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:42:06.7|Debug|Api|[GET] /api/v3/health?apikey=(removed) 401.Unauthorized (0 ms)