Files
2026-01-21 14:17:36 -07:00

9886 lines
1024 KiB
Plaintext

2024-12-14 01:14:14.6|Debug|ProcessProvider|Found 0 processes with the name: Sonarr.Console
2024-12-14 01:14:14.6|Debug|ProcessProvider|Found 1 processes with the name: Sonarr
2024-12-14 01:14:14.6|Debug|ProcessProvider| - [143] Sonarr
2024-12-14 01:14:14.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:14.6|Info|DatabaseEngineVersionCheck|SQLite 3.45.3
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.023594s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0237321s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000253s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126873s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002926s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004697s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006683s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-07s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003224s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069509s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|InitialSetup|Starting migration of Log DB to 1
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2024-12-14 01:14:14.6|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, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004062s
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-12-14T01:14:14', 'InitialSetup')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00693s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|remove_tvrage_imdb_unique_constraint|Starting migration of Log DB to 2
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-12-14T01:14:14', 'remove_tvrage_imdb_unique_constraint')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|2: remove_tvrage_imdb_unique_constraint migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067271s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|remove_renamed_scene_mapping_columns|Starting migration of Log DB to 3
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-12-14T01:14:14', 'remove_renamed_scene_mapping_columns')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|3: remove_renamed_scene_mapping_columns migrated
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067497s
2024-12-14 01:14:14.6|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrating
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.6|Info|updated_history|Starting migration of Log DB to 4
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-12-14T01:14:14', 'updated_history')
2024-12-14 01:14:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|4: updated_history migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067875s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|added_eventtype_to_history|Starting migration of Log DB to 5
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-12-14T01:14:14', 'added_eventtype_to_history')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|5: added_eventtype_to_history migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071428s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_index_to_log_time|Starting migration of Log DB to 6
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Logs
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003024s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2024-12-14 01:14:14.7|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, "Method" TEXT, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004678s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002882s
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-12-14T01:14:14', 'add_index_to_log_time')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|6: add_index_to_log_time migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072562s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_renameEpisodes_to_naming|Starting migration of Log DB to 7
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-12-14T01:14:14', 'add_renameEpisodes_to_naming')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|7: add_renameEpisodes_to_naming migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069052s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_backlog|Starting migration of Log DB to 8
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-12-14T01:14:14', 'remove_backlog')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|8: remove_backlog migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068033s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|fix_rename_episodes|Starting migration of Log DB to 9
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-12-14T01:14:14', 'fix_rename_episodes')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|9: fix_rename_episodes migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068155s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_monitored|Starting migration of Log DB to 10
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-12-14T01:14:14', 'add_monitored')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|10: add_monitored migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067559s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_ignored|Starting migration of Log DB to 11
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-12-14T01:14:14', 'remove_ignored')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|11: remove_ignored migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068609s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|remove_custom_start_date|Starting migration of Log DB to 12
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-12-14T01:14:14', 'remove_custom_start_date')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|12: remove_custom_start_date migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068198s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_air_date_utc|Starting migration of Log DB to 13
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-12-14T01:14:14', 'add_air_date_utc')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|13: add_air_date_utc migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068476s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|drop_air_date|Starting migration of Log DB to 14
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-12-14T01:14:14', 'drop_air_date')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|14: drop_air_date migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068951s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|add_air_date_as_string|Starting migration of Log DB to 15
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-12-14T01:14:14', 'add_air_date_as_string')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|15: add_air_date_as_string migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070105s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|updated_imported_history_item|Starting migration of Log DB to 16
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-12-14T01:14:14', 'updated_imported_history_item')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|16: updated_imported_history_item migrated
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071345s
2024-12-14 01:14:14.7|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrating
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.7|Info|reset_scene_names|Starting migration of Log DB to 17
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-12-14T01:14:14', 'reset_scene_names')
2024-12-14 01:14:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|17: reset_scene_names migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069648s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|remove_duplicates|Starting migration of Log DB to 18
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-12-14T01:14:14', 'remove_duplicates')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|18: remove_duplicates migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069381s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|restore_unique_constraints|Starting migration of Log DB to 19
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-12-14T01:14:14', 'restore_unique_constraints')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|19: restore_unique_constraints migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006896s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_year_and_seasons_to_series|Starting migration of Log DB to 20
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-12-14T01:14:14', 'add_year_and_seasons_to_series')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|20: add_year_and_seasons_to_series migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067804s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|drop_seasons_table|Starting migration of Log DB to 21
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-12-14T01:14:14', 'drop_seasons_table')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|21: drop_seasons_table migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070593s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|move_indexer_to_generic_provider|Starting migration of Log DB to 22
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-12-14T01:14:14', 'move_indexer_to_generic_provider')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|22: move_indexer_to_generic_provider migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068815s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_config_contract_to_indexers|Starting migration of Log DB to 23
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-12-14T01:14:14', 'add_config_contract_to_indexers')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|23: add_config_contract_to_indexers migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069409s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|drop_tvdb_episodeid|Starting migration of Log DB to 24
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-12-14T01:14:14', 'drop_tvdb_episodeid')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|24: drop_tvdb_episodeid migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066972s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|move_notification_to_generic_provider|Starting migration of Log DB to 25
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-12-14T01:14:14', 'move_notification_to_generic_provider')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|25: move_notification_to_generic_provider migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068419s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_config_contract_to_notifications|Starting migration of Log DB to 26
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-12-14T01:14:14', 'add_config_contract_to_notifications')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_config_contract_to_notifications migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068825s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|fix_omgwtfnzbs|Starting migration of Log DB to 27
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-12-14T01:14:14', 'fix_omgwtfnzbs')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|27: fix_omgwtfnzbs migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075467s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_blacklist_table|Starting migration of Log DB to 28
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-12-14T01:14:14', 'add_blacklist_table')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_blacklist_table migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006953s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_formats_to_naming_config|Starting migration of Log DB to 29
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-12-14T01:14:14', 'add_formats_to_naming_config')
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|29: add_formats_to_naming_config migrated
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069855s
2024-12-14 01:14:14.8|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrating
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.8|Info|add_season_folder_format_to_naming_config|Starting migration of Log DB to 30
2024-12-14 01:14:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-12-14T01:14:14', 'add_season_folder_format_to_naming_config')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|30: add_season_folder_format_to_naming_config migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069484s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|delete_old_naming_config_columns|Starting migration of Log DB to 31
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-12-14T01:14:14', 'delete_old_naming_config_columns')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|31: delete_old_naming_config_columns migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070075s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|set_default_release_group|Starting migration of Log DB to 32
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-12-14T01:14:14', 'set_default_release_group')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|32: set_default_release_group migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069176s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_api_key_to_pushover|Starting migration of Log DB to 33
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-12-14T01:14:14', 'add_api_key_to_pushover')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|33: add_api_key_to_pushover migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069004s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|remove_series_contraints|Starting migration of Log DB to 34
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2024-12-14T01:14:14', 'remove_series_contraints')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|34: remove_series_contraints migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067718s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_series_folder_format_to_naming_config|Starting migration of Log DB to 35
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-12-14T01:14:14', 'add_series_folder_format_to_naming_config')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|35: add_series_folder_format_to_naming_config migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074971s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|update_with_quality_converters|Starting migration of Log DB to 36
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-12-14T01:14:14', 'update_with_quality_converters')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|36: update_with_quality_converters migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006737s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_configurable_qualities|Starting migration of Log DB to 37
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-12-14T01:14:14', 'add_configurable_qualities')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|37: add_configurable_qualities migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068449s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_on_upgrade_to_notifications|Starting migration of Log DB to 38
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-12-14T01:14:14', 'add_on_upgrade_to_notifications')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_upgrade_to_notifications migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006774s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_metadata_tables|Starting migration of Log DB to 39
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-12-14T01:14:14', 'add_metadata_tables')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|39: add_metadata_tables migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069519s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_metadata_to_episodes_and_series|Starting migration of Log DB to 40
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-12-14T01:14:14', 'add_metadata_to_episodes_and_series')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_metadata_to_episodes_and_series migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069258s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|fix_xbmc_season_images_metadata|Starting migration of Log DB to 41
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (41, '2024-12-14T01:14:14', 'fix_xbmc_season_images_metadata')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|41: fix_xbmc_season_images_metadata migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068831s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|add_download_clients_table|Starting migration of Log DB to 42
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (42, '2024-12-14T01:14:14', 'add_download_clients_table')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|42: add_download_clients_table migrated
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069217s
2024-12-14 01:14:14.9|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrating
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:14.9|Info|convert_config_to_download_clients|Starting migration of Log DB to 43
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (43, '2024-12-14T01:14:14', 'convert_config_to_download_clients')
2024-12-14 01:14:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|43: convert_config_to_download_clients migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070111s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_xbmc_episode_metadata|Starting migration of Log DB to 44
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (44, '2024-12-14T01:14:15', 'fix_xbmc_episode_metadata')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|44: fix_xbmc_episode_metadata migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068415s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_indexes|Starting migration of Log DB to 45
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (45, '2024-12-14T01:14:15', 'add_indexes')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|45: add_indexes migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068225s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_nzb_su_url|Starting migration of Log DB to 46
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (46, '2024-12-14T01:14:15', 'fix_nzb_su_url')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|46: fix_nzb_su_url migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006963s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_temporary_blacklist_columns|Starting migration of Log DB to 47
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (47, '2024-12-14T01:14:15', 'add_temporary_blacklist_columns')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|47: add_temporary_blacklist_columns migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0137429s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_title_to_scenemappings|Starting migration of Log DB to 48
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (48, '2024-12-14T01:14:15', 'add_title_to_scenemappings')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|48: add_title_to_scenemappings migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067455s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|fix_dognzb_url|Starting migration of Log DB to 49
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (49, '2024-12-14T01:14:15', 'fix_dognzb_url')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|49: fix_dognzb_url migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068234s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_hash_to_metadata_files|Starting migration of Log DB to 50
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (50, '2024-12-14T01:14:15', 'add_hash_to_metadata_files')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|50: add_hash_to_metadata_files migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069123s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|download_client_import|Starting migration of Log DB to 51
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (51, '2024-12-14T01:14:15', 'download_client_import')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|51: download_client_import migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006661s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_columns_for_anime|Starting migration of Log DB to 52
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (52, '2024-12-14T01:14:15', 'add_columns_for_anime')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|52: add_columns_for_anime migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068033s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_series_sorttitle|Starting migration of Log DB to 53
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (53, '2024-12-14T01:14:15', 'add_series_sorttitle')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|53: add_series_sorttitle migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066422s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|rename_profiles|Starting migration of Log DB to 54
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (54, '2024-12-14T01:14:15', 'rename_profiles')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|54: rename_profiles migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006825s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|drop_old_profile_columns|Starting migration of Log DB to 55
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (55, '2024-12-14T01:14:15', 'drop_old_profile_columns')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|55: drop_old_profile_columns migrated
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068982s
2024-12-14 01:14:15.0|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrating
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.0|Info|add_mediainfo_to_episodefile|Starting migration of Log DB to 56
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (56, '2024-12-14T01:14:15', 'add_mediainfo_to_episodefile')
2024-12-14 01:14:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|56: add_mediainfo_to_episodefile migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067623s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|convert_episode_file_path_to_relative|Starting migration of Log DB to 57
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (57, '2024-12-14T01:14:15', 'convert_episode_file_path_to_relative')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|57: convert_episode_file_path_to_relative migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006801s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|drop_episode_file_path|Starting migration of Log DB to 58
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (58, '2024-12-14T01:14:15', 'drop_episode_file_path')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|58: drop_episode_file_path migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070081s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_enable_options_to_indexers|Starting migration of Log DB to 59
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (59, '2024-12-14T01:14:15', 'add_enable_options_to_indexers')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|59: add_enable_options_to_indexers migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068209s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|remove_enable_from_indexers|Starting migration of Log DB to 60
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (60, '2024-12-14T01:14:15', 'remove_enable_from_indexers')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|60: remove_enable_from_indexers migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070805s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|clear_bad_scene_names|Starting migration of Log DB to 61
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (61, '2024-12-14T01:14:15', 'clear_bad_scene_names')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|61: clear_bad_scene_names migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007297s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|convert_quality_models|Starting migration of Log DB to 62
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (62, '2024-12-14T01:14:15', 'convert_quality_models')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|62: convert_quality_models migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070509s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_remotepathmappings|Starting migration of Log DB to 63
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (63, '2024-12-14T01:14:15', 'add_remotepathmappings')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|63: add_remotepathmappings migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007117s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|remove_method_from_logs|Starting migration of Log DB to 64
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Logs Method
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023735s
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (64, '2024-12-14T01:14:15', 'remove_method_from_logs')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|64: remove_method_from_logs migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090667s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|make_scene_numbering_nullable|Starting migration of Log DB to 65
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (65, '2024-12-14T01:14:15', 'make_scene_numbering_nullable')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|65: make_scene_numbering_nullable migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069833s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_tags|Starting migration of Log DB to 66
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (66, '2024-12-14T01:14:15', 'add_tags')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|66: add_tags migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072892s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_added_to_series|Starting migration of Log DB to 67
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (67, '2024-12-14T01:14:15', 'add_added_to_series')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|67: add_added_to_series migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071009s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|add_release_restrictions|Starting migration of Log DB to 68
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (68, '2024-12-14T01:14:15', 'add_release_restrictions')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|68: add_release_restrictions migrated
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00716s
2024-12-14 01:14:15.1|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrating
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.1|Info|quality_proper|Starting migration of Log DB to 69
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (69, '2024-12-14T01:14:15', 'quality_proper')
2024-12-14 01:14:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|69: quality_proper migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074497s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|delay_profile|Starting migration of Log DB to 70
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (70, '2024-12-14T01:14:15', 'delay_profile')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|70: delay_profile migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073166s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|unknown_quality_in_profile|Starting migration of Log DB to 71
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (71, '2024-12-14T01:14:15', 'unknown_quality_in_profile')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|71: unknown_quality_in_profile migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067561s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|history_downloadId|Starting migration of Log DB to 72
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (72, '2024-12-14T01:14:15', 'history_downloadId')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|72: history_downloadId migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006743s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|clear_ratings|Starting migration of Log DB to 73
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (73, '2024-12-14T01:14:15', 'clear_ratings')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|73: clear_ratings migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071732s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|disable_eztv|Starting migration of Log DB to 74
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (74, '2024-12-14T01:14:15', 'disable_eztv')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|74: disable_eztv migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070866s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|force_lib_update|Starting migration of Log DB to 75
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (75, '2024-12-14T01:14:15', 'force_lib_update')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|75: force_lib_update migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068607s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_users_table|Starting migration of Log DB to 76
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (76, '2024-12-14T01:14:15', 'add_users_table')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|76: add_users_table migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066187s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_add_options_to_series|Starting migration of Log DB to 77
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (77, '2024-12-14T01:14:15', 'add_add_options_to_series')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|77: add_add_options_to_series migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067075s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_commands_table|Starting migration of Log DB to 78
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (78, '2024-12-14T01:14:15', 'add_commands_table')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|78: add_commands_table migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067556s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|dedupe_tags|Starting migration of Log DB to 79
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (79, '2024-12-14T01:14:15', 'dedupe_tags')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|79: dedupe_tags migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071662s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|move_dot_prefix_to_transmission_category|Starting migration of Log DB to 81
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (81, '2024-12-14T01:14:15', 'move_dot_prefix_to_transmission_category')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|81: move_dot_prefix_to_transmission_category migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070188s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|add_fanzub_settings|Starting migration of Log DB to 82
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (82, '2024-12-14T01:14:15', 'add_fanzub_settings')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|82: add_fanzub_settings migrated
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069396s
2024-12-14 01:14:15.2|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrating
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.2|Info|additonal_blacklist_columns|Starting migration of Log DB to 83
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (83, '2024-12-14T01:14:15', 'additonal_blacklist_columns')
2024-12-14 01:14:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|83: additonal_blacklist_columns migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073287s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|update_quality_minmax_size|Starting migration of Log DB to 84
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (84, '2024-12-14T01:14:15', 'update_quality_minmax_size')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|84: update_quality_minmax_size migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073016s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|expand_transmission_urlbase|Starting migration of Log DB to 85
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (85, '2024-12-14T01:14:15', 'expand_transmission_urlbase')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|85: expand_transmission_urlbase migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067516s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|pushbullet_device_ids|Starting migration of Log DB to 86
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (86, '2024-12-14T01:14:15', 'pushbullet_device_ids')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|86: pushbullet_device_ids migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067907s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|remove_eztv|Starting migration of Log DB to 87
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (87, '2024-12-14T01:14:15', 'remove_eztv')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|87: remove_eztv migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073042s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|pushbullet_devices_channels_list|Starting migration of Log DB to 88
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (88, '2024-12-14T01:14:15', 'pushbullet_devices_channels_list')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|88: pushbullet_devices_channels_list migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073273s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_on_rename_to_notifcations|Starting migration of Log DB to 89
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (89, '2024-12-14T01:14:15', 'add_on_rename_to_notifcations')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|89: add_on_rename_to_notifcations migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072602s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|update_kickass_url|Starting migration of Log DB to 90
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (90, '2024-12-14T01:14:15', 'update_kickass_url')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|90: update_kickass_url migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071509s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|added_indexerstatus|Starting migration of Log DB to 91
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (91, '2024-12-14T01:14:15', 'added_indexerstatus')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|91: added_indexerstatus migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074469s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_unverifiedscenenumbering|Starting migration of Log DB to 92
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (92, '2024-12-14T01:14:15', 'add_unverifiedscenenumbering')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|92: add_unverifiedscenenumbering migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069574s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|naming_config_replace_illegal_characters|Starting migration of Log DB to 93
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (93, '2024-12-14T01:14:15', 'naming_config_replace_illegal_characters')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|93: naming_config_replace_illegal_characters migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006832s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_tvmazeid|Starting migration of Log DB to 94
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (94, '2024-12-14T01:14:15', 'add_tvmazeid')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|94: add_tvmazeid migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069564s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|add_additional_episodes_index|Starting migration of Log DB to 95
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (95, '2024-12-14T01:14:15', 'add_additional_episodes_index')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|95: add_additional_episodes_index migrated
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071873s
2024-12-14 01:14:15.3|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrating
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.3|Info|disable_kickass|Starting migration of Log DB to 96
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (96, '2024-12-14T01:14:15', 'disable_kickass')
2024-12-14 01:14:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|96: disable_kickass migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070157s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_reason_to_pending_releases|Starting migration of Log DB to 97
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (97, '2024-12-14T01:14:15', 'add_reason_to_pending_releases')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|97: add_reason_to_pending_releases migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071059s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_titans_of_tv|Starting migration of Log DB to 98
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (98, '2024-12-14T01:14:15', 'remove_titans_of_tv')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|98: remove_titans_of_tv migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069697s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|extra_and_subtitle_files|Starting migration of Log DB to 99
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (99, '2024-12-14T01:14:15', 'extra_and_subtitle_files')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|99: extra_and_subtitle_files migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070105s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_scene_season_number|Starting migration of Log DB to 100
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (100, '2024-12-14T01:14:15', 'add_scene_season_number')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|100: add_scene_season_number migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070435s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_ultrahd_quality_in_profiles|Starting migration of Log DB to 101
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (101, '2024-12-14T01:14:15', 'add_ultrahd_quality_in_profiles')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|101: add_ultrahd_quality_in_profiles migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|add_language_to_episodeFiles_history_and_blacklist|Starting migration of Log DB to 102
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (102, '2024-12-14T01:14:15', 'add_language_to_episodeFiles_history_and_blacklist')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|102: add_language_to_episodeFiles_history_and_blacklist migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072548s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|fix_metadata_file_extensions|Starting migration of Log DB to 103
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (103, '2024-12-14T01:14:15', 'fix_metadata_file_extensions')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|103: fix_metadata_file_extensions migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071582s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_kickass|Starting migration of Log DB to 104
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2024-12-14T01:14:15', 'remove_kickass')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|104: remove_kickass migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071652s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|rename_torrent_downloadstation|Starting migration of Log DB to 105
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2024-12-14T01:14:15', 'rename_torrent_downloadstation')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|105: rename_torrent_downloadstation migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072088s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|update_btn_url|Starting migration of Log DB to 106
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2024-12-14T01:14:15', 'update_btn_url')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|106: update_btn_url migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071536s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|remove_wombles|Starting migration of Log DB to 107
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2024-12-14T01:14:15', 'remove_wombles')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|107: remove_wombles migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068651s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|fix_extra_file_extension|Starting migration of Log DB to 108
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2024-12-14T01:14:15', 'fix_extra_file_extension')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|108: fix_extra_file_extension migrated
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071734s
2024-12-14 01:14:15.4|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrating
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.4|Info|import_extra_files|Starting migration of Log DB to 109
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2024-12-14T01:14:15', 'import_extra_files')
2024-12-14 01:14:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|109: import_extra_files migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073485s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|fix_extra_files_config|Starting migration of Log DB to 110
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2024-12-14T01:14:15', 'fix_extra_files_config')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|110: fix_extra_files_config migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070848s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|create_language_profiles|Starting migration of Log DB to 111
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2024-12-14T01:14:15', 'create_language_profiles')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|111: create_language_profiles migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067837s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|added_regex_to_scenemapping|Starting migration of Log DB to 112
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2024-12-14T01:14:15', 'added_regex_to_scenemapping')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|112: added_regex_to_scenemapping migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073564s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 113
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2024-12-14T01:14:15', 'consolidate_indexer_baseurl')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|113: consolidate_indexer_baseurl migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072639s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|rename_indexer_status_id|Starting migration of Log DB to 114
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2024-12-14T01:14:15', 'rename_indexer_status_id')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|114: rename_indexer_status_id migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073098s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_downloadclient_status|Starting migration of Log DB to 115
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2024-12-14T01:14:15', 'add_downloadclient_status')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|115: add_downloadclient_status migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068812s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|disable_nyaa|Starting migration of Log DB to 116
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2024-12-14T01:14:15', 'disable_nyaa')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|116: disable_nyaa migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073731s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_webrip_and_br480_qualites_in_profile|Starting migration of Log DB to 117
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2024-12-14T01:14:15', 'add_webrip_and_br480_qualites_in_profile')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|117: add_webrip_and_br480_qualites_in_profile migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073314s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_history_eventType_index|Starting migration of Log DB to 118
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2024-12-14T01:14:15', 'add_history_eventType_index')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|118: add_history_eventType_index migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071501s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|separate_automatic_and_interactive_searches|Starting migration of Log DB to 119
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2024-12-14T01:14:15', 'separate_automatic_and_interactive_searches')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|119: separate_automatic_and_interactive_searches migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074943s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|update_series_episodes_history_indexes|Starting migration of Log DB to 120
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2024-12-14T01:14:15', 'update_series_episodes_history_indexes')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|120: update_series_episodes_history_indexes migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073096s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|update_animetosho_url|Starting migration of Log DB to 121
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2024-12-14T01:14:15', 'update_animetosho_url')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|121: update_animetosho_url migrated
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073105s
2024-12-14 01:14:15.5|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrating
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.5|Info|add_remux_qualities_in_profile|Starting migration of Log DB to 122
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2024-12-14T01:14:15', 'add_remux_qualities_in_profile')
2024-12-14 01:14:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|122: add_remux_qualities_in_profile migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074483s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_history_seriesId_index|Starting migration of Log DB to 123
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2024-12-14T01:14:15', 'add_history_seriesId_index')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|123: add_history_seriesId_index migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074074s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|remove_media_browser_metadata|Starting migration of Log DB to 124
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2024-12-14T01:14:15', 'remove_media_browser_metadata')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|124: remove_media_browser_metadata migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070723s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|remove_notify_my_android_and_pushalot_notifications|Starting migration of Log DB to 125
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2024-12-14T01:14:15', 'remove_notify_my_android_and_pushalot_notifications')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|125: remove_notify_my_android_and_pushalot_notifications migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074942s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_custom_filters|Starting migration of Log DB to 126
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2024-12-14T01:14:15', 'add_custom_filters')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|126: add_custom_filters migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073814s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|rename_restrictions_to_release_profiles|Starting migration of Log DB to 127
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2024-12-14T01:14:15', 'rename_restrictions_to_release_profiles')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|127: rename_restrictions_to_release_profiles migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074686s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|rename_quality_profiles_add_upgrade_allowed|Starting migration of Log DB to 128
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2024-12-14T01:14:15', 'rename_quality_profiles_add_upgrade_allowed')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|128: rename_quality_profiles_add_upgrade_allowed migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073245s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_relative_original_path_to_episode_file|Starting migration of Log DB to 129
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2024-12-14T01:14:15', 'add_relative_original_path_to_episode_file')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|129: add_relative_original_path_to_episode_file migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073156s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|episode_last_searched_time|Starting migration of Log DB to 130
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2024-12-14T01:14:15', 'episode_last_searched_time')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|130: episode_last_searched_time migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071042s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|download_propers_config|Starting migration of Log DB to 131
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2024-12-14T01:14:15', 'download_propers_config')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|131: download_propers_config migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007341s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_download_client_priority|Starting migration of Log DB to 132
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2024-12-14T01:14:15', 'add_download_client_priority')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|132: add_download_client_priority migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006956s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_specials_folder_format|Starting migration of Log DB to 134
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2024-12-14T01:14:15', 'add_specials_folder_format')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_specials_folder_format migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069504s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|health_issue_notification|Starting migration of Log DB to 135
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2024-12-14T01:14:15', 'health_issue_notification')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|135: health_issue_notification migrated
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069551s
2024-12-14 01:14:15.6|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrating
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.6|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Log DB to 136
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2024-12-14T01:14:15', 'add_indexer_and_enabled_to_release_profiles')
2024-12-14 01:14:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|136: add_indexer_and_enabled_to_release_profiles migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007297s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_airedbefore_to_episodes|Starting migration of Log DB to 137
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2024-12-14T01:14:15', 'add_airedbefore_to_episodes')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|137: add_airedbefore_to_episodes migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072096s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_bitmetv|Starting migration of Log DB to 138
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2024-12-14T01:14:15', 'remove_bitmetv')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|138: remove_bitmetv migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070486s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_download_history|Starting migration of Log DB to 139
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2024-12-14T01:14:15', 'add_download_history')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|139: add_download_history migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072488s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_chown_and_folderchmod_config_v2|Starting migration of Log DB to 140
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2024-12-14T01:14:15', 'remove_chown_and_folderchmod_config_v2')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|140: remove_chown_and_folderchmod_config_v2 migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068269s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_update_history|Starting migration of Log DB to 141
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004312s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002064s
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2024-12-14T01:14:15', 'add_update_history')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|141: add_update_history migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067962s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|import_lists|Starting migration of Log DB to 142
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2024-12-14T01:14:15', 'import_lists')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|142: import_lists migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007182s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_priority_to_indexers|Starting migration of Log DB to 143
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2024-12-14T01:14:15', 'add_priority_to_indexers')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|143: add_priority_to_indexers migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068403s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|import_lists_series_type_and_season_folder|Starting migration of Log DB to 144
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2024-12-14T01:14:15', 'import_lists_series_type_and_season_folder')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|144: import_lists_series_type_and_season_folder migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069076s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|remove_growl|Starting migration of Log DB to 145
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2024-12-14T01:14:15', 'remove_growl')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|145: remove_growl migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069485s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|cleanup_duplicates_updatehistory|Starting migration of Log DB to 146
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013265s
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2024-12-14T01:14:15', 'cleanup_duplicates_updatehistory')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|146: cleanup_duplicates_updatehistory migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082182s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 147
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2024-12-14T01:14:15', 'swap_filechmod_for_folderchmod')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|147: swap_filechmod_for_folderchmod migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007471s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|mediainfo_channels|Starting migration of Log DB to 148
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2024-12-14T01:14:15', 'mediainfo_channels')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|148: mediainfo_channels migrated
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069831s
2024-12-14 01:14:15.7|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrating
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.7|Info|add_on_delete_to_notifications|Starting migration of Log DB to 149
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2024-12-14T01:14:15', 'add_on_delete_to_notifications')
2024-12-14 01:14:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|149: add_on_delete_to_notifications migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070404s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_scene_mapping_origin|Starting migration of Log DB to 150
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2024-12-14T01:14:15', 'add_scene_mapping_origin')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|150: add_scene_mapping_origin migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069446s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|remove_custom_filter_type|Starting migration of Log DB to 151
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2024-12-14T01:14:15', 'remove_custom_filter_type')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|151: remove_custom_filter_type migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072981s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|update_btn_url_to_https|Starting migration of Log DB to 152
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2024-12-14T01:14:15', 'update_btn_url_to_https')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|152: update_btn_url_to_https migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067029s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_on_episodefiledelete_for_upgrade|Starting migration of Log DB to 153
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2024-12-14T01:14:15', 'add_on_episodefiledelete_for_upgrade')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|153: add_on_episodefiledelete_for_upgrade migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073169s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_name_release_profile|Starting migration of Log DB to 154
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2024-12-14T01:14:15', 'add_name_release_profile')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|154: add_name_release_profile migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067549s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_arabic_and_hindi_languages|Starting migration of Log DB to 155
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2024-12-14T01:14:15', 'add_arabic_and_hindi_languages')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_arabic_and_hindi_languages migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070017s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 156
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2024-12-14T01:14:15', 'add_bypass_to_delay_profile')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|156: add_bypass_to_delay_profile migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067352s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|email_multiple_addresses|Starting migration of Log DB to 157
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2024-12-14T01:14:15', 'email_multiple_addresses')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|157: email_multiple_addresses migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070416s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|cdh_per_downloadclient|Starting migration of Log DB to 158
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-12-14T01:14:15', 'cdh_per_downloadclient')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070109s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|add_indexer_tags|Starting migration of Log DB to 159
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2024-12-14T01:14:15', 'add_indexer_tags')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|159: add_indexer_tags migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069311s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 160
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2024-12-14T01:14:15', 'rename_blacklist_to_blocklist')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|160: rename_blacklist_to_blocklist migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071746s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|remove_plex_hometheatre|Starting migration of Log DB to 161
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2024-12-14T01:14:15', 'remove_plex_hometheatre')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|161: remove_plex_hometheatre migrated
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071967s
2024-12-14 01:14:15.8|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrating
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.8|Info|release_profile_to_array|Starting migration of Log DB to 162
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2024-12-14T01:14:15', 'release_profile_to_array')
2024-12-14 01:14:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|162: release_profile_to_array migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071475s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 163
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2024-12-14T01:14:15', 'mediainfo_to_ffmpeg')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|163: mediainfo_to_ffmpeg migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073104s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|download_client_per_indexer|Starting migration of Log DB to 164
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2024-12-14T01:14:15', 'download_client_per_indexer')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|164: download_client_per_indexer migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072383s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_on_update_to_notifications|Starting migration of Log DB to 165
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2024-12-14T01:14:15', 'add_on_update_to_notifications')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|165: add_on_update_to_notifications migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072852s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|update_series_sort_title|Starting migration of Log DB to 166
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2024-12-14T01:14:15', 'update_series_sort_title')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|166: update_series_sort_title migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073091s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_tvdbid_to_episode|Starting migration of Log DB to 167
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2024-12-14T01:14:15', 'add_tvdbid_to_episode')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|167: add_tvdbid_to_episode migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075342s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 168
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2024-12-14T01:14:15', 'add_additional_info_to_pending_releases')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|168: add_additional_info_to_pending_releases migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070095s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_malayalam_and_ukrainian_languages|Starting migration of Log DB to 169
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2024-12-14T01:14:15', 'add_malayalam_and_ukrainian_languages')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|169: add_malayalam_and_ukrainian_languages migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073417s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 170
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2024-12-14T01:14:15', 'add_language_tags_to_subtitle_files')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|170: add_language_tags_to_subtitle_files migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071603s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_custom_formats|Starting migration of Log DB to 171
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2024-12-14T01:14:15', 'add_custom_formats')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|171: add_custom_formats migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068192s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_SeasonSearchMaximumSingleEpisodeAge_to_indexers|Starting migration of Log DB to 172
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2024-12-14T01:14:15', 'add_SeasonSearchMaximumSingleEpisodeAge_to_indexers')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|172: add_SeasonSearchMaximumSingleEpisodeAge_to_indexers migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067684s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|remove_omg|Starting migration of Log DB to 173
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2024-12-14T01:14:15', 'remove_omg')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|173: remove_omg migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069995s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|add_salt_to_users|Starting migration of Log DB to 174
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2024-12-14T01:14:15', 'add_salt_to_users')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|174: add_salt_to_users migrated
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072242s
2024-12-14 01:14:15.9|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrating
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:15.9|Info|language_profiles_to_custom_formats|Starting migration of Log DB to 175
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2024-12-14T01:14:15', 'language_profiles_to_custom_formats')
2024-12-14 01:14:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|175: language_profiles_to_custom_formats migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068695s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|original_language|Starting migration of Log DB to 176
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2024-12-14T01:14:16', 'original_language')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|176: original_language migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068183s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 177
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2024-12-14T01:14:16', 'add_on_manual_interaction_required_to_notifications')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|177: add_on_manual_interaction_required_to_notifications migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068195s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|list_sync_time|Starting migration of Log DB to 178
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2024-12-14T01:14:16', 'list_sync_time')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|178: list_sync_time migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067675s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_auto_tagging|Starting migration of Log DB to 179
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2024-12-14T01:14:16', 'add_auto_tagging')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|179: add_auto_tagging migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067757s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|task_duration|Starting migration of Log DB to 180
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2024-12-14T01:14:16', 'task_duration')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|180: task_duration migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068144s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|quality_definition_preferred_size|Starting migration of Log DB to 181
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2024-12-14T01:14:16', 'quality_definition_preferred_size')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|181: quality_definition_preferred_size migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068028s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 182
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2024-12-14T01:14:16', 'add_custom_format_score_bypass_to_delay_profile')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|182: add_custom_format_score_bypass_to_delay_profile migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070789s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|update_images_remote_url|Starting migration of Log DB to 183
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2024-12-14T01:14:16', 'update_images_remote_url')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|183: update_images_remote_url migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066955s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 184
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2024-12-14T01:14:16', 'remove_invalid_roksbox_metadata_images')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|184: remove_invalid_roksbox_metadata_images migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068335s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_episode_runtime|Starting migration of Log DB to 185
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2024-12-14T01:14:16', 'add_episode_runtime')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|185: add_episode_runtime migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006827s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_result_to_commands|Starting migration of Log DB to 186
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2024-12-14T01:14:16', 'add_result_to_commands')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|186: add_result_to_commands migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068726s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|add_on_series_add_to_notifications|Starting migration of Log DB to 187
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2024-12-14T01:14:16', 'add_on_series_add_to_notifications')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|187: add_on_series_add_to_notifications migrated
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069907s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrating
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.0|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 188
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021847s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019017s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2024-12-14 01:14:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019864s
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2024-12-14T01:14:16', 'postgres_update_timestamp_columns_to_with_timezone')
2024-12-14 01:14:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|188: postgres_update_timestamp_columns_to_with_timezone migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087943s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_colon_replacement_to_naming_config|Starting migration of Log DB to 189
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2024-12-14T01:14:16', 'add_colon_replacement_to_naming_config')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|189: add_colon_replacement_to_naming_config migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006671s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|health_restored_notification|Starting migration of Log DB to 190
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2024-12-14T01:14:16', 'health_restored_notification')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|190: health_restored_notification migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068677s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_download_client_tags|Starting migration of Log DB to 191
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2024-12-14T01:14:16', 'add_download_client_tags')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|191: add_download_client_tags migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0070974s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|import_exclusion_type|Starting migration of Log DB to 192
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2024-12-14T01:14:16', 'import_exclusion_type')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|192: import_exclusion_type migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069821s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_import_list_items|Starting migration of Log DB to 193
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (193, '2024-12-14T01:14:16', 'add_import_list_items')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|193: add_import_list_items migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068413s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_notification_status|Starting migration of Log DB to 194
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2024-12-14T01:14:16', 'add_notification_status')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|194: add_notification_status migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068266s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|parse_language_tags_from_existing_subtitle_files|Starting migration of Log DB to 195
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2024-12-14T01:14:16', 'parse_language_tags_from_existing_subtitle_files')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|195: parse_language_tags_from_existing_subtitle_files migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0136519s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|add_finale_type|Starting migration of Log DB to 196
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2024-12-14T01:14:16', 'add_finale_type')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|196: add_finale_type migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067465s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|list_add_missing_search|Starting migration of Log DB to 197
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2024-12-14T01:14:16', 'list_add_missing_search')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|197: list_add_missing_search migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065902s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|parse_title_from_existing_subtitle_files|Starting migration of Log DB to 198
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2024-12-14T01:14:16', 'parse_title_from_existing_subtitle_files')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|198: parse_title_from_existing_subtitle_files migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006641s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|series_last_aired|Starting migration of Log DB to 199
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2024-12-14T01:14:16', 'series_last_aired')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|199: series_last_aired migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067648s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|AddNewItemMonitorType|Starting migration of Log DB to 200
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2024-12-14T01:14:16', 'AddNewItemMonitorType')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|200: AddNewItemMonitorType migrated
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066039s
2024-12-14 01:14:16.1|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrating
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.1|Info|email_encryption|Starting migration of Log DB to 201
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2024-12-14T01:14:16', 'email_encryption')
2024-12-14 01:14:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|201: email_encryption migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068741s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_indexer_flags|Starting migration of Log DB to 202
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2024-12-14T01:14:16', 'add_indexer_flags')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|202: add_indexer_flags migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067459s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|release_type|Starting migration of Log DB to 203
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2024-12-14T01:14:16', 'release_type')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|203: release_type migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071889s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_add_release_hash|Starting migration of Log DB to 204
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2024-12-14T01:14:16', 'add_add_release_hash')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|204: add_add_release_hash migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068564s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|rename_season_pack_spec|Starting migration of Log DB to 205
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2024-12-14T01:14:16', 'rename_season_pack_spec')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|205: rename_season_pack_spec migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065967s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_tmdbid|Starting migration of Log DB to 206
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2024-12-14T01:14:16', 'add_tmdbid')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|206: add_tmdbid migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066486s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_on_import_complete_to_notifications|Starting migration of Log DB to 209
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2024-12-14T01:14:16', 'add_on_import_complete_to_notifications')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|209: add_on_import_complete_to_notifications migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067026s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_monitored_seasons_filter|Starting migration of Log DB to 210
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2024-12-14T01:14:16', 'add_monitored_seasons_filter')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|210: add_monitored_seasons_filter migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067213s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_custom_colon_replacement_to_naming_config|Starting migration of Log DB to 211
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2024-12-14T01:14:16', 'add_custom_colon_replacement_to_naming_config')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|211: add_custom_colon_replacement_to_naming_config migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065129s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_minium_upgrade_format_score_to_quality_profiles|Starting migration of Log DB to 212
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2024-12-14T01:14:16', 'add_minium_upgrade_format_score_to_quality_profiles')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|212: add_minium_upgrade_format_score_to_quality_profiles migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067294s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_blurary576p_quality_in_profiles|Starting migration of Log DB to 214
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2024-12-14T01:14:16', 'add_blurary576p_quality_in_profiles')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|214: add_blurary576p_quality_in_profiles migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067321s
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrating
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-12-14 01:14:16.2|Info|add_blurary576p_quality_in_profiles_with_grouped_blurary480p|Starting migration of Log DB to 215
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2024-12-14T01:14:16', 'add_blurary576p_quality_in_profiles_with_grouped_blurary480p')
2024-12-14 01:14:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_blurary576p_quality_in_profiles_with_grouped_blurary480p migrated
2024-12-14 01:14:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067002s
2024-12-14 01:14:16.2|Debug|MigrationController|Took: 00:00:01.6710779
2024-12-14 01:14:16.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8989
2024-12-14 01:14:16.4|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2024-12-14 01:14:16.4|Debug|QualityDefinitionService|Setting up default quality config
2024-12-14 01:14:16.5|Info|QualityProfileService|Setting up default quality profiles
2024-12-14 01:14:16.5|Debug|NotificationFactory|Initializing Providers. Count 25
2024-12-14 01:14:16.5|Debug|IndexerFactory|Initializing Providers. Count 10
2024-12-14 01:14:16.5|Debug|ImportListFactory|Initializing Providers. Count 11
2024-12-14 01:14:16.5|Debug|MetadataFactory|Initializing Providers. Count 5
2024-12-14 01:14:16.5|Debug|DownloadClientFactory|Initializing Providers. Count 18
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-12-14 01:14:16.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/sonarr/bin
2024-12-14 01:14:16.7|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2024-12-14 01:14:17.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was not authenticated.
2024-12-14 01:14:20.4|Debug|Sonarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2024-12-14 01:14:20.5|Debug|Sonarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2024-12-14 01:14:20.5|Debug|Sonarr.Http.Authentication.NoAuthenticationHandler|AuthenticationScheme: None was successfully authenticated.
2024-12-14 01:14:20.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/localization/language: 200.OK (8 ms)
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/customFilter: 200.OK (7 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/tag: 200.OK (3 ms)
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/language: 200.OK (4 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/indexerFlag: 200.OK (4 ms)
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/config/ui: 200.OK (7 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/localization: 200.OK (6 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/qualityprofile: 200.OK (48 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/series: 200.OK (60 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/importlist: 200.OK (26 ms)
2024-12-14 01:14:20.7|Debug|Api|[GET] /api/v3/system/status: 200.OK (26 ms)
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:20.8|Debug|Api|[GET] /api/v3/health: 200.OK (6 ms)
2024-12-14 01:14:20.8|Debug|Api|[GET] /api/v3/queue/status: 200.OK (12 ms)
2024-12-14 01:14:20.8|Debug|Api|[GET] /api/v3/config/host: 200.OK (16 ms)
2024-12-14 01:14:20.8|Debug|Api|[GET] /api/v3/config/host: 200.OK (33 ms)
2024-12-14 01:14:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-12-14 01:14:22.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:22.3|Debug|Api|[GET] /api/v3/health: 200.OK (2 ms)
2024-12-14 01:14:33.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:34.0|Debug|Api|[PUT] /api/v3/config/host: 202.Accepted (92 ms)
2024-12-14 01:14:34.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:34.0|Debug|Api|[GET] /api/v3/system/status: 200.OK (3 ms)
2024-12-14 01:14:39.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:39.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:14:51.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:51.1|Debug|Api|[GET] /api/v3/indexer/schema: 200.OK (104 ms)
2024-12-14 01:14:51.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:51.2|Debug|Newznab|Downloading Feed http://prowlarr:9696/0/api?t=tvsearch&cat=5000,5010,5020,5030,5040,5045,5050,5090,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:14:51.2|Debug|Api|[POST] /api/v3/indexer/test: 200.OK (76 ms)
2024-12-14 01:14:51.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:51.9|Debug|Newznab|Downloading Feed http://prowlarr:9696/0/api?t=tvsearch&cat=5000,5010,5020,5030,5040,5045,5050,5090,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:14:53.2|Debug|Api|[POST] /api/v3/indexer/test: 200.OK (1262 ms)
2024-12-14 01:14:53.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:53.2|Debug|Api|[GET] /api/v3/indexer: 200.OK (2 ms)
2024-12-14 01:14:53.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:14:53.3|Debug|Torznab|Downloading Feed http://prowlarr:9696/2/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:15:01.1|Debug|Api|[POST] /api/v3/indexer: 201.Created (7810 ms)
2024-12-14 01:15:01.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:01.1|Debug|Torznab|Downloading Feed http://prowlarr:9696/3/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:15:06.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:06.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:15:07.2|Debug|Api|[POST] /api/v3/indexer: 201.Created (6184 ms)
2024-12-14 01:15:07.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:07.3|Debug|Torznab|Downloading Feed http://prowlarr:9696/4/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:15:07.6|Debug|Api|[POST] /api/v3/indexer: 201.Created (318 ms)
2024-12-14 01:15:07.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:07.6|Debug|Torznab|Downloading Feed http://prowlarr:9696/5/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:15:11.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:11.2|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (5 ms)
2024-12-14 01:15:11.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:12.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:12.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:15:18.5|Debug|Api|[GET] /api/v3/series/lookup?term=The%20Enfield%20Haunting: 200.OK (7115 ms)
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:18.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:25.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:25.3|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- Path: 'Path' must not be empty.
-- RootFolderPath: 'Root Folder Path' must not be empty.
2024-12-14 01:15:25.3|Debug|Api|[POST] /api/v3/series: 400.BadRequest (59 ms)
2024-12-14 01:15:28.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:28.1|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (15 ms)
2024-12-14 01:15:34.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:34.2|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-14 01:15:35.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:35.4|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- Path: Invalid Path: '{path}'
2024-12-14 01:15:35.4|Debug|Api|[POST] /api/v3/rootFolder: 400.BadRequest (6 ms)
2024-12-14 01:15:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (34 ms)
2024-12-14 01:15:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (38 ms)
2024-12-14 01:15:50.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:50.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:50.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:50.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:50.4|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (0 ms)
2024-12-14 01:15:50.4|Debug|Api|[GET] /api/v3/config/naming: 200.OK (8 ms)
2024-12-14 01:15:50.5|Debug|Api|[GET] /api/v3/config/mediamanagement: 200.OK (26 ms)
2024-12-14 01:15:50.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:15:50.5|Debug|Parser|Parsing string 'The.Series.Title's!.S01E01.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:50.9|Debug|Parser|Episode Parsed. The Series Title's! - S01E01
2024-12-14 01:15:50.9|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:15:50.9|Debug|QualityParser|Trying to parse quality for 'The.Series.Title's!.S01E01.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:50.9|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-12-14 01:15:51.0|Debug|Parser|Release Group parsed: EVOLVE
2024-12-14 01:15:51.0|Debug|Parser|Parsing string 'The.Series.Title's!.S01E01-E03.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:51.0|Debug|Parser|Episode Parsed. The Series Title's! - S01E01-02-03
2024-12-14 01:15:51.0|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:15:51.0|Debug|QualityParser|Trying to parse quality for 'The.Series.Title's!.S01E01-E03.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:51.0|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-12-14 01:15:51.0|Debug|Parser|Release Group parsed: EVOLVE
2024-12-14 01:15:51.0|Debug|Parser|Parsing string 'The.Series.Title's!.2013.10.30.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:51.2|Debug|Parser|Episode Parsed. The Series Title's - 2013-10-30
2024-12-14 01:15:51.2|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:15:51.2|Debug|QualityParser|Trying to parse quality for 'The.Series.Title's!.2013.10.30.1080p.WEBDL.x264-EVOLVE'
2024-12-14 01:15:51.2|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-12-14 01:15:51.2|Debug|Parser|Release Group parsed: EVOLVE
2024-12-14 01:15:51.2|Debug|Parser|Parsing string '[RlsGroup] The Series Title's! - 001 [1080P]'
2024-12-14 01:15:51.2|Debug|Parser|Episode Parsed. The Series Title's! - 001
2024-12-14 01:15:51.2|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:15:51.2|Debug|QualityParser|Trying to parse quality for '[RlsGroup] The Series Title's! - 001 [1080P]'
2024-12-14 01:15:51.2|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:15:51.2|Debug|Parser|Release Group parsed: RlsGroup
2024-12-14 01:15:51.2|Debug|Parser|Parsing string '[RlsGroup] The Series Title's! - 001 - 103 [1080p]'
2024-12-14 01:15:51.2|Debug|Parser|Episode Parsed. The Series Title's! - 001
2024-12-14 01:15:51.2|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:15:51.2|Debug|QualityParser|Trying to parse quality for '[RlsGroup] The Series Title's! - 001 - 103 [1080p]'
2024-12-14 01:15:51.2|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:15:51.2|Debug|Parser|Release Group parsed: RlsGroup
2024-12-14 01:15:51.2|Debug|Api|[GET] /api/v3/config/naming/examples: 200.OK (756 ms)
2024-12-14 01:15:52.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:52.7|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-14 01:15:55.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:55.6|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (0 ms)
2024-12-14 01:15:56.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:56.7|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:15:56.7|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:15:56.7|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:15:56.7|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:15:56.7|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:15:56.7|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:15:56.7|Debug|Api|[POST] /api/v3/rootFolder: 201.Created (56 ms)
2024-12-14 01:15:56.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:15:56.7|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:15:56.7|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:15:56.7|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (2 ms)
2024-12-14 01:16:01.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:01.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:16:04.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:04.3|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:16:04.3|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:16:04.3|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (6 ms)
2024-12-14 01:16:04.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:05.3|Debug|Api|[GET] /api/v3/series/lookup?term=The%20enfield%20haunting: 200.OK (750 ms)
2024-12-14 01:16:08.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:08.7|Info|AddSeriesService|Adding Series [294431][The Enfield Haunting] Path: [/tv/The Enfield Haunting]
2024-12-14 01:16:08.8|Info|SceneMappingService|Updating Scene mappings
2024-12-14 01:16:08.8|Debug|XemProxy|Fetching alternate names
2024-12-14 01:16:08.8|Info|RefreshSeriesService|Updating The Enfield Haunting
2024-12-14 01:16:08.9|Info|RefreshEpisodeService|Starting episode info refresh for: [294431][The Enfield Haunting]
2024-12-14 01:16:08.9|Info|RefreshEpisodeService|Finished episode refresh for series: [294431][The Enfield Haunting].
2024-12-14 01:16:08.9|Debug|RefreshSeriesService|Finished series refresh for The Enfield Haunting
2024-12-14 01:16:08.9|Debug|XemProxy|Fetching Series IDs from
2024-12-14 01:16:09.0|Debug|XemService|Scene numbering is not available for The Enfield Haunting [294431]
2024-12-14 01:16:09.0|Info|MediaCoverService|Downloading Banner for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/graphical/294431-g.jpg
2024-12-14 01:16:09.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:16:09.0|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/294431-g.jpg] to [/config/MediaCover/1/banner.jpg]
2024-12-14 01:16:09.0|Info|SeriesScannedHandler|[The Enfield Haunting] was recently added, performing post-add actions
2024-12-14 01:16:09.0|Debug|EpisodeMonitoredService|[The Enfield Haunting] Monitoring all episodes
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Poster for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/posters/294431-2.jpg
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/294431-2.jpg] to [/config/MediaCover/1/poster.jpg]
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Fanart for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/fanart/original/294431-4.jpg
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/294431-4.jpg] to [/config/MediaCover/1/fanart.jpg]
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:09.2|Info|MediaCoverService|Downloading Clearlogo for [294431][The Enfield Haunting] https://artworks.thetvdb.com/banners/v4/series/294431/clearlogo/611d8bdbc927c.png
2024-12-14 01:16:09.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/294431/clearlogo/611d8bdbc927c.png] to [/config/MediaCover/1/clearlogo.png]
2024-12-14 01:16:09.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:09.2|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2024-12-14 01:16:09.4|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:09.4|Debug|MediaCoverService|Resizing Banner-70 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.5|Debug|Api|[POST] /api/v3/series: 201.Created (919 ms)
2024-12-14 01:16:09.6|Debug|MediaCoverService|Resizing Banner-35 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.6|Debug|MediaCoverService|Resizing Poster-500 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.7|Debug|MediaCoverService|Resizing Poster-250 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.7|Debug|MediaCoverService|Resizing Fanart-360 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.7|Debug|MediaCoverService|Resizing Fanart-180 for [294431][The Enfield Haunting]
2024-12-14 01:16:09.8|Debug|CleanExtraFileService|Cleaning missing metadata files for series: The Enfield Haunting
2024-12-14 01:16:09.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:16:14.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:14.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:16:14.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:16.9|Debug|Api|[GET] /api/v3/series/lookup?term=chernobyl: 200.OK (2232 ms)
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:17.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:19.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:19.7|Info|AddSeriesService|Adding Series [360893][Chernobyl] Path: [/tv/Chernobyl]
2024-12-14 01:16:19.8|Debug|Api|[POST] /api/v3/series: 201.Created (68 ms)
2024-12-14 01:16:19.8|Info|RefreshSeriesService|Updating Chernobyl
2024-12-14 01:16:19.8|Info|RefreshEpisodeService|Starting episode info refresh for: [360893][Chernobyl]
2024-12-14 01:16:19.8|Info|RefreshEpisodeService|Finished episode refresh for series: [360893][Chernobyl].
2024-12-14 01:16:19.8|Debug|RefreshSeriesService|Finished series refresh for Chernobyl
2024-12-14 01:16:19.8|Debug|XemService|Scene numbering is not available for Chernobyl [360893]
2024-12-14 01:16:19.8|Info|MediaCoverService|Downloading Banner for [360893][Chernobyl] https://artworks.thetvdb.com/banners/v4/series/360893/banners/6751caac5a993.jpg
2024-12-14 01:16:19.8|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:16:19.8|Info|SeriesScannedHandler|[Chernobyl] was recently added, performing post-add actions
2024-12-14 01:16:19.8|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/360893/banners/6751caac5a993.jpg] to [/config/MediaCover/2/banner.jpg]
2024-12-14 01:16:19.8|Debug|EpisodeMonitoredService|[Chernobyl] Monitoring all episodes
2024-12-14 01:16:19.8|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:19.8|Info|MediaCoverService|Downloading Poster for [360893][Chernobyl] https://artworks.thetvdb.com/banners/posters/5cc12861c93e4.jpg
2024-12-14 01:16:19.8|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/5cc12861c93e4.jpg] to [/config/MediaCover/2/poster.jpg]
2024-12-14 01:16:19.9|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:19.9|Info|MediaCoverService|Downloading Fanart for [360893][Chernobyl] https://artworks.thetvdb.com/banners/series/360893/backgrounds/62017319.jpg
2024-12-14 01:16:19.9|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/series/360893/backgrounds/62017319.jpg] to [/config/MediaCover/2/fanart.jpg]
2024-12-14 01:16:19.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:19.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:16:19.9|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:19.9|Info|MediaCoverService|Downloading Clearlogo for [360893][Chernobyl] https://artworks.thetvdb.com/banners/v4/series/360893/clearlogo/611be4d52d6a8.png
2024-12-14 01:16:19.9|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/360893/clearlogo/611be4d52d6a8.png] to [/config/MediaCover/2/clearlogo.png]
2024-12-14 01:16:19.9|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:16:19.9|Debug|MediaCoverService|Resizing Banner-70 for [360893][Chernobyl]
2024-12-14 01:16:19.9|Debug|MediaCoverService|Resizing Banner-35 for [360893][Chernobyl]
2024-12-14 01:16:20.0|Debug|MediaCoverService|Resizing Poster-500 for [360893][Chernobyl]
2024-12-14 01:16:20.0|Debug|MediaCoverService|Resizing Poster-250 for [360893][Chernobyl]
2024-12-14 01:16:20.0|Debug|MediaCoverService|Resizing Fanart-360 for [360893][Chernobyl]
2024-12-14 01:16:20.1|Debug|MediaCoverService|Resizing Fanart-180 for [360893][Chernobyl]
2024-12-14 01:16:20.1|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Chernobyl
2024-12-14 01:16:20.1|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:16:24.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:24.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:24.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:16:26.0|Debug|Api|[GET] /api/v3/series/lookup?term=3%20body%20pro: 200.OK (1941 ms)
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:26.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:16:47.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:47.6|Debug|Torznab|Downloading Feed http://prowlarr:9696/9/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:49.3|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:16:49.3|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:16:49.3|Debug|Api|[POST] /api/v3/indexer: 400.BadRequest (101684 ms)
2024-12-14 01:16:50.0|Debug|Api|[POST] /api/v3/indexer: 201.Created (2332 ms)
2024-12-14 01:16:50.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:50.0|Debug|Torznab|Downloading Feed http://prowlarr:9696/11/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:50.6|Debug|Api|[POST] /api/v3/indexer: 201.Created (597 ms)
2024-12-14 01:16:50.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:50.6|Debug|Torznab|Downloading Feed http://prowlarr:9696/12/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:52.5|Debug|Api|[POST] /api/v3/indexer: 201.Created (1900 ms)
2024-12-14 01:16:52.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:52.5|Debug|Torznab|Downloading Feed http://prowlarr:9696/13/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:54.6|Debug|Api|[POST] /api/v3/indexer: 201.Created (2071 ms)
2024-12-14 01:16:54.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:54.6|Debug|Torznab|Downloading Feed http://prowlarr:9696/16/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:55.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:55.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:16:56.7|Debug|Api|[POST] /api/v3/indexer: 201.Created (2070 ms)
2024-12-14 01:16:56.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:56.7|Debug|Torznab|Downloading Feed http://prowlarr:9696/17/api?t=tvsearch&cat=5000,5040,5030,5045,5020,5050,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:58.9|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-12-14 01:16:58.9|Debug|Api|[POST] /api/v3/indexer: 400.BadRequest (2225 ms)
2024-12-14 01:16:58.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:16:58.9|Debug|Torznab|Downloading Feed http://prowlarr:9696/17/api?t=tvsearch&cat=5000,5040,5030,5045,5020,5050,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:16:59.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:00.6|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-12-14 01:17:00.6|Debug|Api|[POST] /api/v3/indexer?forceSave=true: 400.BadRequest (1684 ms)
2024-12-14 01:17:00.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:00.6|Debug|Torznab|Downloading Feed http://prowlarr:9696/18/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:17:01.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:01.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:01.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:17:02.2|Debug|Api|[POST] /api/v3/indexer: 201.Created (1584 ms)
2024-12-14 01:17:02.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:02.2|Debug|Torznab|Downloading Feed http://prowlarr:9696/28/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:17:04.2|Debug|Api|[GET] /api/v3/series/lookup?term=archive%2081: 200.OK (2967 ms)
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Debug|Api|[GET] /api/v3/series/lookup?term=ar: 200.OK (4878 ms)
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:05.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:05.1|Debug|Api|[POST] /api/v3/indexer: 201.Created (2928 ms)
2024-12-14 01:17:05.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:05.1|Debug|Torznab|Downloading Feed http://prowlarr:9696/29/api?t=tvsearch&cat=5000,5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:17:07.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:07.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:17:07.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:08.0|Info|AddSeriesService|Adding Series [390936][Archive 81] Path: [/tv/Archive 81]
2024-12-14 01:17:08.0|Debug|Api|[POST] /api/v3/series: 201.Created (163 ms)
2024-12-14 01:17:08.0|Info|RefreshSeriesService|Updating Archive 81
2024-12-14 01:17:08.0|Info|RefreshEpisodeService|Starting episode info refresh for: [390936][Archive 81]
2024-12-14 01:17:08.0|Debug|RefreshEpisodeService|Not adjusting multi-episode air times for series Archive 81 season 1 since more than 3 episodes 'aired' on the same day
2024-12-14 01:17:08.0|Info|RefreshEpisodeService|Finished episode refresh for series: [390936][Archive 81].
2024-12-14 01:17:08.0|Debug|RefreshSeriesService|Finished series refresh for Archive 81
2024-12-14 01:17:08.0|Debug|XemService|Scene numbering is not available for Archive 81 [390936]
2024-12-14 01:17:08.0|Info|MediaCoverService|Downloading Banner for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/banners/66d8c4bddabfc.jpg
2024-12-14 01:17:08.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:17:08.0|Info|SeriesScannedHandler|[Archive 81] was recently added, performing post-add actions
2024-12-14 01:17:08.0|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/390936/banners/66d8c4bddabfc.jpg] to [/config/MediaCover/3/banner.jpg]
2024-12-14 01:17:08.0|Debug|EpisodeMonitoredService|[Archive 81] Monitoring all episodes
2024-12-14 01:17:08.0|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:17:08.0|Info|MediaCoverService|Downloading Poster for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/posters/61b915220ba4a.jpg
2024-12-14 01:17:08.0|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/390936/posters/61b915220ba4a.jpg] to [/config/MediaCover/3/poster.jpg]
2024-12-14 01:17:08.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:17:08.1|Info|MediaCoverService|Downloading Fanart for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/backgrounds/61da2cf017e0b.jpg
2024-12-14 01:17:08.1|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/390936/backgrounds/61da2cf017e0b.jpg] to [/config/MediaCover/3/fanart.jpg]
2024-12-14 01:17:08.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:17:08.1|Info|MediaCoverService|Downloading Clearlogo for [390936][Archive 81] https://artworks.thetvdb.com/banners/v4/series/390936/clearlogo/661da6c37e2de.png
2024-12-14 01:17:08.1|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/390936/clearlogo/661da6c37e2de.png] to [/config/MediaCover/3/clearlogo.png]
2024-12-14 01:17:08.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Banner-70 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Banner-35 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Poster-500 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Poster-250 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Fanart-360 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:08.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:17:08.1|Debug|MediaCoverService|Resizing Fanart-180 for [390936][Archive 81]
2024-12-14 01:17:08.1|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Archive 81
2024-12-14 01:17:08.1|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:17:08.5|Debug|Api|[POST] /api/v3/indexer: 201.Created (3323 ms)
2024-12-14 01:17:08.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:08.5|Debug|Torznab|Downloading Feed http://prowlarr:9696/30/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:17:13.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:13.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:17:16.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:17:16.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:17:33.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:34.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:40.5|Debug|Api|[GET] /api/v3/series/lookup?term=Devil%20in%20O: 200.OK (7116 ms)
2024-12-14 01:17:44.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:46.9|Debug|Api|[GET] /api/v3/series/lookup?term=Devil%20in%20Ohio: 200.OK (12873 ms)
2024-12-14 01:17:48.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:48.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:48.1|Debug|Api|[GET] /api/v3/series: 200.OK (3 ms)
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:48.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (24 ms)
2024-12-14 01:17:49.0|Debug|Api|[GET] /api/v3/series/lookup?term=watcher: 200.OK (4583 ms)
2024-12-14 01:17:52.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:52.1|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:17:52.1|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:17:52.1|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (5 ms)
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:52.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:17:55.9|Debug|Api|[GET] /api/v3/series/lookup?term=the%20watcher: 200.OK (3564 ms)
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:17:56.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:03.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:03.0|Info|AddSeriesService|Adding Series [404833][The Watcher (2022)] Path: [/tv/The Watcher (2022)]
2024-12-14 01:18:03.0|Debug|Api|[POST] /api/v3/series: 201.Created (63 ms)
2024-12-14 01:18:03.0|Info|RefreshSeriesService|Updating The Watcher (2022)
2024-12-14 01:18:03.1|Info|RefreshEpisodeService|Starting episode info refresh for: [404833][The Watcher (2022)]
2024-12-14 01:18:03.1|Debug|RefreshEpisodeService|Not adjusting multi-episode air times for series The Watcher (2022) season 1 since more than 3 episodes 'aired' on the same day
2024-12-14 01:18:03.1|Info|RefreshEpisodeService|Finished episode refresh for series: [404833][The Watcher (2022)].
2024-12-14 01:18:03.1|Debug|RefreshSeriesService|Finished series refresh for The Watcher (2022)
2024-12-14 01:18:03.1|Debug|XemService|Scene numbering is not available for The Watcher (2022) [404833]
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Banner for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/banners/633fb9aa812e3.jpg
2024-12-14 01:18:03.1|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:18:03.1|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/404833/banners/633fb9aa812e3.jpg] to [/config/MediaCover/4/banner.jpg]
2024-12-14 01:18:03.1|Info|SeriesScannedHandler|[The Watcher (2022)] was recently added, performing post-add actions
2024-12-14 01:18:03.1|Debug|EpisodeMonitoredService|[The Watcher (2022)] Monitoring all episodes
2024-12-14 01:18:03.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Poster for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/posters/632f710875c5b.jpg
2024-12-14 01:18:03.1|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/404833/posters/632f710875c5b.jpg] to [/config/MediaCover/4/poster.jpg]
2024-12-14 01:18:03.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:03.1|Info|MediaCoverService|Downloading Fanart for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/backgrounds/634925245e5ea.jpg
2024-12-14 01:18:03.1|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/404833/backgrounds/634925245e5ea.jpg] to [/config/MediaCover/4/fanart.jpg]
2024-12-14 01:18:03.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:03.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:18:03.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:03.2|Info|MediaCoverService|Downloading Clearlogo for [404833][The Watcher (2022)] https://artworks.thetvdb.com/banners/v4/series/404833/clearlogo/63ebde1765536.png
2024-12-14 01:18:03.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/404833/clearlogo/63ebde1765536.png] to [/config/MediaCover/4/clearlogo.png]
2024-12-14 01:18:03.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:03.2|Debug|MediaCoverService|Resizing Banner-70 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.2|Debug|MediaCoverService|Resizing Banner-35 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.2|Debug|MediaCoverService|Resizing Poster-500 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.2|Debug|MediaCoverService|Resizing Poster-250 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.2|Debug|MediaCoverService|Resizing Fanart-360 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.3|Debug|MediaCoverService|Resizing Fanart-180 for [404833][The Watcher (2022)]
2024-12-14 01:18:03.3|Debug|CleanExtraFileService|Cleaning missing metadata files for series: The Watcher (2022)
2024-12-14 01:18:03.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:18:08.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:08.1|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms)
2024-12-14 01:18:32.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:33.7|Debug|Api|[GET] /api/v3/series/lookup?term=Halo%20legends: 200.OK (1489 ms)
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:33.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:35.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:35.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:40.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:41.3|Info|AddSeriesService|Adding Series [125441][Halo Legends] Path: [/tv/Halo Legends]
2024-12-14 01:18:41.3|Debug|Api|[POST] /api/v3/series: 201.Created (597 ms)
2024-12-14 01:18:41.3|Info|RefreshSeriesService|Updating Halo Legends
2024-12-14 01:18:41.4|Info|RefreshEpisodeService|Starting episode info refresh for: [125441][Halo Legends]
2024-12-14 01:18:41.4|Info|RefreshEpisodeService|Finished episode refresh for series: [125441][Halo Legends].
2024-12-14 01:18:41.4|Debug|RefreshSeriesService|Finished series refresh for Halo Legends
2024-12-14 01:18:41.4|Debug|XemService|Scene numbering is not available for Halo Legends [125441]
2024-12-14 01:18:41.4|Info|MediaCoverService|Downloading Banner for [125441][Halo Legends] https://artworks.thetvdb.com/banners/graphical/125441-g.jpg
2024-12-14 01:18:41.4|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:18:41.4|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/125441-g.jpg] to [/config/MediaCover/5/banner.jpg]
2024-12-14 01:18:41.4|Info|SeriesScannedHandler|[Halo Legends] was recently added, performing post-add actions
2024-12-14 01:18:41.4|Debug|EpisodeMonitoredService|[Halo Legends] Unmonitoring all episodes
2024-12-14 01:18:41.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:41.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:18:41.6|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:41.6|Info|MediaCoverService|Downloading Poster for [125441][Halo Legends] https://artworks.thetvdb.com/banners/posters/125441-3.jpg
2024-12-14 01:18:41.6|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/125441-3.jpg] to [/config/MediaCover/5/poster.jpg]
2024-12-14 01:18:41.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:41.7|Info|MediaCoverService|Downloading Fanart for [125441][Halo Legends] https://artworks.thetvdb.com/banners/fanart/original/125441-3.jpg
2024-12-14 01:18:41.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/125441-3.jpg] to [/config/MediaCover/5/fanart.jpg]
2024-12-14 01:18:42.0|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:42.0|Info|MediaCoverService|Downloading Clearlogo for [125441][Halo Legends] https://artworks.thetvdb.com/banners/v4/series/125441/clearlogo/611c1c8d1fa3f.png
2024-12-14 01:18:42.0|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/125441/clearlogo/611c1c8d1fa3f.png] to [/config/MediaCover/5/clearlogo.png]
2024-12-14 01:18:42.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Banner-70 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Banner-35 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Poster-500 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Poster-250 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Fanart-360 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|MediaCoverService|Resizing Fanart-180 for [125441][Halo Legends]
2024-12-14 01:18:42.2|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Halo Legends
2024-12-14 01:18:42.2|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:18:46.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:46.4|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:18:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2024-12-14 01:18:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:18:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:46.6|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:18:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:46.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:18:48.5|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:18:48.5|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:18:48.5|Debug|Api|[POST] /api/v3/indexer: 400.BadRequest (100016 ms)
2024-12-14 01:18:48.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:48.5|Debug|Torznab|Downloading Feed http://prowlarr:9696/31/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:48.8|Debug|Api|[POST] /api/v3/indexer: 201.Created (303 ms)
2024-12-14 01:18:48.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:48.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/25/api?t=tvsearch&cat=5000,5050,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:50.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:50.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:50.7|Debug|Api|[POST] /api/v3/indexer: 201.Created (1901 ms)
2024-12-14 01:18:50.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:50.7|Debug|Torznab|Downloading Feed http://prowlarr:9696/33/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:51.3|Debug|Api|[GET] /api/v3/series/lookup?term=Hellsin: 200.OK (1084 ms)
2024-12-14 01:18:51.3|Debug|Api|[GET] /api/v3/series/lookup?term=Hellsing: 200.OK (701 ms)
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:51.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:18:52.9|Debug|Api|[POST] /api/v3/indexer: 201.Created (2156 ms)
2024-12-14 01:18:52.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:52.9|Debug|Torznab|Downloading Feed http://prowlarr:9696/34/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:53.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:53.9|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:18:55.2|Debug|Api|[POST] /api/v3/indexer: 201.Created (2335 ms)
2024-12-14 01:18:55.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:55.3|Debug|Torznab|Downloading Feed http://prowlarr:9696/35/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:59.1|Debug|Api|[POST] /api/v3/indexer: 201.Created (3807 ms)
2024-12-14 01:18:59.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:59.1|Debug|Torznab|Downloading Feed http://prowlarr:9696/36/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:18:59.7|Debug|Api|[POST] /api/v3/indexer: 201.Created (678 ms)
2024-12-14 01:18:59.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:18:59.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/37/api?t=tvsearch&cat=5000,5040,5030,5045,5050,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:19:00.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:00.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:19:01.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:01.6|Info|AddSeriesService|Adding Series [71278][Hellsing] Path: [/tv/Hellsing]
2024-12-14 01:19:01.6|Debug|Api|[POST] /api/v3/series: 201.Created (216 ms)
2024-12-14 01:19:01.6|Info|RefreshSeriesService|Updating Hellsing
2024-12-14 01:19:01.7|Info|RefreshEpisodeService|Starting episode info refresh for: [71278][Hellsing]
2024-12-14 01:19:01.7|Info|RefreshEpisodeService|Finished episode refresh for series: [71278][Hellsing].
2024-12-14 01:19:01.7|Debug|RefreshSeriesService|Finished series refresh for Hellsing
2024-12-14 01:19:01.7|Debug|XemService|Scene numbering is not available for Hellsing [71278]
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Banner for [71278][Hellsing] https://artworks.thetvdb.com/banners/graphical/71278-g.jpg
2024-12-14 01:19:01.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:01.7|Info|SeriesScannedHandler|[Hellsing] was recently added, performing post-add actions
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/71278-g.jpg] to [/config/MediaCover/6/banner.jpg]
2024-12-14 01:19:01.7|Debug|EpisodeMonitoredService|[Hellsing] Monitoring all episodes
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Poster for [71278][Hellsing] https://artworks.thetvdb.com/banners/posters/71278-2.jpg
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/71278-2.jpg] to [/config/MediaCover/6/poster.jpg]
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Fanart for [71278][Hellsing] https://artworks.thetvdb.com/banners/fanart/original/71278-14.jpg
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/71278-14.jpg] to [/config/MediaCover/6/fanart.jpg]
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:01.7|Info|MediaCoverService|Downloading Clearlogo for [71278][Hellsing] https://artworks.thetvdb.com/banners/v4/series/71278/clearlogo/611be0afe2a81.png
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/71278/clearlogo/611be0afe2a81.png] to [/config/MediaCover/6/clearlogo.png]
2024-12-14 01:19:01.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:01.7|Debug|MediaCoverService|Resizing Banner-70 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|MediaCoverService|Resizing Banner-35 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|MediaCoverService|Resizing Poster-500 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|MediaCoverService|Resizing Poster-250 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|MediaCoverService|Resizing Fanart-360 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|MediaCoverService|Resizing Fanart-180 for [71278][Hellsing]
2024-12-14 01:19:01.8|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Hellsing
2024-12-14 01:19:01.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:01.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:01.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:19:03.8|Debug|Api|[POST] /api/v3/indexer: 201.Created (4013 ms)
2024-12-14 01:19:03.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:03.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/41/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:19:06.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:06.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:19:16.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:16.6|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2024-12-14 01:19:16.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2024-12-14 01:19:16.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2024-12-14 01:19:21.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:21.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:21.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:19:21.1|Debug|Api|[GET] /api/v3/series: 200.OK (3 ms)
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:21.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:34.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:34.0|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:19:34.0|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:19:34.0|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (2 ms)
2024-12-14 01:19:34.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:39.1|Debug|Api|[GET] /api/v3/series/lookup?term=manhunt: 200.OK (4835 ms)
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:39.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:42.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:42.2|Info|AddSeriesService|Adding Series [414337][Manhunt (2024)] Path: [/tv/Manhunt (2024)]
2024-12-14 01:19:42.2|Debug|Api|[POST] /api/v3/series: 201.Created (169 ms)
2024-12-14 01:19:42.2|Info|RefreshSeriesService|Updating Manhunt (2024)
2024-12-14 01:19:42.2|Info|RefreshEpisodeService|Starting episode info refresh for: [414337][Manhunt (2024)]
2024-12-14 01:19:42.2|Info|RefreshEpisodeService|Finished episode refresh for series: [414337][Manhunt (2024)].
2024-12-14 01:19:42.2|Debug|RefreshSeriesService|Finished series refresh for Manhunt (2024)
2024-12-14 01:19:42.2|Debug|XemService|Scene numbering is not available for Manhunt (2024) [414337]
2024-12-14 01:19:42.2|Info|MediaCoverService|Downloading Banner for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/banners/65ddf736e8765.jpg
2024-12-14 01:19:42.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:42.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/414337/banners/65ddf736e8765.jpg] to [/config/MediaCover/7/banner.jpg]
2024-12-14 01:19:42.2|Info|SeriesScannedHandler|[Manhunt (2024)] was recently added, performing post-add actions
2024-12-14 01:19:42.2|Debug|EpisodeMonitoredService|[Manhunt (2024)] Monitoring all episodes
2024-12-14 01:19:42.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:42.2|Info|MediaCoverService|Downloading Poster for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/posters/65c17e70dc2b7.jpg
2024-12-14 01:19:42.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/414337/posters/65c17e70dc2b7.jpg] to [/config/MediaCover/7/poster.jpg]
2024-12-14 01:19:42.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:42.3|Info|MediaCoverService|Downloading Fanart for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/backgrounds/65c138f78bcd4.jpg
2024-12-14 01:19:42.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/414337/backgrounds/65c138f78bcd4.jpg] to [/config/MediaCover/7/fanart.jpg]
2024-12-14 01:19:42.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:42.3|Info|MediaCoverService|Downloading Clearlogo for [414337][Manhunt (2024)] https://artworks.thetvdb.com/banners/v4/series/414337/clearlogo/65fd9f18be687.png
2024-12-14 01:19:42.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/414337/clearlogo/65fd9f18be687.png] to [/config/MediaCover/7/clearlogo.png]
2024-12-14 01:19:42.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Banner-70 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Banner-35 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Poster-500 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Poster-250 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Fanart-360 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:19:42.3|Debug|MediaCoverService|Resizing Fanart-180 for [414337][Manhunt (2024)]
2024-12-14 01:19:42.3|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Manhunt (2024)
2024-12-14 01:19:42.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:46.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2024-12-14 01:19:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:19:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:46.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-14 01:19:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:19:47.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:47.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:47.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:19:47.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:48.1|Debug|Api|[GET] /api/v3/series/lookup?term=MH370: 200.OK (460 ms)
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:48.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:51.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:51.6|Debug|Api|[GET] /api/v3/series/lookup?term=MH: 200.OK (4511 ms)
2024-12-14 01:19:51.6|Info|AddSeriesService|Adding Series [431139][MH370: The Plane That Disappeared] Path: [/tv/MH370 - The Plane That Disappeared]
2024-12-14 01:19:51.7|Debug|Api|[POST] /api/v3/series: 201.Created (170 ms)
2024-12-14 01:19:51.7|Info|RefreshSeriesService|Updating MH370: The Plane That Disappeared
2024-12-14 01:19:51.7|Info|RefreshEpisodeService|Starting episode info refresh for: [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.7|Info|RefreshEpisodeService|Finished episode refresh for series: [431139][MH370: The Plane That Disappeared].
2024-12-14 01:19:51.7|Debug|RefreshSeriesService|Finished series refresh for MH370: The Plane That Disappeared
2024-12-14 01:19:51.7|Debug|XemService|Scene numbering is not available for MH370: The Plane That Disappeared [431139]
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Banner for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/banners/63ef7aadaa61f.jpg
2024-12-14 01:19:51.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/431139/banners/63ef7aadaa61f.jpg] to [/config/MediaCover/8/banner.jpg]
2024-12-14 01:19:51.7|Info|SeriesScannedHandler|[MH370: The Plane That Disappeared] was recently added, performing post-add actions
2024-12-14 01:19:51.7|Debug|EpisodeMonitoredService|[MH370: The Plane That Disappeared] Monitoring all episodes
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Poster for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/posters/63ef7599ae952.jpg
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/431139/posters/63ef7599ae952.jpg] to [/config/MediaCover/8/poster.jpg]
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:51.7|Info|MediaCoverService|Downloading Fanart for [431139][MH370: The Plane That Disappeared] https://artworks.thetvdb.com/banners/v4/series/431139/backgrounds/63f180c425470.jpg
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/431139/backgrounds/63f180c425470.jpg] to [/config/MediaCover/8/fanart.jpg]
2024-12-14 01:19:51.7|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:19:51.7|Debug|MediaCoverService|Resizing Banner-70 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|MediaCoverService|Resizing Banner-35 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|MediaCoverService|Resizing Poster-500 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|MediaCoverService|Resizing Poster-250 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|MediaCoverService|Resizing Fanart-360 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:51.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:19:51.8|Debug|MediaCoverService|Resizing Fanart-180 for [431139][MH370: The Plane That Disappeared]
2024-12-14 01:19:51.8|Debug|CleanExtraFileService|Cleaning missing metadata files for series: MH370: The Plane That Disappeared
2024-12-14 01:19:51.8|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:19:53.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:53.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:53.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:19:53.0|Debug|Api|[GET] /api/v3/series: 200.OK (2 ms)
2024-12-14 01:19:53.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:53.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:19:56.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:19:56.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:20:00.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:00.1|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:20:00.1|Debug|RootFolderService|0 unmapped folders detected.
2024-12-14 01:20:00.1|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (2 ms)
2024-12-14 01:20:00.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:09.6|Debug|Api|[GET] /api/v3/series/lookup?term=The%20Outsider: 200.OK (9187 ms)
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:09.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:10.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:14.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:14.4|Info|AddSeriesService|Adding Series [365480][The Outsider (2020)] Path: [/tv/The Outsider (2020)]
2024-12-14 01:20:14.4|Debug|Api|[POST] /api/v3/series: 201.Created (176 ms)
2024-12-14 01:20:14.4|Info|RefreshSeriesService|Updating The Outsider (2020)
2024-12-14 01:20:14.5|Info|RefreshEpisodeService|Starting episode info refresh for: [365480][The Outsider (2020)]
2024-12-14 01:20:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [365480][The Outsider (2020)].
2024-12-14 01:20:14.5|Debug|RefreshSeriesService|Finished series refresh for The Outsider (2020)
2024-12-14 01:20:14.5|Debug|XemService|Scene numbering is not available for The Outsider (2020) [365480]
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Banner for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/series/365480/banners/62051524.jpg
2024-12-14 01:20:14.5|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/series/365480/banners/62051524.jpg] to [/config/MediaCover/9/banner.jpg]
2024-12-14 01:20:14.5|Info|SeriesScannedHandler|[The Outsider (2020)] was recently added, performing post-add actions
2024-12-14 01:20:14.5|Debug|EpisodeMonitoredService|[The Outsider (2020)] Monitoring all episodes
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Poster for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/series/365480/posters/62042220.jpg
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/series/365480/posters/62042220.jpg] to [/config/MediaCover/9/poster.jpg]
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Fanart for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/fanart/original/5dac8f56ca29d.jpg
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/5dac8f56ca29d.jpg] to [/config/MediaCover/9/fanart.jpg]
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:14.5|Info|MediaCoverService|Downloading Clearlogo for [365480][The Outsider (2020)] https://artworks.thetvdb.com/banners/v4/series/365480/clearlogo/611c1a8c21730.png
2024-12-14 01:20:14.5|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/365480/clearlogo/611c1a8c21730.png] to [/config/MediaCover/9/clearlogo.png]
2024-12-14 01:20:14.6|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:14.6|Debug|MediaCoverService|Resizing Banner-70 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.6|Debug|MediaCoverService|Resizing Banner-35 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.6|Debug|MediaCoverService|Resizing Poster-500 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.6|Debug|MediaCoverService|Resizing Poster-250 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.6|Debug|MediaCoverService|Resizing Fanart-360 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:14.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:20:14.7|Debug|MediaCoverService|Resizing Fanart-180 for [365480][The Outsider (2020)]
2024-12-14 01:20:14.7|Debug|CleanExtraFileService|Cleaning missing metadata files for series: The Outsider (2020)
2024-12-14 01:20:14.7|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:20:19.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:19.5|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:20:38.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:43.8|Warn|Torznab|Unable to connect to indexer.
2024-12-14 01:20:43.8|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out.
2024-12-14 01:20:43.8|Debug|Api|[POST] /api/v3/indexer: 400.BadRequest (100015 ms)
2024-12-14 01:20:43.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:43.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/44/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:20:44.2|Debug|Api|[POST] /api/v3/indexer: 201.Created (340 ms)
2024-12-14 01:20:44.7|Debug|Api|[GET] /api/v3/series/lookup?term=Storm%20of%20the%20Century: 200.OK (6560 ms)
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:44.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:45.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:46.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:47.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:47.2|Info|AddSeriesService|Adding Series [85538][Storm of the Century] Path: [/tv/Storm of the Century]
2024-12-14 01:20:47.2|Debug|Api|[POST] /api/v3/series: 201.Created (187 ms)
2024-12-14 01:20:47.2|Info|RefreshSeriesService|Updating Storm of the Century
2024-12-14 01:20:47.2|Info|RefreshEpisodeService|Starting episode info refresh for: [85538][Storm of the Century]
2024-12-14 01:20:47.2|Info|RefreshEpisodeService|Finished episode refresh for series: [85538][Storm of the Century].
2024-12-14 01:20:47.2|Debug|RefreshSeriesService|Finished series refresh for Storm of the Century
2024-12-14 01:20:47.2|Debug|XemService|Scene numbering is not available for Storm of the Century [85538]
2024-12-14 01:20:47.2|Info|MediaCoverService|Downloading Banner for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/graphical/85538-g.jpg
2024-12-14 01:20:47.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:47.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/85538-g.jpg] to [/config/MediaCover/10/banner.jpg]
2024-12-14 01:20:47.2|Info|SeriesScannedHandler|[Storm of the Century] was recently added, performing post-add actions
2024-12-14 01:20:47.2|Debug|EpisodeMonitoredService|[Storm of the Century] Monitoring all episodes
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Poster for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/posters/85538-4.jpg
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/85538-4.jpg] to [/config/MediaCover/10/poster.jpg]
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Fanart for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/fanart/original/85538-3.jpg
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/85538-3.jpg] to [/config/MediaCover/10/fanart.jpg]
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:47.3|Info|MediaCoverService|Downloading Clearlogo for [85538][Storm of the Century] https://artworks.thetvdb.com/banners/v4/series/85538/clearlogo/611d056431a2e.png
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/85538/clearlogo/611d056431a2e.png] to [/config/MediaCover/10/clearlogo.png]
2024-12-14 01:20:47.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:47.3|Debug|MediaCoverService|Resizing Banner-70 for [85538][Storm of the Century]
2024-12-14 01:20:47.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:47.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:20:47.3|Debug|MediaCoverService|Resizing Banner-35 for [85538][Storm of the Century]
2024-12-14 01:20:47.3|Debug|MediaCoverService|Resizing Poster-500 for [85538][Storm of the Century]
2024-12-14 01:20:47.3|Debug|MediaCoverService|Resizing Poster-250 for [85538][Storm of the Century]
2024-12-14 01:20:47.3|Debug|MediaCoverService|Resizing Fanart-360 for [85538][Storm of the Century]
2024-12-14 01:20:47.4|Debug|MediaCoverService|Resizing Fanart-180 for [85538][Storm of the Century]
2024-12-14 01:20:47.4|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Storm of the Century
2024-12-14 01:20:47.4|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:20:49.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:49.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:20:51.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:53.9|Debug|Api|[GET] /api/v3/series/lookup?term=treason: 200.OK (2090 ms)
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:54.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:20:56.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:56.1|Info|AddSeriesService|Adding Series [413526][Treason] Path: [/tv/Treason]
2024-12-14 01:20:56.2|Debug|Api|[POST] /api/v3/series: 201.Created (181 ms)
2024-12-14 01:20:56.2|Info|RefreshSeriesService|Updating Treason
2024-12-14 01:20:56.2|Info|RefreshEpisodeService|Starting episode info refresh for: [413526][Treason]
2024-12-14 01:20:56.2|Debug|RefreshEpisodeService|Not adjusting multi-episode air times for series Treason season 1 since more than 3 episodes 'aired' on the same day
2024-12-14 01:20:56.2|Info|RefreshEpisodeService|Finished episode refresh for series: [413526][Treason].
2024-12-14 01:20:56.2|Debug|RefreshSeriesService|Finished series refresh for Treason
2024-12-14 01:20:56.2|Debug|XemService|Scene numbering is not available for Treason [413526]
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Banner for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/banners/63aa5304e7a6a.jpg
2024-12-14 01:20:56.2|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:20:56.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/413526/banners/63aa5304e7a6a.jpg] to [/config/MediaCover/11/banner.jpg]
2024-12-14 01:20:56.2|Info|SeriesScannedHandler|[Treason] was recently added, performing post-add actions
2024-12-14 01:20:56.2|Debug|EpisodeMonitoredService|[Treason] Monitoring all episodes
2024-12-14 01:20:56.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Poster for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/posters/637b90e90fa3d.jpg
2024-12-14 01:20:56.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/413526/posters/637b90e90fa3d.jpg] to [/config/MediaCover/11/poster.jpg]
2024-12-14 01:20:56.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:56.2|Info|MediaCoverService|Downloading Fanart for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/backgrounds/63aa53ca43188.jpg
2024-12-14 01:20:56.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/413526/backgrounds/63aa53ca43188.jpg] to [/config/MediaCover/11/fanart.jpg]
2024-12-14 01:20:56.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:56.3|Info|MediaCoverService|Downloading Clearlogo for [413526][Treason] https://artworks.thetvdb.com/banners/v4/series/413526/clearlogo/63b9ab5754b71.png
2024-12-14 01:20:56.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/413526/clearlogo/63b9ab5754b71.png] to [/config/MediaCover/11/clearlogo.png]
2024-12-14 01:20:56.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Banner-70 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Banner-35 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Poster-500 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:56.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Poster-250 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Fanart-360 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|MediaCoverService|Resizing Fanart-180 for [413526][Treason]
2024-12-14 01:20:56.3|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Treason
2024-12-14 01:20:56.3|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:20:59.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:59.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:20:59.9|Debug|Api|[GET] /api/v3/series/lookup?term=Unus%20annus: 200.OK (316 ms)
2024-12-14 01:21:00.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:00.6|Debug|Api|[GET] /api/v3/series/lookup?term=Unus%20annu: 200.OK (1352 ms)
2024-12-14 01:21:01.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:01.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:21:02.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:02.6|Info|AddSeriesService|Adding Series [372288][Unus Annus] Path: [/tv/Unus Annus]
2024-12-14 01:21:02.6|Debug|Api|[POST] /api/v3/series: 201.Created (73 ms)
2024-12-14 01:21:02.6|Info|RefreshSeriesService|Updating Unus Annus
2024-12-14 01:21:02.7|Info|RefreshEpisodeService|Starting episode info refresh for: [372288][Unus Annus]
2024-12-14 01:21:02.7|Info|RefreshEpisodeService|Finished episode refresh for series: [372288][Unus Annus].
2024-12-14 01:21:02.7|Debug|RefreshSeriesService|Finished series refresh for Unus Annus
2024-12-14 01:21:02.7|Debug|XemService|Scene numbering is not available for Unus Annus [372288]
2024-12-14 01:21:02.7|Info|MediaCoverService|Downloading Banner for [372288][Unus Annus] https://artworks.thetvdb.com/banners/series/372288/banners/61998696.jpg
2024-12-14 01:21:02.7|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:21:02.7|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/series/372288/banners/61998696.jpg] to [/config/MediaCover/12/banner.jpg]
2024-12-14 01:21:02.7|Info|SeriesScannedHandler|[Unus Annus] was recently added, performing post-add actions
2024-12-14 01:21:02.7|Debug|EpisodeMonitoredService|[Unus Annus] Monitoring all episodes
2024-12-14 01:21:02.9|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:02.9|Info|MediaCoverService|Downloading Poster for [372288][Unus Annus] https://artworks.thetvdb.com/banners/v4/series/372288/posters/62e696ed495c1.jpg
2024-12-14 01:21:02.9|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/372288/posters/62e696ed495c1.jpg] to [/config/MediaCover/12/poster.jpg]
2024-12-14 01:21:02.9|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:02.9|Info|MediaCoverService|Downloading Fanart for [372288][Unus Annus] https://artworks.thetvdb.com/banners/series/372288/backgrounds/61998706.jpg
2024-12-14 01:21:02.9|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/series/372288/backgrounds/61998706.jpg] to [/config/MediaCover/12/fanart.jpg]
2024-12-14 01:21:03.1|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Banner-70 for [372288][Unus Annus]
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Banner-35 for [372288][Unus Annus]
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Poster-500 for [372288][Unus Annus]
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Poster-250 for [372288][Unus Annus]
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Fanart-360 for [372288][Unus Annus]
2024-12-14 01:21:03.1|Debug|MediaCoverService|Resizing Fanart-180 for [372288][Unus Annus]
2024-12-14 01:21:03.2|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Unus Annus
2024-12-14 01:21:03.2|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:21:04.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:04.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:21:07.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:07.7|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:21:16.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:16.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-14 01:21:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:21:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:16.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-14 01:21:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:21:19.0|Debug|Api|[GET] /api/v3/series/lookup?term=Yona%20of%20the%20Dawn: 200.OK (2560 ms)
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:19.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:21.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:21.6|Info|AddSeriesService|Adding Series [283942][Yona of the Dawn] Path: [/tv/Yona of the Dawn]
2024-12-14 01:21:21.6|Debug|Api|[POST] /api/v3/series: 201.Created (196 ms)
2024-12-14 01:21:21.6|Info|RefreshSeriesService|Updating Yona of the Dawn
2024-12-14 01:21:21.7|Info|RefreshEpisodeService|Starting episode info refresh for: [283942][Yona of the Dawn]
2024-12-14 01:21:21.7|Info|RefreshEpisodeService|Finished episode refresh for series: [283942][Yona of the Dawn].
2024-12-14 01:21:21.7|Debug|RefreshSeriesService|Finished series refresh for Yona of the Dawn
2024-12-14 01:21:21.7|Debug|XemService|Updating scene numbering mapping for: [283942][Yona of the Dawn]
2024-12-14 01:21:21.7|Debug|XemProxy|Fetching Mappings for: 283942
2024-12-14 01:21:22.0|Debug|XemService|Mappings for: [283942][Yona of the Dawn] are empty, skipping
2024-12-14 01:21:22.0|Info|MediaCoverService|Downloading Banner for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/graphical/283942-g2.jpg
2024-12-14 01:21:22.0|Warn|DiskScanService|Series' root folder (/tv/) is empty.
2024-12-14 01:21:22.0|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/283942-g2.jpg] to [/config/MediaCover/13/banner.jpg]
2024-12-14 01:21:22.0|Info|SeriesScannedHandler|[Yona of the Dawn] was recently added, performing post-add actions
2024-12-14 01:21:22.0|Debug|EpisodeMonitoredService|[Yona of the Dawn] Monitoring all episodes
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Poster for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/v4/series/283942/posters/6103bd805f09d.jpg
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/283942/posters/6103bd805f09d.jpg] to [/config/MediaCover/13/poster.jpg]
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Fanart for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/fanart/original/283942-2.jpg
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/283942-2.jpg] to [/config/MediaCover/13/fanart.jpg]
2024-12-14 01:21:22.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:22.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:22.2|Info|MediaCoverService|Downloading Clearlogo for [283942][Yona of the Dawn] https://artworks.thetvdb.com/banners/v4/series/283942/clearlogo/611c2f3df2b15.png
2024-12-14 01:21:22.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/283942/clearlogo/611c2f3df2b15.png] to [/config/MediaCover/13/clearlogo.png]
2024-12-14 01:21:22.4|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:21:22.4|Debug|MediaCoverService|Resizing Banner-70 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.4|Debug|MediaCoverService|Resizing Banner-35 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.4|Debug|MediaCoverService|Resizing Poster-500 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.5|Debug|MediaCoverService|Resizing Poster-250 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.5|Debug|MediaCoverService|Resizing Fanart-360 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.5|Debug|MediaCoverService|Resizing Fanart-180 for [283942][Yona of the Dawn]
2024-12-14 01:21:22.5|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Yona of the Dawn
2024-12-14 01:21:22.5|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:21:27.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:27.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:21:44.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Debug|Api|[GET] /api/v3/series: 200.OK (4 ms)
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:44.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:45.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:45.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:45.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:45.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:21:45.0|Debug|Api|[GET] /api/v3/queue/details?seriesId=3: 200.OK (1 ms)
2024-12-14 01:21:45.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:21:45.0|Debug|Api|[GET] /api/v3/episode?seriesId=3: 200.OK (8 ms)
2024-12-14 01:21:45.0|Debug|Api|[GET] /api/v3/episodeFile?seriesId=3: 200.OK (8 ms)
2024-12-14 01:22:14.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:14.5|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (26 ms)
2024-12-14 01:22:14.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:14.5|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (6 ms)
2024-12-14 01:22:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:16.7|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (1 ms)
2024-12-14 01:22:19.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:19.3|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (0 ms)
2024-12-14 01:22:20.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:20.5|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2Ftest%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (0 ms)
2024-12-14 01:22:23.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse test
2024-12-14 01:22:23.1|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:22:23.1|Debug|DiskScanService|8 video files were found in /tv/test/
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.1|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin 8.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin 8.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.1|Debug|QualityParser|Trying to parse quality for '/tv/test/8.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin 4.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin 4.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.1|Debug|QualityParser|Trying to parse quality for '/tv/test/4.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin 7.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin 7.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.1|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.1|Debug|QualityParser|Trying to parse quality for '/tv/test/7.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:23.1|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:23.1|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin 6.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin 6.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.2|Debug|QualityParser|Trying to parse quality for '/tv/test/6.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.2|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin 5.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin 5.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.2|Debug|QualityParser|Trying to parse quality for '/tv/test/5.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:23.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:22:23.2|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:22:23.2|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:22:23.2|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:22:23.2|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:22:23.2|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (115 ms)
2024-12-14 01:22:27.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:27.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:27.8|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:27.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:22:27.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2f956c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:27.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:27.9|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:27.9|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:27.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:27.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:27.9|Debug|Parser|Unable to parse test
2024-12-14 01:22:27.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:27.9|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:22:27.9|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:22:27.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:27.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:27.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:27.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:27.9|Debug|Api|[POST] /api/v3/manualimport: 200.OK (96 ms)
2024-12-14 01:22:32.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x283c6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34d66c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1c7a6c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37d56c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x28736c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1c156c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36b96c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:22:32.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:22:32.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x33f56c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:22:32.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:22:32.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:22:32.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:32.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:32.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:32.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:22:32.0|Debug|Api|[POST] /api/v3/manualimport: 200.OK (30 ms)
2024-12-14 01:22:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:37.2|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:22:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:37.2|Debug|Api|[POST] /api/v3/manualimport: 200.OK (11 ms)
2024-12-14 01:22:39.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:39.8|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (2 ms)
2024-12-14 01:22:41.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:41.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:41.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:22:41.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:22:41.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:41.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:41.5|Debug|Parser|Unable to parse test
2024-12-14 01:22:41.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:41.5|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:22:41.5|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:22:41.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:41.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:41.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:41.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:41.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (31 ms)
2024-12-14 01:22:42.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:42.4|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:44.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:44.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:44.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:22:44.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:22:44.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:44.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:44.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:44.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:44.2|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:22:44.2|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:22:44.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:44.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:44.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:44.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:44.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (19 ms)
2024-12-14 01:22:45.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:45.1|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:46.7|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (2 ms)
2024-12-14 01:22:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:22:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:46.7|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:22:46.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:46.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:22:46.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:46.9|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:22:46.9|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:22:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:22:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:46.9|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:22:46.9|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:22:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:46.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:46.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:22:47.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:47.7|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:49.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:49.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:49.2|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:22:49.2|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:22:49.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:49.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:49.2|Debug|Parser|Unable to parse test
2024-12-14 01:22:49.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:49.2|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:22:49.2|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:22:49.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:49.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:49.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:49.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:49.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:22:49.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:50.0|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:51.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:51.3|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:51.3|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:22:51.3|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:22:51.3|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:51.3|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:51.3|Debug|Parser|Unable to parse test
2024-12-14 01:22:51.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:51.3|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:22:51.3|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:22:51.3|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:51.3|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:51.3|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:51.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:51.3|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (10 ms)
2024-12-14 01:22:52.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:52.0|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:53.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:53.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:53.5|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:22:53.5|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:22:53.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:53.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:53.5|Debug|Parser|Unable to parse test
2024-12-14 01:22:53.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:53.5|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:22:53.5|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:22:53.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:53.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:53.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:53.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:53.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:22:54.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:54.1|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:55.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:55.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:55.9|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:22:55.9|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:22:55.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:55.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:55.9|Debug|Parser|Unable to parse test
2024-12-14 01:22:55.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:55.9|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:22:55.9|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:22:55.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:55.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:55.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:55.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:55.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:22:56.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:56.5|Debug|Api|[GET] /api/v3/episode?seriesId=3&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:22:57.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:22:57.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:22:57.9|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:22:57.9|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:22:57.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:22:57.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:22:57.9|Debug|Parser|Unable to parse test
2024-12-14 01:22:57.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:22:57.9|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:22:57.9|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:22:57.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:22:57.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:22:57.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:22:57.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:22:58.0|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (10 ms)
2024-12-14 01:23:04.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:04.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:04.1|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:04.1|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:04.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:04.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:04.1|Debug|Parser|Unable to parse test
2024-12-14 01:23:04.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:04.1|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:23:04.1|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:23:04.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:04.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:04.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:04.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:04.1|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:23:11.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.6|Debug|Api|[POST] /api/v3/command: 201.Created (44 ms)
2024-12-14 01:23:11.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:11.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:11.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:23:11.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:23:11.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:23:11.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2ecc6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.6|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.6|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.7|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/Archive 81/Season 1/1.mkv
2024-12-14 01:23:11.7|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/Archive 81/Season 1/1.mkv]
2024-12-14 01:23:11.7|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[9]Mystery Signals]
2024-12-14 01:23:11.7|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:23:11.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.7|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:23:11.7|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:23:11.7|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:11.7|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:11.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.7|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.7|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:23:11.7|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:23:11.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.7|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:23:11.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1fd76c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.7|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.7|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.7|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/Archive 81/Season 1/2.mkv
2024-12-14 01:23:11.7|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/Archive 81/Season 1/2.mkv]
2024-12-14 01:23:11.8|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[10]Wellspring]
2024-12-14 01:23:11.8|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:23:11.8|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:23:11.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (11 ms)
2024-12-14 01:23:11.8|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:23:11.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x32c16c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/Archive 81/Season 1/3.mkv
2024-12-14 01:23:11.8|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/Archive 81/Season 1/3.mkv]
2024-12-14 01:23:11.8|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[11]Terror in the Aisles]
2024-12-14 01:23:11.8|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:23:11.8|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:23:11.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.8|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:23:11.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:23:11.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x228e6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/4.mkv to /tv/Archive 81/Season 1/4.mkv
2024-12-14 01:23:11.8|Debug|DiskTransferService|Move [/tv/test/4.mkv] > [/tv/Archive 81/Season 1/4.mkv]
2024-12-14 01:23:11.8|Debug|EpisodeService|Linking [Season 1/4.mkv] > [[12]Spirit Receivers]
2024-12-14 01:23:11.8|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:23:11.9|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:23:11.9|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37e26c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/5.mkv to /tv/Archive 81/Season 1/5.mkv
2024-12-14 01:23:11.9|Debug|DiskTransferService|Move [/tv/test/5.mkv] > [/tv/Archive 81/Season 1/5.mkv]
2024-12-14 01:23:11.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms)
2024-12-14 01:23:11.9|Debug|EpisodeService|Linking [Season 1/5.mkv] > [[13]Through the Looking Glass]
2024-12-14 01:23:11.9|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:23:11.9|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:23:11.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.9|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:23:11.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x303b6c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/6.mkv to /tv/Archive 81/Season 1/6.mkv
2024-12-14 01:23:11.9|Debug|DiskTransferService|Move [/tv/test/6.mkv] > [/tv/Archive 81/Season 1/6.mkv]
2024-12-14 01:23:11.9|Debug|EpisodeService|Linking [Season 1/6.mkv] > [[14]The Circle]
2024-12-14 01:23:11.9|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:23:11.9|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:23:11.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:11.9|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:23:11.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:11.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:11.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:11.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:23:11.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms)
2024-12-14 01:23:11.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30ab6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:11.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:11.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:11.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/7.mkv to /tv/Archive 81/Season 1/7.mkv
2024-12-14 01:23:11.9|Debug|DiskTransferService|Move [/tv/test/7.mkv] > [/tv/Archive 81/Season 1/7.mkv]
2024-12-14 01:23:12.0|Debug|EpisodeService|Linking [Season 1/7.mkv] > [[15]The Ferryman]
2024-12-14 01:23:12.0|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:23:12.0|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:23:12.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:12.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (13 ms)
2024-12-14 01:23:12.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:23:12.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:23:12.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:12.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:12.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:12.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:12.0|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:23:12.0|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:23:12.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:12.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:12.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:12.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:23:12.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36576c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:12.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:23:12.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:23:12.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/8.mkv to /tv/Archive 81/Season 1/8.mkv
2024-12-14 01:23:12.0|Debug|DiskTransferService|Move [/tv/test/8.mkv] > [/tv/Archive 81/Season 1/8.mkv]
2024-12-14 01:23:12.0|Debug|EpisodeService|Linking [Season 1/8.mkv] > [[16]What Lies Beneath]
2024-12-14 01:23:12.0|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:23:12.0|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:23:12.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:12.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms)
2024-12-14 01:23:12.0|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:23:12.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:12.0|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:23:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:16.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:23:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:16.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:23:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:23:16.8|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Archive 81
2024-12-14 01:23:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:16.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:23:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:23:17.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:17.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:17.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:23:17.2|Debug|Api|[GET] /api/v3/series: 200.OK (6 ms)
2024-12-14 01:23:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:23:19.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:19.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:19.5|Debug|Api|[GET] /api/v3/episode?seriesId=2: 200.OK (2 ms)
2024-12-14 01:23:19.5|Debug|Api|[GET] /api/v3/episodeFile?seriesId=2: 200.OK (3 ms)
2024-12-14 01:23:19.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:19.5|Debug|Api|[GET] /api/v3/queue/details?seriesId=2: 200.OK (0 ms)
2024-12-14 01:23:19.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:23:35.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:35.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (9 ms)
2024-12-14 01:23:35.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:35.3|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:23:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:37.2|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (1 ms)
2024-12-14 01:23:39.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:39.3|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (0 ms)
2024-12-14 01:23:40.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:40.6|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2Ftest%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=false: 200.OK (0 ms)
2024-12-14 01:23:43.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse test
2024-12-14 01:23:43.3|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:23:43.3|Debug|DiskScanService|5 video files were found in /tv/test/
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:23:43.3|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin 4.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin 4.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:23:43.3|Debug|QualityParser|Trying to parse quality for '/tv/test/4.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:23:43.3|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin 5.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin 5.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:23:43.3|Debug|QualityParser|Trying to parse quality for '/tv/test/5.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:43.3|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:23:43.3|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:23:43.3|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:23:43.3|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:23:43.3|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:23:43.3|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (10 ms)
2024-12-14 01:23:46.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:46.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:23:46.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23176c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:23:46.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:23:46.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d666c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:23:46.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:23:46.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2f996c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:23:46.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:23:46.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30db6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:23:46.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:23:46.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:23:46.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x37936c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:23:46.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:23:46.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:23:46.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:46.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:46.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:46.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:23:46.6|Debug|Api|[POST] /api/v3/manualimport: 200.OK (17 ms)
2024-12-14 01:23:50.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:50.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:50.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:50.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:50.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:50.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:50.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:50.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:50.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:50.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:50.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:23:50.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:50.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:50.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:50.0|Debug|Api|[POST] /api/v3/manualimport: 200.OK (10 ms)
2024-12-14 01:23:51.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:51.0|Debug|Api|[GET] /api/v3/episode?seriesId=2&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:23:52.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:52.7|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:52.7|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:23:52.7|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:23:52.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:52.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:52.7|Debug|Parser|Unable to parse test
2024-12-14 01:23:52.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:52.7|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:23:52.7|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:23:52.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:52.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:52.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:52.7|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:52.7|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:23:53.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:53.6|Debug|Api|[GET] /api/v3/episode?seriesId=2&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:23:54.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:54.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:54.9|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:23:54.9|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:23:54.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:54.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:54.9|Debug|Parser|Unable to parse test
2024-12-14 01:23:54.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:54.9|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:23:54.9|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:23:54.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:54.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:54.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:54.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:54.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (10 ms)
2024-12-14 01:23:55.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:55.6|Debug|Api|[GET] /api/v3/episode?seriesId=2&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:23:57.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:57.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:57.6|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:23:57.6|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:23:57.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:57.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:57.6|Debug|Parser|Unable to parse test
2024-12-14 01:23:57.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:57.6|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:23:57.6|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:23:57.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:57.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:57.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:57.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 188
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:57.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:23:58.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:58.2|Debug|Api|[GET] /api/v3/episode?seriesId=2&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:23:59.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:23:59.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:23:59.4|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:23:59.4|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:23:59.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:23:59.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:23:59.4|Debug|Parser|Unable to parse test
2024-12-14 01:23:59.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:23:59.4|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:23:59.4|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:23:59.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:23:59.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:23:59.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:23:59.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:23:59.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:24:00.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:00.0|Debug|Api|[GET] /api/v3/episode?seriesId=2&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:24:01.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:01.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:01.5|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:24:01.5|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:24:01.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:01.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:01.5|Debug|Parser|Unable to parse test
2024-12-14 01:24:01.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:01.5|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:24:01.5|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:24:01.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:01.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:01.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:01.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:01.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:24:08.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:08.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:08.4|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:24:08.4|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:24:08.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:08.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:08.4|Debug|Parser|Unable to parse test
2024-12-14 01:24:08.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:08.4|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:24:08.4|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:24:08.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:08.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:08.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:08.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:08.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:24:09.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.1|Debug|Api|[POST] /api/v3/command: 201.Created (16 ms)
2024-12-14 01:24:09.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:09.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:24:09.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2aa46c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:09.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:09.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/Chernobyl/Season 1/1.mkv
2024-12-14 01:24:09.1|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/Chernobyl/Season 1/1.mkv]
2024-12-14 01:24:09.1|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[4]1:23:45]
2024-12-14 01:24:09.1|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:24:09.1|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:24:09.1|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:09.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:09.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:09.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:09.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:24:09.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x33a56c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:09.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:09.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/Chernobyl/Season 1/2.mkv
2024-12-14 01:24:09.1|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/Chernobyl/Season 1/2.mkv]
2024-12-14 01:24:09.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:24:09.2|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[5]Please Remain Calm]
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:24:09.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:09.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:24:09.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2a236c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:09.2|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:09.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/Chernobyl/Season 1/3.mkv
2024-12-14 01:24:09.2|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/Chernobyl/Season 1/3.mkv]
2024-12-14 01:24:09.2|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[6]Open Wide, O Earth]
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:24:09.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.2|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:24:09.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:09.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x29846c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:09.2|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:09.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/4.mkv to /tv/Chernobyl/Season 1/4.mkv
2024-12-14 01:24:09.2|Debug|DiskTransferService|Move [/tv/test/4.mkv] > [/tv/Chernobyl/Season 1/4.mkv]
2024-12-14 01:24:09.2|Debug|EpisodeService|Linking [Season 1/4.mkv] > [[7]The Happiness of All Mankind]
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:24:09.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.2|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:24:09.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:24:09.2|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:24:09.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:09.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:09.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:09.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:24:09.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23586c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:09.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:09.2|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:09.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/5.mkv to /tv/Chernobyl/Season 1/5.mkv
2024-12-14 01:24:09.2|Debug|DiskTransferService|Move [/tv/test/5.mkv] > [/tv/Chernobyl/Season 1/5.mkv]
2024-12-14 01:24:09.3|Debug|EpisodeService|Linking [Season 1/5.mkv] > [[8]Vichnaya Pamyat]
2024-12-14 01:24:09.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.3|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:24:09.3|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:24:09.3|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:24:09.3|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:24:09.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:09.3|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:24:11.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:11.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:11.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-14 01:24:11.0|Debug|Api|[GET] /api/v3/series: 200.OK (4 ms)
2024-12-14 01:24:12.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:24:12.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:12.4|Debug|Api|[GET] /api/v3/episode?seriesId=1: 200.OK (1 ms)
2024-12-14 01:24:12.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:12.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:12.4|Debug|Api|[GET] /api/v3/queue/details?seriesId=1: 200.OK (1 ms)
2024-12-14 01:24:12.4|Debug|Api|[GET] /api/v3/episodeFile?seriesId=1: 200.OK (1 ms)
2024-12-14 01:24:12.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:24:14.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:14.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:24:14.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:14.2|Debug|Api|[GET] /api/v3/queue/details?seriesId=1: 200.OK (0 ms)
2024-12-14 01:24:14.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:14.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:24:14.2|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Chernobyl
2024-12-14 01:24:14.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:14.2|Debug|Api|[GET] /api/v3/queue/details?seriesId=1: 200.OK (0 ms)
2024-12-14 01:24:14.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:14.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:24:16.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:16.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:24:16.7|Debug|ImportListSyncService|No import lists with automatic add enabled
2024-12-14 01:24:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:24:23.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:23.0|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=20&sortDirection=ascending&sortKey=timeleft&includeUnknownSeriesItems=true: 200.OK (16 ms)
2024-12-14 01:24:24.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:24.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:24:24.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:24.2|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:24:30.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse test
2024-12-14 01:24:30.5|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:24:30.5|Debug|DiskScanService|3 video files were found in /tv/test/
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:24:30.5|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:24:30.5|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:30.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:24:30.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:24:30.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:24:30.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:24:30.5|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:24:30.5|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (6 ms)
2024-12-14 01:24:34.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:34.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:24:34.4|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x35a96c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:34.4|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:24:34.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:24:34.4|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26006c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:34.4|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:24:34.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:24:34.4|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:24:34.4|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x384d6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:34.4|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:24:34.4|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:24:34.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:34.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:34.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:34.4|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:24:34.4|Debug|Api|[POST] /api/v3/manualimport: 200.OK (11 ms)
2024-12-14 01:24:37.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:37.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:37.1|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:37.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:37.1|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:37.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:37.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:24:37.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:37.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:37.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:37.1|Debug|Api|[POST] /api/v3/manualimport: 200.OK (6 ms)
2024-12-14 01:24:38.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:38.6|Debug|Api|[GET] /api/v3/episode?seriesId=1&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:24:40.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:40.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:40.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:40.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:40.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:40.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:40.6|Debug|Parser|Unable to parse test
2024-12-14 01:24:40.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:40.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:24:40.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:24:40.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:40.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:40.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:40.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:40.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:24:41.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:41.5|Debug|Api|[GET] /api/v3/episode?seriesId=1&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:24:46.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:46.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:46.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:46.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:46.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:46.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:46.2|Debug|Parser|Unable to parse test
2024-12-14 01:24:46.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:46.2|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:46.2|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:46.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:46.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:46.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:46.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:46.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:24:47.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:47.4|Debug|Api|[GET] /api/v3/episode?seriesId=1&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:24:49.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:49.3|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:49.3|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:49.3|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:49.3|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:49.3|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:49.3|Debug|Parser|Unable to parse test
2024-12-14 01:24:49.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:49.3|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:49.3|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:49.3|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:49.3|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:49.3|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:49.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:49.3|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:24:50.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:50.0|Debug|Api|[GET] /api/v3/episode?seriesId=1&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:24:51.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:51.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:51.1|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:51.1|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:51.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:51.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:51.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:51.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:51.1|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:51.1|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:51.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:51.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:51.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:51.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:51.1|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (10 ms)
2024-12-14 01:24:57.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:57.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:24:57.4|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:57.4|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:57.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:57.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:57.4|Debug|Parser|Unable to parse test
2024-12-14 01:24:57.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:57.4|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:57.4|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:57.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:57.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:57.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:57.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:24:57.5|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:24:58.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:59.0|Debug|Api|[POST] /api/v3/command: 201.Created (17 ms)
2024-12-14 01:24:59.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:59.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:24:59.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x23376c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:59.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:59.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/The Enfield Haunting/Season 1/1.mkv
2024-12-14 01:24:59.0|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/The Enfield Haunting/Season 1/1.mkv]
2024-12-14 01:24:59.0|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[1]The Awakening]
2024-12-14 01:24:59.0|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:24:59.0|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:24:59.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:59.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:59.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (14 ms)
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:24:59.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:59.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:59.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:59.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:24:59.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2ae36c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:59.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:59.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/The Enfield Haunting/Season 1/2.mkv
2024-12-14 01:24:59.0|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/The Enfield Haunting/Season 1/2.mkv]
2024-12-14 01:24:59.0|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[2]The Quickening]
2024-12-14 01:24:59.0|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:24:59.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:59.1|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:24:59.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms)
2024-12-14 01:24:59.1|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:24:59.1|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:24:59.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:24:59.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:24:59.1|Debug|Parser|Unable to parse test
2024-12-14 01:24:59.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:24:59.1|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:24:59.1|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:24:59.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:24:59.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:24:59.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:24:59.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:24:59.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26ad6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:24:59.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:24:59.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:24:59.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/The Enfield Haunting/Season 1/3.mkv
2024-12-14 01:24:59.1|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/The Enfield Haunting/Season 1/3.mkv]
2024-12-14 01:24:59.1|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[3]The Reckoning]
2024-12-14 01:24:59.1|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:24:59.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:59.1|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:24:59.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:24:59.1|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:24:59.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:24:59.1|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:25:04.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:04.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:25:04.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:04.0|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:25:04.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:04.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:25:04.1|Debug|CleanExtraFileService|Cleaning missing metadata files for series: The Enfield Haunting
2024-12-14 01:25:04.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:04.1|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:25:04.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:04.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:25:18.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:18.6|Debug|RootFolderService|Generating list of unmapped folders
2024-12-14 01:25:18.6|Debug|RootFolderService|1 unmapped folders detected.
2024-12-14 01:25:18.6|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (3 ms)
2024-12-14 01:25:18.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:19.6|Debug|Api|[GET] /api/v3/series/lookup?term=Sense8: 200.OK (757 ms)
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:19.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:20.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:22.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:22.1|Info|AddSeriesService|Adding Series [268156][Sense8] Path: [/tv/Sense8]
2024-12-14 01:25:22.1|Debug|Api|[POST] /api/v3/series: 201.Created (176 ms)
2024-12-14 01:25:22.2|Info|RefreshSeriesService|Updating Sense8
2024-12-14 01:25:22.2|Info|RefreshEpisodeService|Starting episode info refresh for: [268156][Sense8]
2024-12-14 01:25:22.2|Debug|RefreshEpisodeService|Not adjusting multi-episode air times for series Sense8 season 1 since more than 3 episodes 'aired' on the same day
2024-12-14 01:25:22.2|Debug|RefreshEpisodeService|Not adjusting multi-episode air times for series Sense8 season 2 since more than 3 episodes 'aired' on the same day
2024-12-14 01:25:22.2|Info|RefreshEpisodeService|Finished episode refresh for series: [268156][Sense8].
2024-12-14 01:25:22.2|Debug|RefreshSeriesService|Finished series refresh for Sense8
2024-12-14 01:25:22.2|Debug|XemService|Scene numbering is not available for Sense8 [268156]
2024-12-14 01:25:22.2|Info|MediaCoverService|Downloading Banner for [268156][Sense8] https://artworks.thetvdb.com/banners/graphical/268156-g3.jpg
2024-12-14 01:25:22.2|Info|DiskScanService|Scanning Sense8
2024-12-14 01:25:22.2|Debug|DiskScanService|Series folder doesn't exist: /tv/Sense8
2024-12-14 01:25:22.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/graphical/268156-g3.jpg] to [/config/MediaCover/14/banner.jpg]
2024-12-14 01:25:22.2|Debug|DiskScanService|[268156][Sense8] Cleaning up media files in DB
2024-12-14 01:25:22.2|Info|DiskScanService|Completed scanning disk for Sense8
2024-12-14 01:25:22.2|Info|SeriesScannedHandler|[Sense8] was recently added, performing post-add actions
2024-12-14 01:25:22.2|Debug|EpisodeMonitoredService|[Sense8] Monitoring all episodes
2024-12-14 01:25:22.2|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:25:22.2|Info|MediaCoverService|Downloading Poster for [268156][Sense8] https://artworks.thetvdb.com/banners/posters/268156-6.jpg
2024-12-14 01:25:22.2|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/posters/268156-6.jpg] to [/config/MediaCover/14/poster.jpg]
2024-12-14 01:25:22.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:25:22.3|Info|MediaCoverService|Downloading Fanart for [268156][Sense8] https://artworks.thetvdb.com/banners/fanart/original/268156-5.jpg
2024-12-14 01:25:22.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/fanart/original/268156-5.jpg] to [/config/MediaCover/14/fanart.jpg]
2024-12-14 01:25:22.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:25:22.3|Info|MediaCoverService|Downloading Clearlogo for [268156][Sense8] https://artworks.thetvdb.com/banners/v4/series/268156/clearlogo/611b867ed111a.png
2024-12-14 01:25:22.3|Debug|HttpClient|Downloading [https://artworks.thetvdb.com/banners/v4/series/268156/clearlogo/611b867ed111a.png] to [/config/MediaCover/14/clearlogo.png]
2024-12-14 01:25:22.3|Debug|HttpClient|Downloading Completed. took 0s
2024-12-14 01:25:22.3|Debug|MediaCoverService|Resizing Banner-70 for [268156][Sense8]
2024-12-14 01:25:22.3|Debug|MediaCoverService|Resizing Banner-35 for [268156][Sense8]
2024-12-14 01:25:22.3|Debug|MediaCoverService|Resizing Poster-500 for [268156][Sense8]
2024-12-14 01:25:22.4|Debug|MediaCoverService|Resizing Poster-250 for [268156][Sense8]
2024-12-14 01:25:22.4|Debug|MediaCoverService|Resizing Fanart-360 for [268156][Sense8]
2024-12-14 01:25:22.4|Debug|MediaCoverService|Resizing Fanart-180 for [268156][Sense8]
2024-12-14 01:25:22.4|Debug|ExistingExtraFileService|Looking for existing extra files in /tv/Sense8
2024-12-14 01:25:22.4|Debug|ExistingMetadataImporter|Looking for existing metadata in /tv/Sense8
2024-12-14 01:25:22.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-12-14 01:25:22.4|Debug|ExistingSubtitleImporter|Looking for existing subtitle files in /tv/Sense8
2024-12-14 01:25:22.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-12-14 01:25:22.4|Debug|ExistingOtherExtraImporter|Looking for existing extra files in /tv/Sense8
2024-12-14 01:25:22.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-12-14 01:25:22.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-12-14 01:25:22.4|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Sense8
2024-12-14 01:25:22.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
2024-12-14 01:25:22.4|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Sense8
2024-12-14 01:25:22.4|Info|MetadataService|Series folder does not exist, skipping metadata image creation
2024-12-14 01:25:22.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:22.5|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:25:23.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:23.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:23.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:25:23.3|Debug|Api|[GET] /api/v3/series: 200.OK (7 ms)
2024-12-14 01:25:23.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:27.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:27.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:27.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:27.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:25:27.1|Debug|Api|[GET] /api/v3/queue/details?seriesId=6: 200.OK (1 ms)
2024-12-14 01:25:27.1|Debug|Api|[GET] /api/v3/episodeFile?seriesId=6: 200.OK (2 ms)
2024-12-14 01:25:27.1|Debug|Api|[GET] /api/v3/episode?seriesId=6: 200.OK (2 ms)
2024-12-14 01:25:27.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:27.2|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:25:39.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:39.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:25:39.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:39.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:25:43.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse test
2024-12-14 01:25:43.0|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:25:43.0|Debug|DiskScanService|8 video files were found in /tv/test/
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 8.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 8.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/8.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 4.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 4.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/4.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 7.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 7.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/7.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 6.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 6.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/6.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 5.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 5.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/5.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:43.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:25:43.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:25:43.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:25:43.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:25:43.0|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:25:43.0|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (16 ms)
2024-12-14 01:25:46.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1f676c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1bdb6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30986c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x340a6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 68
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:25:46.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31376c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:46.9|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:46.9|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:25:46.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:46.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:46.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:46.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:46.9|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:46.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34f46c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:47.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:47.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:47.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:47.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x36436c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:47.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:47.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:47.0|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:25:47.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:25:47.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ba46c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:25:47.0|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:25:47.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:25:47.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:47.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:47.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:47.0|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:25:47.0|Debug|Api|[POST] /api/v3/manualimport: 200.OK (36 ms)
2024-12-14 01:25:49.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.6|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:25:49.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.7|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:49.7|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:49.7|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:49.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:49.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:49.7|Debug|Parser|Unable to parse test
2024-12-14 01:25:49.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:49.7|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:25:49.7|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:25:49.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:49.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:49.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:49.7|Debug|Api|[POST] /api/v3/manualimport: 200.OK (18 ms)
2024-12-14 01:25:52.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:52.6|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:25:52.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:52.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:52.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:52.6|Debug|Api|[POST] /api/v3/manualimport: 200.OK (17 ms)
2024-12-14 01:25:54.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:54.7|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:25:56.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:56.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:56.2|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:25:56.2|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:25:56.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:56.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:56.2|Debug|Parser|Unable to parse test
2024-12-14 01:25:56.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:56.2|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:25:56.2|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:25:56.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:56.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:56.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:56.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:25:56.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (16 ms)
2024-12-14 01:25:57.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:57.0|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:25:58.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:58.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:25:58.6|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:25:58.6|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:25:58.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:25:58.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:25:58.6|Debug|Parser|Unable to parse test
2024-12-14 01:25:58.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:25:58.6|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:25:58.6|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:25:58.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:25:58.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:25:58.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:25:58.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:25:58.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (16 ms)
2024-12-14 01:25:59.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:25:59.3|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:00.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:00.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:00.8|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:26:00.8|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:26:00.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:00.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:00.8|Debug|Parser|Unable to parse test
2024-12-14 01:26:00.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:00.8|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:26:00.8|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:26:00.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:00.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:00.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:00.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:00.8|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (13 ms)
2024-12-14 01:26:01.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:01.7|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:03.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:03.7|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:03.7|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:26:03.7|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:26:03.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:03.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:03.7|Debug|Parser|Unable to parse test
2024-12-14 01:26:03.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:03.7|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:26:03.7|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:26:03.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:03.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:03.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:03.7|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:03.7|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:26:04.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:04.8|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:06.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:06.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:06.9|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:26:06.9|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:26:06.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:06.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:06.9|Debug|Parser|Unable to parse test
2024-12-14 01:26:06.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:06.9|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:26:06.9|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:26:06.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:06.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:06.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:06.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:06.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:26:07.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:07.7|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:09.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:09.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:09.5|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:26:09.5|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:26:09.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:09.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:09.5|Debug|Parser|Unable to parse test
2024-12-14 01:26:09.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:09.5|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:26:09.5|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:26:09.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:09.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:09.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:09.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:09.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:26:10.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:10.5|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:11.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:11.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:11.9|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:26:11.9|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:26:11.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:11.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:11.9|Debug|Parser|Unable to parse test
2024-12-14 01:26:11.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:11.9|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:26:11.9|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:26:11.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:11.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:11.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:11.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:11.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (9 ms)
2024-12-14 01:26:12.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:12.5|Debug|Api|[GET] /api/v3/episode?seriesId=6&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:26:14.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:14.3|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:14.4|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:26:14.4|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:26:14.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:14.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:14.4|Debug|Parser|Unable to parse test
2024-12-14 01:26:14.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:14.4|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:26:14.4|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:26:14.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:14.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:14.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:14.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:14.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:26:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:16.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (1 ms)
2024-12-14 01:26:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:26:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:16.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=75&episodeIds=74&episodeIds=73&episodeIds=72&episodeIds=71&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21: 200.OK (0 ms)
2024-12-14 01:26:16.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:16.8|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:26:19.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:19.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: Japanese
2024-12-14 01:26:19.8|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:26:19.8|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:26:19.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:19.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:19.8|Debug|Parser|Unable to parse test
2024-12-14 01:26:19.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:19.8|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:26:19.8|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:26:19.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:19.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:19.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:19.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:26:19.8|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:26:20.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.5|Debug|Api|[POST] /api/v3/command: 201.Created (17 ms)
2024-12-14 01:26:20.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:26:20.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2e086c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.5|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.5|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.5|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/Hellsing/Season 1/1.mkv
2024-12-14 01:26:20.5|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/Hellsing/Season 1/1.mkv]
2024-12-14 01:26:20.5|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[56]The Undead]
2024-12-14 01:26:20.5|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:26:20.5|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:26:20.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:26:20.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:26:20.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ed16c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.5|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:26:20.5|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.5|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.5|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/Hellsing/Season 1/2.mkv
2024-12-14 01:26:20.5|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/Hellsing/Season 1/2.mkv]
2024-12-14 01:26:20.5|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[57]Club M]
2024-12-14 01:26:20.5|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:26:20.5|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:26:20.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.6|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (17 ms)
2024-12-14 01:26:20.6|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x344b6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.6|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.6|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/Hellsing/Season 1/3.mkv
2024-12-14 01:26:20.6|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/Hellsing/Season 1/3.mkv]
2024-12-14 01:26:20.6|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[58]Sword Dancer]
2024-12-14 01:26:20.6|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:26:20.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.6|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:26:20.6|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:26:20.6|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31e86c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.6|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.6|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/4.mkv to /tv/Hellsing/Season 1/4.mkv
2024-12-14 01:26:20.6|Debug|DiskTransferService|Move [/tv/test/4.mkv] > [/tv/Hellsing/Season 1/4.mkv]
2024-12-14 01:26:20.6|Debug|EpisodeService|Linking [Season 1/4.mkv] > [[59]Innocent as a Human]
2024-12-14 01:26:20.6|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:26:20.6|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:26:20.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.6|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.6|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (7 ms)
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:26:20.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:26:20.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2abb6c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.6|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.6|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.6|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/5.mkv to /tv/Hellsing/Season 1/5.mkv
2024-12-14 01:26:20.6|Debug|DiskTransferService|Move [/tv/test/5.mkv] > [/tv/Hellsing/Season 1/5.mkv]
2024-12-14 01:26:20.7|Debug|EpisodeService|Linking [Season 1/5.mkv] > [[60]Brotherhood]
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:26:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:26:20.7|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:26:20.7|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.7|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:26:20.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1e986c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.7|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.7|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.7|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/6.mkv to /tv/Hellsing/Season 1/6.mkv
2024-12-14 01:26:20.7|Debug|DiskTransferService|Move [/tv/test/6.mkv] > [/tv/Hellsing/Season 1/6.mkv]
2024-12-14 01:26:20.7|Debug|EpisodeService|Linking [Season 1/6.mkv] > [[61]Dead Zone]
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:26:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.7|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:26:20.7|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.7|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.7|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.7|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:26:20.7|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:26:20.7|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x208f6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.7|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.7|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.7|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/7.mkv to /tv/Hellsing/Season 1/7.mkv
2024-12-14 01:26:20.7|Debug|DiskTransferService|Move [/tv/test/7.mkv] > [/tv/Hellsing/Season 1/7.mkv]
2024-12-14 01:26:20.7|Debug|EpisodeService|Linking [Season 1/7.mkv] > [[62]Duel]
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:26:20.7|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:26:20.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.8|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:26:20.8|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:26:20.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:26:20.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:26:20.8|Debug|Parser|Unable to parse test
2024-12-14 01:26:20.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:26:20.8|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:26:20.8|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:26:20.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:26:20.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:26:20.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:26:20.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:26:20.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (7 ms)
2024-12-14 01:26:20.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d326c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:26:20.8|Debug|AggregateLanguage|Selected languages: Japanese
2024-12-14 01:26:20.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:26:20.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/8.mkv to /tv/Hellsing/Season 1/8.mkv
2024-12-14 01:26:20.8|Debug|DiskTransferService|Move [/tv/test/8.mkv] > [/tv/Hellsing/Season 1/8.mkv]
2024-12-14 01:26:20.8|Debug|EpisodeService|Linking [Season 1/8.mkv] > [[63]Kill House]
2024-12-14 01:26:20.8|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:26:20.8|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:26:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.8|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:26:20.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:26:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:20.8|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:26:22.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:22.3|Debug|Api|[GET] /api/v3/series: 200.OK (4 ms)
2024-12-14 01:26:22.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:22.3|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-14 01:26:24.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:24.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:26:24.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:24.2|Debug|Api|[GET] /api/v3/episode?seriesId=7: 200.OK (1 ms)
2024-12-14 01:26:24.2|Debug|Api|[GET] /api/v3/episodeFile?seriesId=7: 200.OK (0 ms)
2024-12-14 01:26:24.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:24.2|Debug|Api|[GET] /api/v3/queue/details?seriesId=7: 200.OK (0 ms)
2024-12-14 01:26:24.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:26:25.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:25.5|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:26:25.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:25.5|Debug|Api|[GET] /api/v3/queue/details?seriesId=7: 200.OK (0 ms)
2024-12-14 01:26:25.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:25.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:26:25.6|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Hellsing
2024-12-14 01:26:25.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:25.6|Debug|Api|[GET] /api/v3/queue/details?seriesId=7: 200.OK (0 ms)
2024-12-14 01:26:25.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:25.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:26:44.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:44.2|Debug|EpisodeService|Monitored flag for Episode:75 was set to False
2024-12-14 01:26:44.2|Debug|Api|[PUT] /api/v3/episode/monitor: 202.Accepted (14 ms)
2024-12-14 01:26:49.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:49.7|Debug|EpisodeService|Monitored flag for Episode:73 was set to False
2024-12-14 01:26:49.7|Debug|Api|[PUT] /api/v3/episode/monitor: 202.Accepted (20 ms)
2024-12-14 01:26:50.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:26:50.3|Debug|EpisodeService|Monitored flag for Episode:71 was set to False
2024-12-14 01:26:50.3|Debug|Api|[PUT] /api/v3/episode/monitor: 202.Accepted (20 ms)
2024-12-14 01:27:02.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:02.6|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:27:02.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:02.7|Debug|Api|[GET] /api/v3/queue/details?episodeIds=74&episodeIds=72&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491: 200.OK (0 ms)
2024-12-14 01:27:04.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:04.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:04.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:04.4|Debug|Api|[GET] /api/v3/queue/details?seriesId=7: 200.OK (0 ms)
2024-12-14 01:27:04.4|Debug|Api|[GET] /api/v3/episode?seriesId=7: 200.OK (1 ms)
2024-12-14 01:27:04.4|Debug|Api|[GET] /api/v3/episodeFile?seriesId=7: 200.OK (1 ms)
2024-12-14 01:27:10.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:10.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:27:10.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:10.1|Debug|Api|[GET] /api/v3/queue/details?episodeIds=74&episodeIds=72&episodeIds=70&episodeIds=69&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491: 200.OK (1 ms)
2024-12-14 01:27:13.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse test
2024-12-14 01:27:13.0|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:27:13.0|Debug|DiskScanService|4 video files were found in /tv/test/
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:13.0|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin 4.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin 4.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:13.0|Debug|QualityParser|Trying to parse quality for '/tv/test/4.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:13.0|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:13.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:27:13.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:13.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:13.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:13.0|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:27:13.0|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (11 ms)
2024-12-14 01:27:16.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:16.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:16.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2c6d6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:16.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:16.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1f556c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:16.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:16.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x21bf6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:16.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:16.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:27:16.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30cc6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:16.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:16.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:16.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:16.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:16.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:16.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:16.5|Debug|Api|[POST] /api/v3/manualimport: 200.OK (17 ms)
2024-12-14 01:27:19.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:19.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:19.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:19.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:19.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:19.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:19.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:19.0|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:19.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:19.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:19.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:19.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:19.0|Debug|Api|[POST] /api/v3/manualimport: 200.OK (6 ms)
2024-12-14 01:27:21.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:21.8|Debug|Api|[GET] /api/v3/episode?seriesId=7&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:27:23.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:23.1|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:23.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:23.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:23.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:23.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:23.1|Debug|Parser|Unable to parse test
2024-12-14 01:27:23.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:23.1|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:23.1|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:23.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:23.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:23.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:23.1|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:23.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (17 ms)
2024-12-14 01:27:23.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:23.9|Debug|Api|[GET] /api/v3/episode?seriesId=7&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:27:25.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:25.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:25.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:25.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:25.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:25.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:25.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:25.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:25.2|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:25.2|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:25.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:25.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:25.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:25.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:25.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (8 ms)
2024-12-14 01:27:26.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:26.0|Debug|Api|[GET] /api/v3/episode?seriesId=7&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:27:28.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:28.3|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:28.3|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:28.3|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:28.3|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:28.3|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:28.3|Debug|Parser|Unable to parse test
2024-12-14 01:27:28.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:28.3|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:28.3|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:28.3|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:28.3|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:28.3|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:28.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:28.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (32 ms)
2024-12-14 01:27:29.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:29.0|Debug|Api|[GET] /api/v3/episode?seriesId=7&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:27:30.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:30.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:30.8|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:30.8|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:30.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:30.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:30.8|Debug|Parser|Unable to parse test
2024-12-14 01:27:30.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:30.8|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:27:30.8|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:27:30.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:30.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:30.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:30.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:30.8|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:27:36.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:36.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:36.4|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:36.4|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:36.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:36.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:36.4|Debug|Parser|Unable to parse test
2024-12-14 01:27:36.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:36.4|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:27:36.4|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:27:36.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:36.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:36.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:36.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:27:36.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:27:37.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.1|Debug|Api|[POST] /api/v3/command: 201.Created (9 ms)
2024-12-14 01:27:37.1|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:37.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:27:37.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x38046c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:27:37.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:27:37.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/Manhunt (2024)/Season 1/1.mkv
2024-12-14 01:27:37.1|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/Manhunt (2024)/Season 1/1.mkv]
2024-12-14 01:27:37.1|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[69]Pilot]
2024-12-14 01:27:37.1|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:27:37.1|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:27:37.1|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:37.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:37.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:37.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:37.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:27:37.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x283a6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:27:37.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:27:37.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/Manhunt (2024)/Season 1/2.mkv
2024-12-14 01:27:37.1|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/Manhunt (2024)/Season 1/2.mkv]
2024-12-14 01:27:37.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:27:37.1|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[70]Post Mortem]
2024-12-14 01:27:37.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.1|Debug|Api|[GET] /api/v3/queue/details?episodeIds=74&episodeIds=72&episodeIds=70&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490: 200.OK (0 ms)
2024-12-14 01:27:37.1|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:27:37.2|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:27:37.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:37.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:27:37.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x22f66c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:27:37.2|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:27:37.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/Manhunt (2024)/Season 1/3.mkv
2024-12-14 01:27:37.2|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/Manhunt (2024)/Season 1/3.mkv]
2024-12-14 01:27:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:27:37.2|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[72]The Secret Line]
2024-12-14 01:27:37.2|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:27:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.2|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:27:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:27:37.2|Debug|Api|[GET] /api/v3/queue/details?episodeIds=74&episodeIds=72&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489: 200.OK (1 ms)
2024-12-14 01:27:37.2|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:27:37.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:37.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:37.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:37.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:27:37.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2d6d6c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:37.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:27:37.2|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:27:37.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/4.mkv to /tv/Manhunt (2024)/Season 1/4.mkv
2024-12-14 01:27:37.2|Debug|DiskTransferService|Move [/tv/test/4.mkv] > [/tv/Manhunt (2024)/Season 1/4.mkv]
2024-12-14 01:27:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.2|Debug|Api|[GET] /api/v3/queue/details?episodeIds=74&episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488: 200.OK (0 ms)
2024-12-14 01:27:37.2|Debug|EpisodeService|Linking [Season 1/4.mkv] > [[74]Useless]
2024-12-14 01:27:37.2|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:27:37.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.2|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:27:37.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:27:37.2|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:27:37.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.3|Debug|Api|[GET] /api/v3/queue/details?episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487: 200.OK (0 ms)
2024-12-14 01:27:37.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:37.3|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2024-12-14 01:27:39.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:39.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:39.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:27:39.0|Debug|Api|[GET] /api/v3/series: 200.OK (6 ms)
2024-12-14 01:27:41.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:41.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:27:41.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:41.1|Debug|Api|[GET] /api/v3/episodeFile?seriesId=8: 200.OK (1 ms)
2024-12-14 01:27:41.1|Debug|Api|[GET] /api/v3/episode?seriesId=8: 200.OK (1 ms)
2024-12-14 01:27:41.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:41.1|Debug|Api|[GET] /api/v3/queue/details?seriesId=8: 200.OK (0 ms)
2024-12-14 01:27:41.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:27:42.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:42.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:27:42.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:42.1|Debug|Api|[GET] /api/v3/queue/details?seriesId=8: 200.OK (0 ms)
2024-12-14 01:27:42.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:42.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:27:42.2|Debug|CleanExtraFileService|Cleaning missing metadata files for series: Manhunt (2024)
2024-12-14 01:27:42.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:42.2|Debug|Api|[GET] /api/v3/queue/details?seriesId=8: 200.OK (0 ms)
2024-12-14 01:27:42.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:42.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:27:50.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:50.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:27:50.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:50.1|Debug|Api|[GET] /api/v3/queue/details?episodeIds=78&episodeIds=77&episodeIds=76&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487: 200.OK (1 ms)
2024-12-14 01:27:52.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse test
2024-12-14 01:27:52.5|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:27:52.5|Debug|DiskScanService|3 video files were found in /tv/test/
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:52.5|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:52.5|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:52.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:27:52.5|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:27:52.5|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:27:52.5|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:27:52.5|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:27:52.5|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (7 ms)
2024-12-14 01:27:55.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:55.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:55.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x290b6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:55.8|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:55.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:55.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1bdf6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:55.8|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:55.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:27:55.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:27:55.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1e2f6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:27:55.8|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:27:55.8|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:55.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:55.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:55.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:55.8|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:27:55.9|Debug|Api|[POST] /api/v3/manualimport: 200.OK (15 ms)
2024-12-14 01:27:58.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:27:58.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:58.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:58.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:58.2|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:58.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:27:58.2|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:27:58.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:27:58.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:27:58.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:27:58.2|Debug|Api|[POST] /api/v3/manualimport: 200.OK (7 ms)
2024-12-14 01:28:00.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:00.0|Debug|Api|[GET] /api/v3/episode?seriesId=8&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:01.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:01.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:01.5|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:01.5|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:01.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:01.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:01.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:01.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:01.5|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:28:01.5|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:28:01.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:01.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:01.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:01.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:01.5|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:28:02.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:02.1|Debug|Api|[GET] /api/v3/episode?seriesId=8&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:03.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:03.3|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:03.3|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:03.3|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:03.3|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:03.3|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:03.3|Debug|Parser|Unable to parse test
2024-12-14 01:28:03.3|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:03.3|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:28:03.3|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:28:03.3|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:03.3|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:03.3|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:03.3|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:03.3|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:28:03.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:03.9|Debug|Api|[GET] /api/v3/episode?seriesId=8&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:05.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:05.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:05.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:05.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:05.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:05.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:05.2|Debug|Parser|Unable to parse test
2024-12-14 01:28:05.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:05.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:05.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:05.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:05.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:05.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:05.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:05.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:28:15.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:15.2|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:15.2|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:15.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:15.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:15.2|Debug|Parser|Unable to parse test
2024-12-14 01:28:15.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:15.2|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:15.2|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:15.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:15.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:15.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:15.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:15.3|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (7 ms)
2024-12-14 01:28:15.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.8|Debug|Api|[POST] /api/v3/command: 201.Created (8 ms)
2024-12-14 01:28:15.8|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:15.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:28:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x21366c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:28:15.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:28:15.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/MH370 - The Plane That Disappeared/Season 1/1.mkv
2024-12-14 01:28:15.8|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/MH370 - The Plane That Disappeared/Season 1/1.mkv]
2024-12-14 01:28:15.8|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[76]The Pilot]
2024-12-14 01:28:15.8|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:28:15.8|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:28:15.8|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:28:15.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:15.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:15.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:15.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:28:15.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x38a66c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:28:15.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:28:15.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/MH370 - The Plane That Disappeared/Season 1/2.mkv
2024-12-14 01:28:15.8|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/MH370 - The Plane That Disappeared/Season 1/2.mkv]
2024-12-14 01:28:15.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:28:15.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.8|Debug|Api|[GET] /api/v3/queue/details?episodeIds=78&episodeIds=77&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487&episodeIds=486: 200.OK (0 ms)
2024-12-14 01:28:15.8|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[77]The Hijack]
2024-12-14 01:28:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:28:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:28:15.9|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:15.9|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:15.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:15.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:15.9|Debug|Parser|Unable to parse test
2024-12-14 01:28:15.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:15.9|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:15.9|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:15.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:15.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:15.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:15.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:28:15.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x20126c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:15.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:28:15.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:28:15.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/MH370 - The Plane That Disappeared/Season 1/3.mkv
2024-12-14 01:28:15.9|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/MH370 - The Plane That Disappeared/Season 1/3.mkv]
2024-12-14 01:28:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (9 ms)
2024-12-14 01:28:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.9|Debug|Api|[GET] /api/v3/queue/details?episodeIds=78&episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487&episodeIds=486&episodeIds=485: 200.OK (0 ms)
2024-12-14 01:28:15.9|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[78]The Intercept]
2024-12-14 01:28:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:28:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:28:15.9|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:28:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:28:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:28:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:15.9|Debug|Api|[GET] /api/v3/queue/details?episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487&episodeIds=486&episodeIds=485&episodeIds=484: 200.OK (0 ms)
2024-12-14 01:28:17.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:17.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:17.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (2 ms)
2024-12-14 01:28:17.0|Debug|Api|[GET] /api/v3/series: 200.OK (6 ms)
2024-12-14 01:28:18.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:18.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:28:18.3|Debug|Api|[GET] /api/v3/episode?seriesId=9: 200.OK (1 ms)
2024-12-14 01:28:18.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:18.3|Debug|Api|[GET] /api/v3/episodeFile?seriesId=9: 200.OK (0 ms)
2024-12-14 01:28:18.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:18.3|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (0 ms)
2024-12-14 01:28:18.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2024-12-14 01:28:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:20.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:28:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:20.9|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (0 ms)
2024-12-14 01:28:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:28:20.9|Debug|CleanExtraFileService|Cleaning missing metadata files for series: MH370: The Plane That Disappeared
2024-12-14 01:28:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:20.9|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (0 ms)
2024-12-14 01:28:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-14 01:28:28.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:28.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:28:28.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:28.9|Debug|Api|[GET] /api/v3/queue/details?episodeIds=102&episodeIds=103&episodeIds=104&episodeIds=105&episodeIds=106&episodeIds=17&episodeIds=18&episodeIds=19&episodeIds=20&episodeIds=21&episodeIds=22&episodeIds=23&episodeIds=491&episodeIds=490&episodeIds=489&episodeIds=488&episodeIds=487&episodeIds=486&episodeIds=485&episodeIds=484: 200.OK (0 ms)
2024-12-14 01:28:31.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse test
2024-12-14 01:28:31.0|Debug|DiskScanService|Scanning '/tv/test/' for video files
2024-12-14 01:28:31.0|Debug|DiskScanService|11 video files were found in /tv/test/
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 1.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 1.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/1.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 8.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 8.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/8.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 4.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 4.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/4.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 7.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 7.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/7.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 6.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 6.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/6.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 2.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 2.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/2.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Episode Parsed. bin - 011
2024-12-14 01:28:31.0|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for 'bin 11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:31.0|Debug|Parser|Release Group parsed:
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/11.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Episode Parsed. bin - 010
2024-12-14 01:28:31.0|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for 'bin 10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:31.0|Debug|Parser|Release Group parsed:
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/10.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 9.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 9.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/9.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin 5.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin 5.mkv
2024-12-14 01:28:31.0|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.0|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.0|Debug|QualityParser|Trying to parse quality for '/tv/test/5.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:31.0|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:31.0|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:31.1|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:31.1|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:31.1|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:31.1|Debug|Parser|Attempting to parse episode info using directory and file names. bin
2024-12-14 01:28:31.1|Debug|Parser|Parsing string 'bin'
2024-12-14 01:28:31.1|Debug|Parser|Unable to parse bin
2024-12-14 01:28:31.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. bin
2024-12-14 01:28:31.1|Debug|Parser|Parsing string 'bin 3.mkv'
2024-12-14 01:28:31.1|Debug|Parser|Unable to parse bin 3.mkv
2024-12-14 01:28:31.1|Debug|Parser|Attempting to parse episode info using directory name. bin
2024-12-14 01:28:31.1|Debug|Parser|Parsing string 'bin.mkv'
2024-12-14 01:28:31.1|Debug|Parser|Unable to parse bin.mkv
2024-12-14 01:28:31.1|Debug|QualityParser|Trying to parse quality for '/tv/test/3.mkv'
2024-12-14 01:28:31.1|Debug|Api|[GET] /api/v3/manualimport?folder=%2Ftv%2Ftest%2F&filterExistingFiles=false: 200.OK (26 ms)
2024-12-14 01:28:35.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:35.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x26006c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x347d6c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x25746c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x35346c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.5|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/10.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x39c66c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.5|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.5|Debug|Parser|Parsing string 'test 10.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Episode Parsed. test - 010
2024-12-14 01:28:35.5|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:35.5|Debug|QualityParser|Trying to parse quality for 'test 10.mkv'
2024-12-14 01:28:35.5|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:35.5|Debug|Parser|Release Group parsed:
2024-12-14 01:28:35.5|Debug|VideoFileInfoReader|Getting media info from /tv/test/10.mkv
2024-12-14 01:28:35.5|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x27546c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.5|Debug|ParsingService|Using absolute episode number 10 for: The Outsider (2020) - TVDB: 1x10
2024-12-14 01:28:35.5|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:28:35.5|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:28:35.6|Debug|AbsoluteEpisodeNumberSpecification|Series type is not Anime, skipping check
2024-12-14 01:28:35.6|Debug|AlreadyImportedSpecification|No download client information is available, skipping
2024-12-14 01:28:35.6|Debug|EpisodeTitleSpecification|File name format does not require episode title, skipping check
2024-12-14 01:28:35.6|Debug|HasAudioTrackSpecification|Failed to get media info from the file, make sure ffprobe is available, skipping check
2024-12-14 01:28:35.6|Debug|MatchesFolderSpecification|No folder ParsedEpisodeInfo, skipping check
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to determine if file is a sample
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2e386c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/9.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/9.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x31c06c0] EBML header parsing failed
/tv/test/9.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 9.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test 9.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x30e56c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x262e6c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x27b86c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Unable to parse file
2024-12-14 01:28:35.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|Analyzing 1/1 files.
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/11.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34ec6c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:28:35.6|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:35.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:35.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:35.6|Debug|Parser|Parsing string 'test 11.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Episode Parsed. test - 011
2024-12-14 01:28:35.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:35.6|Debug|QualityParser|Trying to parse quality for 'test 11.mkv'
2024-12-14 01:28:35.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:35.6|Debug|Parser|Release Group parsed:
2024-12-14 01:28:35.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/11.mkv
2024-12-14 01:28:35.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x24526c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:28:35.6|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:28:35.6|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:28:35.6|Debug|ImportDecisionMaker|File rejected for the following reasons: [Permanent] Invalid season or episode
2024-12-14 01:28:35.6|Debug|Api|[POST] /api/v3/manualimport: 200.OK (101 ms)
2024-12-14 01:28:39.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 10.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Episode Parsed. test - 010
2024-12-14 01:28:39.4|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:39.4|Debug|QualityParser|Trying to parse quality for 'test 10.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:39.4|Debug|Parser|Release Group parsed:
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 9.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 9.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:39.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:39.4|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:39.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:39.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:39.4|Debug|Parser|Parsing string 'test 11.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Episode Parsed. test - 011
2024-12-14 01:28:39.4|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:39.4|Debug|QualityParser|Trying to parse quality for 'test 11.mkv'
2024-12-14 01:28:39.4|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:39.4|Debug|Parser|Release Group parsed:
2024-12-14 01:28:39.4|Debug|Api|[POST] /api/v3/manualimport: 200.OK (23 ms)
2024-12-14 01:28:42.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:42.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:42.4|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:28:42.4|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:28:42.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:42.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:42.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:42.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:42.4|Debug|Parser|Parsing string 'test 11.mkv'
2024-12-14 01:28:42.4|Debug|Parser|Episode Parsed. test - 011
2024-12-14 01:28:42.4|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:28:42.4|Debug|QualityParser|Trying to parse quality for 'test 11.mkv'
2024-12-14 01:28:42.4|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:28:42.4|Debug|Parser|Release Group parsed:
2024-12-14 01:28:42.4|Debug|Api|[POST] /api/v3/manualimport: 200.OK (4 ms)
2024-12-14 01:28:43.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:43.8|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:45.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:45.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:45.2|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:28:45.2|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:28:45.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:45.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:45.2|Debug|Parser|Unable to parse test
2024-12-14 01:28:45.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:45.2|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:28:45.2|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:28:45.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:45.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:45.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:45.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/1.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:45.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (23 ms)
2024-12-14 01:28:46.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:46.0|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:47.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:47.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:47.6|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:28:47.6|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:28:47.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:47.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:47.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:47.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:47.6|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:28:47.6|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:28:47.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:47.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:47.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:47.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/2.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:47.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:28:48.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:48.3|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:49.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:49.9|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:49.9|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:28:49.9|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:28:49.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:49.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:49.9|Debug|Parser|Unable to parse test
2024-12-14 01:28:49.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:49.9|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:28:49.9|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:28:49.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:49.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:49.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:49.9|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/3.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:49.9|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:28:50.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:50.6|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:52.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:52.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:52.2|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:28:52.2|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:28:52.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:52.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:52.2|Debug|Parser|Unable to parse test
2024-12-14 01:28:52.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:52.2|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:28:52.2|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:28:52.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:52.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:52.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:52.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:52.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:28:52.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:52.8|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:54.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:54.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:54.4|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:28:54.4|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:28:54.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:54.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:54.4|Debug|Parser|Unable to parse test
2024-12-14 01:28:54.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:54.4|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:28:54.4|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:28:54.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:54.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:54.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:54.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/5.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:54.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:28:55.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:55.0|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:56.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:56.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:56.6|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:28:56.6|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:28:56.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:56.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:56.6|Debug|Parser|Unable to parse test
2024-12-14 01:28:56.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:56.6|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:28:56.6|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:28:56.6|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:56.6|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:56.6|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:56.6|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/6.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:56.6|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (15 ms)
2024-12-14 01:28:57.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:57.2|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:28:58.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:58.5|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:28:58.5|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:28:58.5|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:28:58.5|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:28:58.5|Debug|Parser|Parsing string 'test'
2024-12-14 01:28:58.5|Debug|Parser|Unable to parse test
2024-12-14 01:28:58.5|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:28:58.5|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:28:58.5|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:28:58.5|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:28:58.5|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:28:58.5|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:28:58.5|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/7.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:28:58.5|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (12 ms)
2024-12-14 01:28:59.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:28:59.4|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (2 ms)
2024-12-14 01:29:01.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:01.2|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:29:01.2|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:29:01.2|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:29:01.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:01.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:01.2|Debug|Parser|Unable to parse test
2024-12-14 01:29:01.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:01.2|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:29:01.2|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:29:01.2|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:01.2|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:01.2|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:01.2|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/8.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:29:01.2|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (11 ms)
2024-12-14 01:29:01.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:01.9|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:29:03.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:03.4|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:29:03.4|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:29:03.4|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:29:03.4|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:03.4|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:03.4|Debug|Parser|Unable to parse test
2024-12-14 01:29:03.4|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:03.4|Debug|Parser|Parsing string 'test 9.mkv'
2024-12-14 01:29:03.4|Debug|Parser|Unable to parse test 9.mkv
2024-12-14 01:29:03.4|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:03.4|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:03.4|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:03.4|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/9.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:29:03.4|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (18 ms)
2024-12-14 01:29:04.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:04.1|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=1: 200.OK (1 ms)
2024-12-14 01:29:05.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:05.6|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:29:05.6|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:29:05.6|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:29:05.6|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:05.6|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:05.6|Debug|Parser|Unable to parse test
2024-12-14 01:29:05.6|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:05.6|Debug|Parser|Parsing string 'test 10.mkv'
2024-12-14 01:29:05.6|Debug|Parser|Episode Parsed. test - 010
2024-12-14 01:29:05.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:05.6|Debug|QualityParser|Trying to parse quality for 'test 10.mkv'
2024-12-14 01:29:05.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:05.6|Debug|Parser|Release Group parsed:
2024-12-14 01:29:05.6|Debug|VideoFileInfoReader|Getting media info from /tv/test/10.mkv
2024-12-14 01:29:05.6|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x32f56c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:05.6|Debug|ParsingService|Using absolute episode number 10 for: The Outsider (2020) - TVDB: 1x10
2024-12-14 01:29:05.6|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:05.6|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:29:05.6|Debug|AbsoluteEpisodeNumberSpecification|Series type is not Anime, skipping check
2024-12-14 01:29:05.6|Debug|AlreadyImportedSpecification|No download client information is available, skipping
2024-12-14 01:29:05.6|Debug|EpisodeTitleSpecification|File name format does not require episode title, skipping check
2024-12-14 01:29:05.6|Debug|HasAudioTrackSpecification|Failed to get media info from the file, make sure ffprobe is available, skipping check
2024-12-14 01:29:05.6|Debug|MatchesFolderSpecification|No folder ParsedEpisodeInfo, skipping check
2024-12-14 01:29:05.6|Error|DetectSample|Failed to get runtime from the file, make sure ffprobe is available
2024-12-14 01:29:05.6|Debug|Api|[POST] /api/v3/manualimport: 200.OK (8 ms)
2024-12-14 01:29:06.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:06.2|Debug|Api|[GET] /api/v3/episode?seriesId=9&seasonNumber=0: 200.OK (1 ms)
2024-12-14 01:29:08.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:08.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:29:08.8|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:29:08.8|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:29:08.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:08.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:08.8|Debug|Parser|Unable to parse test
2024-12-14 01:29:08.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:08.8|Debug|Parser|Parsing string 'test 11.mkv'
2024-12-14 01:29:08.8|Debug|Parser|Episode Parsed. test - 011
2024-12-14 01:29:08.8|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:08.8|Debug|QualityParser|Trying to parse quality for 'test 11.mkv'
2024-12-14 01:29:08.8|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:08.8|Debug|Parser|Release Group parsed:
2024-12-14 01:29:08.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/11.mkv
2024-12-14 01:29:08.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ab66c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:08.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:08.8|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:29:08.8|Debug|AbsoluteEpisodeNumberSpecification|Series type is not Anime, skipping check
2024-12-14 01:29:08.8|Debug|AlreadyImportedSpecification|No download client information is available, skipping
2024-12-14 01:29:08.8|Debug|EpisodeTitleSpecification|File name format does not require episode title, skipping check
2024-12-14 01:29:08.8|Debug|HasAudioTrackSpecification|Failed to get media info from the file, make sure ffprobe is available, skipping check
2024-12-14 01:29:08.8|Debug|MatchesFolderSpecification|No folder ParsedEpisodeInfo, skipping check
2024-12-14 01:29:08.8|Debug|DetectSample|Special, skipping sample check
2024-12-14 01:29:08.8|Debug|Api|[POST] /api/v3/manualimport: 200.OK (9 ms)
2024-12-14 01:29:14.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:14.8|Debug|ManualImportService|Language couldn't be parsed from release, falling back to series original language: English
2024-12-14 01:29:14.8|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:29:14.8|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:29:14.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:14.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:14.8|Debug|Parser|Unable to parse test
2024-12-14 01:29:14.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:14.8|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:29:14.8|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:29:14.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:14.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:14.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:14.8|Fatal|SonarrErrorPipeline|Request Failed. POST /api/v3/manualimport
[v4.0.11.2680] NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingFailedException: Unable to parse episode info from path: /tv/test/4.mkv
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AggregationService.Augment(LocalEpisode localEpisode, DownloadClientItem downloadClientItem) in ./Sonarr.Core/MediaFiles/EpisodeImport/Aggregation/AggregationService.cs:line 51
at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ReprocessItem(String path, String downloadId, Int32 seriesId, Nullable`1 seasonNumber, List`1 episodeIds, String releaseGroup, QualityModel quality, List`1 languages, Int32 indexerFlags, ReleaseType releaseType) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 144
at Sonarr.Api.V3.ManualImport.ManualImportController.ReprocessItems(List`1 items) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 42
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2024-12-14 01:29:14.8|Debug|Api|[POST] /api/v3/manualimport: 500.InternalServerError (13 ms)
2024-12-14 01:29:15.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:15.8|Debug|Api|[POST] /api/v3/command: 201.Created (17 ms)
2024-12-14 01:29:15.8|Debug|Parser|Parsing string '1.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse 1.mkv
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test 1.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test 1.mkv
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:15.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/1.mkv
2024-12-14 01:29:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/1.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2e3b6c0] EBML header parsing failed
/tv/test/1.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:15.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:15.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:15.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/1.mkv to /tv/The Outsider (2020)/Season 1/1.mkv
2024-12-14 01:29:15.8|Debug|DiskTransferService|Move [/tv/test/1.mkv] > [/tv/The Outsider (2020)/Season 1/1.mkv]
2024-12-14 01:29:15.8|Debug|EpisodeService|Linking [Season 1/1.mkv] > [[89]Fish in a Barrel]
2024-12-14 01:29:15.8|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:29:15.8|Debug|HistoryService|Trying to find downloadId for /tv/test/1.mkv from history
2024-12-14 01:29:15.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:15.8|Debug|Parser|Parsing string '2.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse 2.mkv
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test 2.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test 2.mkv
2024-12-14 01:29:15.8|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:15.8|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:15.8|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:15.8|Debug|VideoFileInfoReader|Getting media info from /tv/test/2.mkv
2024-12-14 01:29:15.8|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/2.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x294a6c0] EBML header parsing failed
/tv/test/2.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:15.8|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:15.8|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:15.8|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/2.mkv to /tv/The Outsider (2020)/Season 1/2.mkv
2024-12-14 01:29:15.8|Debug|DiskTransferService|Move [/tv/test/2.mkv] > [/tv/The Outsider (2020)/Season 1/2.mkv]
2024-12-14 01:29:15.8|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (11 ms)
2024-12-14 01:29:15.9|Debug|EpisodeService|Linking [Season 1/2.mkv] > [[90]Roanoke]
2024-12-14 01:29:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:29:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/2.mkv from history
2024-12-14 01:29:15.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:29:15.9|Debug|Parser|Parsing string '3.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse 3.mkv
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test 3.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test 3.mkv
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:15.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/3.mkv
2024-12-14 01:29:15.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/3.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1b416c0] EBML header parsing failed
/tv/test/3.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:15.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:15.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:15.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/3.mkv to /tv/The Outsider (2020)/Season 1/3.mkv
2024-12-14 01:29:15.9|Debug|DiskTransferService|Move [/tv/test/3.mkv] > [/tv/The Outsider (2020)/Season 1/3.mkv]
2024-12-14 01:29:15.9|Debug|EpisodeService|Linking [Season 1/3.mkv] > [[91]Dark Uncle]
2024-12-14 01:29:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:29:15.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:15.9|Debug|HistoryService|Trying to find downloadId for /tv/test/3.mkv from history
2024-12-14 01:29:15.9|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (8 ms)
2024-12-14 01:29:15.9|Debug|Parser|Parsing string '4.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse 4.mkv
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test 4.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test 4.mkv
2024-12-14 01:29:15.9|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:15.9|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:15.9|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:15.9|Debug|VideoFileInfoReader|Getting media info from /tv/test/4.mkv
2024-12-14 01:29:15.9|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/4.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x1ed96c0] EBML header parsing failed
/tv/test/4.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:15.9|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:15.9|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:15.9|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/4.mkv to /tv/The Outsider (2020)/Season 1/4.mkv
2024-12-14 01:29:15.9|Debug|DiskTransferService|Move [/tv/test/4.mkv] > [/tv/The Outsider (2020)/Season 1/4.mkv]
2024-12-14 01:29:16.0|Debug|EpisodeService|Linking [Season 1/4.mkv] > [[92]Que Viene el Coco]
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:29:16.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/4.mkv from history
2024-12-14 01:29:16.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:29:16.0|Debug|Parser|Parsing string '5.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse 5.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test 5.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test 5.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:16.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/5.mkv
2024-12-14 01:29:16.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/5.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2db86c0] EBML header parsing failed
/tv/test/5.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:16.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/5.mkv to /tv/The Outsider (2020)/Season 1/5.mkv
2024-12-14 01:29:16.0|Debug|DiskTransferService|Move [/tv/test/5.mkv] > [/tv/The Outsider (2020)/Season 1/5.mkv]
2024-12-14 01:29:16.0|Debug|EpisodeService|Linking [Season 1/5.mkv] > [[93]Tear-Drinker]
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:29:16.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/5.mkv from history
2024-12-14 01:29:16.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (7 ms)
2024-12-14 01:29:16.0|Debug|Parser|Parsing string '6.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse 6.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test 6.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test 6.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:16.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/6.mkv
2024-12-14 01:29:16.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/6.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x38686c0] EBML header parsing failed
/tv/test/6.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:16.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/6.mkv to /tv/The Outsider (2020)/Season 1/6.mkv
2024-12-14 01:29:16.0|Debug|DiskTransferService|Move [/tv/test/6.mkv] > [/tv/The Outsider (2020)/Season 1/6.mkv]
2024-12-14 01:29:16.0|Debug|EpisodeService|Linking [Season 1/6.mkv] > [[94]The One About the Yiddish Vampire]
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:29:16.0|Debug|HistoryService|Trying to find downloadId for /tv/test/6.mkv from history
2024-12-14 01:29:16.0|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.0|Debug|Parser|Parsing string '7.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse 7.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test 7.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test 7.mkv
2024-12-14 01:29:16.0|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:16.0|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:16.0|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:16.0|Debug|VideoFileInfoReader|Getting media info from /tv/test/7.mkv
2024-12-14 01:29:16.0|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/7.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x33366c0] EBML header parsing failed
/tv/test/7.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.0|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.0|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:16.0|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (6 ms)
2024-12-14 01:29:16.0|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/7.mkv to /tv/The Outsider (2020)/Season 1/7.mkv
2024-12-14 01:29:16.0|Debug|DiskTransferService|Move [/tv/test/7.mkv] > [/tv/The Outsider (2020)/Season 1/7.mkv]
2024-12-14 01:29:16.1|Debug|EpisodeService|Linking [Season 1/7.mkv] > [[95]In the Pines, In the Pines]
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/7.mkv from history
2024-12-14 01:29:16.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.1|Debug|Parser|Parsing string '8.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse 8.mkv
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test 8.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test 8.mkv
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:16.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/8.mkv
2024-12-14 01:29:16.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/8.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x27b86c0] EBML header parsing failed
/tv/test/8.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (4 ms)
2024-12-14 01:29:16.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:16.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/8.mkv to /tv/The Outsider (2020)/Season 1/8.mkv
2024-12-14 01:29:16.1|Debug|DiskTransferService|Move [/tv/test/8.mkv] > [/tv/The Outsider (2020)/Season 1/8.mkv]
2024-12-14 01:29:16.1|Debug|EpisodeService|Linking [Season 1/8.mkv] > [[96]Foxhead]
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/8.mkv from history
2024-12-14 01:29:16.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.1|Debug|Parser|Parsing string '9.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse 9.mkv
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test 9.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test 9.mkv
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using directory name. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test.mkv
2024-12-14 01:29:16.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/9.mkv
2024-12-14 01:29:16.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:29:16.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/9.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x34ed6c0] EBML header parsing failed
/tv/test/9.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.1|Debug|AggregateQuality|Using quality: Unknown v1
2024-12-14 01:29:16.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/9.mkv to /tv/The Outsider (2020)/Season 1/9.mkv
2024-12-14 01:29:16.1|Debug|DiskTransferService|Move [/tv/test/9.mkv] > [/tv/The Outsider (2020)/Season 1/9.mkv]
2024-12-14 01:29:16.1|Debug|EpisodeService|Linking [Season 1/9.mkv] > [[97]Tigers and Bears]
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/9.mkv from history
2024-12-14 01:29:16.1|Debug|HistoryService|Trying to find downloadId for /tv/test/9.mkv from history
2024-12-14 01:29:16.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.1|Debug|Parser|Parsing string '10.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse 10.mkv
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.1|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.1|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.1|Debug|Parser|Parsing string 'test 10.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Episode Parsed. test - 010
2024-12-14 01:29:16.1|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:16.1|Debug|QualityParser|Trying to parse quality for 'test 10.mkv'
2024-12-14 01:29:16.1|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:16.1|Debug|Parser|Release Group parsed:
2024-12-14 01:29:16.1|Debug|VideoFileInfoReader|Getting media info from /tv/test/10.mkv
2024-12-14 01:29:16.1|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:29:16.1|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/10.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x265d6c0] EBML header parsing failed
/tv/test/10.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.1|Debug|ParsingService|Using absolute episode number 10 for: The Outsider (2020) - TVDB: 1x10
2024-12-14 01:29:16.1|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.1|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:29:16.1|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/10.mkv to /tv/The Outsider (2020)/Season 1/10.mkv
2024-12-14 01:29:16.1|Debug|DiskTransferService|Move [/tv/test/10.mkv] > [/tv/The Outsider (2020)/Season 1/10.mkv]
2024-12-14 01:29:16.2|Debug|EpisodeService|Linking [Season 1/10.mkv] > [[98]Must/Can't]
2024-12-14 01:29:16.2|Debug|HistoryService|Trying to find downloadId for /tv/test/10.mkv from history
2024-12-14 01:29:16.2|Debug|HistoryService|Trying to find downloadId for /tv/test/10.mkv from history
2024-12-14 01:29:16.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.2|Debug|Parser|Parsing string '11.mkv'
2024-12-14 01:29:16.2|Debug|Parser|Unable to parse 11.mkv
2024-12-14 01:29:16.2|Debug|Parser|Attempting to parse episode info using directory and file names. test
2024-12-14 01:29:16.2|Debug|Parser|Parsing string 'test'
2024-12-14 01:29:16.2|Debug|Parser|Unable to parse test
2024-12-14 01:29:16.2|Debug|Parser|Attempting to parse episode info using combined directory and file names. test
2024-12-14 01:29:16.2|Debug|Parser|Parsing string 'test 11.mkv'
2024-12-14 01:29:16.2|Debug|Parser|Episode Parsed. test - 011
2024-12-14 01:29:16.2|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:16.2|Debug|QualityParser|Trying to parse quality for 'test 11.mkv'
2024-12-14 01:29:16.2|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:16.2|Debug|Parser|Release Group parsed:
2024-12-14 01:29:16.2|Debug|VideoFileInfoReader|Getting media info from /tv/test/11.mkv
2024-12-14 01:29:16.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:29:16.2|Error|VideoFileInfoReader|Unable to parse media info from file: /tv/test/11.mkv
[v4.0.11.2680] FFMpegCore.Exceptions.FFMpegException: ffprobe exited with non-zero exit-code (1 - [matroska,webm @ 0x2b9f6c0] EBML header parsing failed
/tv/test/11.mkv: Invalid data found when processing input)
at FFMpegCore.FFProbe.GetStreamJson(String filePath, Int32 outputCapacity, FFOptions ffOptions)
at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo(String filename) in ./Sonarr.Core/MediaFiles/MediaInfo/VideoFileInfoReader.cs:line 140
2024-12-14 01:29:16.2|Debug|AggregateLanguage|Selected languages: English
2024-12-14 01:29:16.2|Debug|AggregateQuality|Using quality: HDTV-720p v1
2024-12-14 01:29:16.2|Debug|EpisodeFileMovingService|Moving episode file: /tv/test/11.mkv to /tv/The Outsider (2020)/Specials/11.mkv
2024-12-14 01:29:16.2|Debug|DiskTransferService|Move [/tv/test/11.mkv] > [/tv/The Outsider (2020)/Specials/11.mkv]
2024-12-14 01:29:16.2|Debug|EpisodeService|Linking [Specials/11.mkv] > [[79]Inside Look - Episodes 1 and 2]
2024-12-14 01:29:16.2|Debug|HistoryService|Trying to find downloadId for /tv/test/11.mkv from history
2024-12-14 01:29:16.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.2|Debug|HistoryService|Trying to find downloadId for /tv/test/11.mkv from history
2024-12-14 01:29:16.2|Error|EventAggregator|NotificationService failed while processing [UntrackedDownloadCompletedEvent]
[v4.0.11.2680] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.Notifications.NotificationService.GetQualityString(Series series, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 88
at NzbDrone.Core.Notifications.NotificationService.GetMessage(Series series, List`1 episodes, QualityModel quality) in ./Sonarr.Core/Notifications/NotificationService.cs:line 50
at NzbDrone.Core.Notifications.NotificationService.Handle(UntrackedDownloadCompletedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 262
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
2024-12-14 01:29:16.2|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (5 ms)
2024-12-14 01:29:16.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:29:16.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.5|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:29:16.8|Info|RssSyncService|Starting RSS Sync
2024-12-14 01:29:16.8|Debug|FetchAndParseRssService|Available indexers 19
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/2/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/3/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/4/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/9/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/11/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/12/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/13/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/16/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/18/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/28/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/29/api?t=tvsearch&cat=5000,5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/31/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/25/api?t=tvsearch&cat=5000,5050,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/33/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/34/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/35/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/36/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/37/api?t=tvsearch&cat=5000,5040,5030,5045,5050,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.8|Debug|Torznab|Downloading Feed http://prowlarr:9696/44/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100
2024-12-14 01:29:16.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.9|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-14 01:29:16.9|Debug|Api|[GET] /api/v3/series: 200.OK (4 ms)
2024-12-14 01:29:16.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:16.9|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms)
2024-12-14 01:29:17.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:17.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:17.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:17.7|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (0 ms)
2024-12-14 01:29:17.8|Debug|Api|[GET] /api/v3/episode?seriesId=9: 200.OK (8 ms)
2024-12-14 01:29:17.8|Debug|Api|[GET] /api/v3/episodeFile?seriesId=9: 200.OK (17 ms)
2024-12-14 01:29:20.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:20.8|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (2 ms)
2024-12-14 01:29:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:29:20.9|Debug|CleanExtraFileService|Cleaning missing metadata files for series: The Outsider (2020)
2024-12-14 01:29:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:20.9|Debug|Api|[GET] /api/v3/queue/details?seriesId=9: 200.OK (0 ms)
2024-12-14 01:29:20.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:20.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2024-12-14 01:29:21.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:21.5|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-14 01:29:22.5|Debug|FetchAndParseRssService|Found 967 reports
2024-12-14 01:29:22.5|Info|DownloadDecisionMaker|Processing 967 releases
2024-12-14 01:29:22.5|Debug|DownloadDecisionMaker|Processing release 'J-CORE 13 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.5|Debug|Parser|Parsing string 'J-CORE 13 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 013
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 13 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 13 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'J-CORE 13 (flac) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'J-CORE 13 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 013
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 13 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 13 (flac) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 広瀬香美 - Hirose Kohmi (flac+cue+mp3) [Audio-4U]
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Otographic Music 4.0 (flac) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Otographic Music 4.0 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Otographic Music 4.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Otographic Music 4.0 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Otographic Music 4.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Otographic Music 4.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Otographic Music 4.0 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Otographic Music 4.0 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Otographic Music 4.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Otographic Music 4.0 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Otographic Music 4.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Otographic Music 4.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Alstroemeria Records 6.0 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Alstroemeria Records 6.0 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Alstroemeria Records 6.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Alstroemeria Records 6.0 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Alstroemeria Records 6.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Alstroemeria Records 6.0 (vorbis) [Audio-4U]
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Alstroemeria Records 6.0 (flac) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Alstroemeria Records 6.0 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Alstroemeria Records 6.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Alstroemeria Records 6.0 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse Alstroemeria Records 6.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Alstroemeria Records 6.0 (flac) [Audio-4U]
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'J-CORE 12 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'J-CORE 12 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 012
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 12 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 12 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'J-CORE 12 (flac) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'J-CORE 12 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 012
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 12 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 12 (flac) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'J-CORE 11 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'J-CORE 11 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 011
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 11 (vorbis) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 11 (vorbis) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'J-CORE 11 (flac) [Audio-4U]' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'J-CORE 11 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. J-CORE - 011
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'J-CORE 11 (flac) [Audio-4U]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Unknown v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: 4U
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series J-CORE
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'J-CORE 11 (flac) [Audio-4U]' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Aldnoah.Zero (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Appleseed (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Toaru Hikuushi e no Koiuta (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Prison School (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Prison School (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Prison School (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Prison School (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Prison School (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Prison School (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Fuuun Ishin Dai Shougun (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Starship Troopers Invasion (BDRip 1080p x265 DTS).mkv
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Maji de Watashi ni Koi Shinasai! (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』The Heroic Legend of Arslan - Dust Storm Dance (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Uchuu Senkan Yamato 2202 Ai no Senshi-tachi (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Uchuu Senkan Yamato 2202 Ai no Senshi-tachi (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. 『スカーRaws』Uchuu Senkan Yamato - S22E02
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for '『スカーRaws』Uchuu Senkan Yamato 2202 Ai no Senshi-tachi (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Bluray-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed:
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Uchuu Senkan Yamato
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release '『スカーRaws』Uchuu Senkan Yamato 2202 Ai no Senshi-tachi (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』THE IRREGULAR AT MAGIC HIGH SCHOOL (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Gintama 2017 (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Gintama 2017 (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. 『スカーRaws』Gintama - S20E17
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for '『スカーRaws』Gintama 2017 (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: Bluray-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed:
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Gintama
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release '『スカーRaws』Gintama 2017 (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Love Stage (BDRip 1080p x265 FLAC)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release '『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)' from 'AniSource (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)
2024-12-14 01:29:22.6|Debug|Parser|Parsing string '『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)'
2024-12-14 01:29:22.6|Debug|Parser|Unable to parse 『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series 『スカーRaws』Psycho-Pass (BDRip 1080p x265 FLAC,DTS)
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Blue.Bloods.S14E18.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Blue.Bloods.S14E18.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Blue Bloods - S14E18
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Blue.Bloods.S14E18.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: SYNCOPY
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Blue Bloods
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Blue.Bloods.S14E18.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Im A Celebrity Get Me Out Of Here - S24E23
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: AFG
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Im A Celebrity Get Me Out Of Here
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Im A Celebrity Get Me Out Of Here matches an alias for series with TVDB ID: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Im A Celebrity Get Me Out Of Here - S24E23
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: mSD
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Im A Celebrity Get Me Out Of Here
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Im A Celebrity Get Me Out Of Here matches an alias for series with TVDB ID: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Im A Celebrity Get Me Out Of Here - S24E23
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: MeGusta
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Im A Celebrity Get Me Out Of Here
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Im A Celebrity Get Me Out Of Here matches an alias for series with TVDB ID: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Unreported.World.S47E05.Homeless.in.Sin.City.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Unreported.World.S47E05.Homeless.in.Sin.City.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Unreported World - S47E05
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Unreported.World.S47E05.Homeless.in.Sin.City.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Unreported World
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Unreported.World.S47E05.Homeless.in.Sin.City.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Susan.Calmans.Grand.Day.Out.S08E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Susan.Calmans.Grand.Day.Out.S08E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Susan Calmans Grand Day Out - S08E06
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Susan.Calmans.Grand.Day.Out.S08E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Susan Calmans Grand Day Out
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Susan.Calmans.Grand.Day.Out.S08E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Newsroom.Tokyo.2024.12.13.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Newsroom.Tokyo.2024.12.13.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Newsroom Tokyo - 2024-12-13
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Newsroom.Tokyo.2024.12.13.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Newsroom Tokyo
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Newsroom.Tokyo.2024.12.13.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'The.Last.Leg.S31E08.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'The.Last.Leg.S31E08.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. The Last Leg - S31E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'The.Last.Leg.S31E08.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series The Last Leg
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'The.Last.Leg.S31E08.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Im A Celebrity Get Me Out Of Here - S24E23
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: MeGusta
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Im A Celebrity Get Me Out Of Here
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Im A Celebrity Get Me Out Of Here matches an alias for series with TVDB ID: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Have I Got News for You - S68E10
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Have I Got News for You
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Have.I.Got.News.for.You.S68E10.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Happys.Place.S01E08.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Happys.Place.S01E08.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Happys Place - S01E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Happys.Place.S01E08.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: mSD
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Happys Place
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Happys.Place.S01E08.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Gogglebox.S24E14.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Gogglebox.S24E14.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Gogglebox - S24E14
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Gogglebox.S24E14.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Gogglebox
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Gogglebox.S24E14.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Im A Celebrity Get Me Out Of Here - S24E23
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Im A Celebrity Get Me Out Of Here
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|SceneMappingService|Found scene mapping for: Im A Celebrity Get Me Out Of Here. TVDB ID for mapping: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Im.A.Celebrity.Get.Me.Out.Of.Here.S24E23.Coming.Out.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Im A Celebrity Get Me Out Of Here matches an alias for series with TVDB ID: 71067
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Made.in.Mumbles.S01E01.1080p.WEB.h264-CODSWALLOP[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Made.in.Mumbles.S01E01.1080p.WEB.h264-CODSWALLOP[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Made in Mumbles - S01E01
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Made.in.Mumbles.S01E01.1080p.WEB.h264-CODSWALLOP[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: CODSWALLOP
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Made in Mumbles
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Made.in.Mumbles.S01E01.1080p.WEB.h264-CODSWALLOP[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Junior.Taskmaster.S01E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Junior.Taskmaster.S01E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Junior Taskmaster - S01E06
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Junior.Taskmaster.S01E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DARKFLiX
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Junior Taskmaster
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Junior.Taskmaster.S01E06.1080p.HDTV.H264-DARKFLiX[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Happys.Place.S01E08.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Happys.Place.S01E08.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Happys Place - S01E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Happys.Place.S01E08.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: SYNCOPY
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Happys Place
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Happys.Place.S01E08.720p.HDTV.x264-SYNCOPY[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Happys.Place.S01E08.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Happys.Place.S01E08.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Happys Place - S01E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Happys.Place.S01E08.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: MeGusta
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Happys Place
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Happys.Place.S01E08.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Happys.Place.S01E08.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Happys.Place.S01E08.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Happys Place - S01E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Happys.Place.S01E08.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: AFG
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Happys Place
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Happys.Place.S01E08.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'The.Last.Leg.S31E08.720p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'The.Last.Leg.S31E08.720p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. The Last Leg - S31E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'The.Last.Leg.S31E08.720p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: WEBDL-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: RAWR
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series The Last Leg
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'The.Last.Leg.S31E08.720p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Bridgerton.S03.1080p.x265-AMBER[EZTVx.to]' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Bridgerton.S03.1080p.x265-AMBER[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Bridgerton - Season 03
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Bridgerton.S03.1080p.x265-AMBER[EZTVx.to]'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: AMBER
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Bridgerton
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Bridgerton.S03.1080p.x265-AMBER[EZTVx.to]' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Guy.Martin.Arctic.Warrior.S01E02.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Guy.Martin.Arctic.Warrior.S01E02.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Guy Martin Arctic Warrior - S01E02
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Guy.Martin.Arctic.Warrior.S01E02.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: MeGusta
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Guy Martin Arctic Warrior
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Guy.Martin.Arctic.Warrior.S01E02.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'The.Last.Leg.S31E08.1080p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'The.Last.Leg.S31E08.1080p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. The Last Leg - S31E08
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'The.Last.Leg.S31E08.1080p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: RAWR
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series The Last Leg
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'The.Last.Leg.S31E08.1080p.ALL4.WEB-DL.AAC2.0.H.264-RAWR[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Guy.Martin.Arctic.Warrior.S01E02.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Guy.Martin.Arctic.Warrior.S01E02.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Guy Martin Arctic Warrior - S01E02
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Guy.Martin.Arctic.Warrior.S01E02.720p.HEVC.x265-MeGusta[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: HDTV-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: MeGusta
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Guy Martin Arctic Warrior
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Guy.Martin.Arctic.Warrior.S01E02.720p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Guy.Martin.Arctic.Warrior.S01E02.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Guy.Martin.Arctic.Warrior.S01E02.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Guy Martin Arctic Warrior - S01E02
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Guy.Martin.Arctic.Warrior.S01E02.480p.x264-mSD[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: mSD
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Guy Martin Arctic Warrior
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Guy.Martin.Arctic.Warrior.S01E02.480p.x264-mSD[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Guy.Martin.Arctic.Warrior.S01E02.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Guy.Martin.Arctic.Warrior.S01E02.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. Guy Martin Arctic Warrior - S01E02
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'Guy.Martin.Arctic.Warrior.S01E02.XviD-AFG[EZTVx.to].avi'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: SDTV v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: AFG
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series Guy Martin Arctic Warrior
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'Guy.Martin.Arctic.Warrior.S01E02.XviD-AFG[EZTVx.to].avi' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'The.Talk.2024.12.13.720p.WEB.h264-DiRT[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'The.Talk.2024.12.13.720p.WEB.h264-DiRT[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Episode Parsed. The Talk - 2024-12-13
2024-12-14 01:29:22.6|Debug|Parser|Languages parsed: Unknown
2024-12-14 01:29:22.6|Debug|QualityParser|Trying to parse quality for 'The.Talk.2024.12.13.720p.WEB.h264-DiRT[EZTVx.to].mkv'
2024-12-14 01:29:22.6|Debug|Parser|Quality parsed: WEBDL-720p v1
2024-12-14 01:29:22.6|Debug|Parser|Release Group parsed: DiRT
2024-12-14 01:29:22.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-14 01:29:22.6|Debug|ParsingService|No matching series The Talk
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Release 'The.Talk.2024.12.13.720p.WEB.h264-DiRT[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)' rejected for the following reasons: [Permanent] Unknown Series
2024-12-14 01:29:22.6|Debug|DownloadDecisionMaker|Processing release 'Junior.Taskmaster.S01E06.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv' from 'Badass Torrents (Prowlarr)'
2024-12-14 01:29:22.6|Debug|Parser|Parsing string 'Junior.Taskmaster.S01E06.1080p.HEVC.x265-MeGusta[EZTVx.to].mkv'