-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Tubifarry Version
1.8.0.1
Lidarr Version
2.11.2.4623
Operating System
Docker
Bug Description
Trying to set up for the first time, but attempting to test or save Tubifarry as an indexer returns the Query successful, but no results in the configured categories were returned from your indexer... error. Checking the logs for Lidarr, there's a bunch of exceptions following this pattern:
[Error] SpotifyToYoutubeParser: Failed to process track Nice To Meet Me in album hi, it's nice to meet me.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
This is after applying a cookies.txt, without that it fails even earlier in the process with the "login to confirm you're not a bot" etc.
Having a look online and where it's being called in the code, I'm hoping a simple update of the YouTubeMusicAPI nuget package to 2.2.8 should fix it 🤞 according to the release notes for that release it includes a change Fixed sig-deciphering algorithm extraction for streaming data, but comparing it to the prior release shows... no commits? There's also a 3.0.1-alpha release which actually appears to contain a fix, but it's also a major version bump with breaking changes, and it's an alpha, so 🤷
Steps to Reproduce
- Fresh install of plugin
- Add YouTube as a download client (include
cookies.txtpath) and Save - Add Tubifarry as an indexer (include
cookies.txtpath, set Download Client as YouTube) - Attempt to save
Expected Behavior
Tubifarry is added as an indexer to Lidarr
Log Files
Logs
2025-04-24 19:53:55.9|Trace|EventAggregator|ConfigSavedEvent ~> LocalizationService
2025-04-24 19:53:55.9|Trace|EventAggregator|ConfigSavedEvent <~ LocalizationService
2025-04-24 19:53:55.9|Trace|EventAggregator|ConfigSavedEvent ~> TaskManager
2025-04-24 19:53:55.9|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging
2025-04-24 19:53:55.9|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'15'
2025-04-24 19:53:55.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2025-04-24 19:53:56.0|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2025-04-24 19:53:56.0|Trace|Http|Res: 493 [PUT] /api/v1/config/host: 202.Accepted (115 ms)
2025-04-24 19:53:56.0|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (115 ms)
2025-04-24 19:53:56.2|Trace|EventAggregator|ConfigSavedEvent <~ TaskManager
2025-04-24 19:53:56.3|Error|SpotifyToYoutubeParser|Failed to process track POP OUT in album MUSIC - SORRY 4 DA WAIT.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:53:57.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: MUSIC - SORRY 4 DA WAIT by Playboi Carti.
2025-04-24 19:53:57.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Backflips in a Restaurant by grentperez.
2025-04-24 19:53:58.5|Trace|Http|Req: 494 [GET] /api/v1/config/indexer (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:53:58.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:53:58.5|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0'
2025-04-24 19:53:58.5|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0'
2025-04-24 19:53:58.5|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0'
2025-04-24 19:53:58.5|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'15'
2025-04-24 19:53:58.5|Trace|Http|Res: 494 [GET] /api/v1/config/indexer: 200.OK (1 ms)
2025-04-24 19:53:58.5|Debug|Api|[GET] /api/v1/config/indexer: 200.OK (1 ms)
2025-04-24 19:53:58.5|Trace|Http|Req: 495 [GET] /api/v1/indexer (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:53:58.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:53:58.5|Trace|Http|Res: 495 [GET] /api/v1/indexer: 200.OK (21 ms)
2025-04-24 19:53:58.5|Debug|Api|[GET] /api/v1/indexer: 200.OK (21 ms)
2025-04-24 19:53:59.1|Error|SpotifyToYoutubeParser|Failed to process track Nice to Meet You in album Backflips in a Restaurant.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:53:59.9|Trace|Http|Req: 496 [GET] /api/v1/indexer/schema (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:53:59.9|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:53:59.9|Trace|Http|Res: 496 [GET] /api/v1/indexer/schema: 200.OK (3 ms)
2025-04-24 19:53:59.9|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (3 ms)
2025-04-24 19:54:00.3|Error|SpotifyToYoutubeParser|Failed to process track Nice to Meet You (Instrumental) in album Backflips in a Restaurant.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:00.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Backflips in a Restaurant by grentperez.
2025-04-24 19:54:00.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: I Said I Love You First... by Selena Gomez.
2025-04-24 19:54:00.5|Trace|Scheduler|Pending Tasks: 0
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health -> UpdateCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health <- UpdateCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health -> ApiKeyValidationCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health <- ApiKeyValidationCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health -> FpcalcCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health <- FpcalcCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health -> ImportMechanismCheck
2025-04-24 19:54:00.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True'
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health <- ImportMechanismCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health -> ProxyCheck
2025-04-24 19:54:00.9|Trace|HealthCheckService|Check health <- ProxyCheck
2025-04-24 19:54:00.9|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2025-04-24 19:54:00.9|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2025-04-24 19:54:00.9|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2025-04-24 19:54:00.9|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2025-04-24 19:54:00.9|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2025-04-24 19:54:01.0|Trace|Http|Req: 497 [GET] /api/v1/health (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:01.0|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:01.0|Trace|Http|Res: 497 [GET] /api/v1/health: 200.OK (1 ms)
2025-04-24 19:54:01.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2025-04-24 19:54:02.0|Error|SpotifyToYoutubeParser|Failed to process track I Said I Love You First in album I Said I Love You First....
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:02.0|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: I Said I Love You First... by Selena Gomez.
2025-04-24 19:54:02.0|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Old Mervs by Old Mervs.
2025-04-24 19:54:03.0|Trace|Http|Req: 498 [GET] /api/v1/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:03.0|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:03.0|Trace|Http|Res: 498 [GET] /api/v1/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:03.0|Debug|Api|[GET] /api/v1/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:04.0|Error|SpotifyToYoutubeParser|Failed to process track Parched in album Old Mervs.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:04.1|Trace|Http|Req: 499 [GET] /api/v1/filesystem?path=%2Fconfig%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:04.1|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:04.1|Trace|Http|Res: 499 [GET] /api/v1/filesystem?path=%2Fconfig%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:04.1|Debug|Api|[GET] /api/v1/filesystem?path=%2Fconfig%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:06.2|Trace|Http|Req: 500 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:06.2|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:06.2|Trace|Http|Res: 500 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:06.2|Debug|Api|[GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:07.2|Trace|Http|Req: 501 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:07.2|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:07.2|Trace|Http|Res: 501 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (24 ms)
2025-04-24 19:54:07.2|Debug|Api|[GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (24 ms)
2025-04-24 19:54:07.9|Trace|Http|Req: 502 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:07.9|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:07.9|Trace|Http|Res: 502 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:07.9|Debug|Api|[GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:08.7|Trace|Http|Req: 503 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2Fcookies.txt&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:08.7|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:08.7|Trace|Http|Res: 503 [GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2Fcookies.txt&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:08.7|Debug|Api|[GET] /api/v1/filesystem?path=%2Fconfig%2Fplugins%2FTypNull%2FTubifarry%2Fcookies.txt&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2025-04-24 19:54:09.7|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Old Mervs by Old Mervs.
2025-04-24 19:54:09.7|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Equus Asinus by Men I Trust.
2025-04-24 19:54:11.4|Error|SpotifyToYoutubeParser|Failed to process track I Come With Mud in album Equus Asinus.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:11.4|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Equus Asinus by Men I Trust.
2025-04-24 19:54:11.4|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: hi, it's nice to meet me by Mia Wray.
2025-04-24 19:54:13.1|Error|SpotifyToYoutubeParser|Failed to process track Nice To Meet Me in album hi, it's nice to meet me.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:13.1|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: hi, it's nice to meet me by Mia Wray.
2025-04-24 19:54:13.1|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Ruby by JENNIE.
2025-04-24 19:54:15.0|Error|SpotifyToYoutubeParser|Failed to process track Intro : JANE with FKJ in album Ruby.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:17.0|Error|SpotifyToYoutubeParser|Failed to process track 400 in album Ruby.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:17.5|Trace|Http|Req: 504 [POST] /api/v1/indexer?forceSave=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:54:17.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:54:17.5|Debug|SpotifyToYoutubeParser|Trying to parse cookies from /config/plugins/TypNull/Tubifarry/cookies.txt
2025-04-24 19:54:17.5|Trace|SpotifyToYoutubeParser|Successfully parsed 158 cookies
2025-04-24 19:54:17.5|Debug|SpotifyToYoutubeParser|Created YouTube client with: cookies=True, poToken=(removed) visitorData=False
2025-04-24 19:54:17.5|Trace|SpotifyRequestGenerator|Created request for recent releases: https://api.spotify.com/v1/browse/new-releases?limit=20
2025-04-24 19:54:17.5|Debug|TubifarryIndexer|Downloading Feed https://api.spotify.com/v1/browse/new-releases?limit=20
2025-04-24 19:54:17.5|Trace|HttpClient|Req: [GET] https://api.spotify.com/v1/browse/new-releases?limit=20
2025-04-24 19:54:17.9|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.spotify.com/v1/browse/new-releases?limit=20: 200.OK (36961 bytes) (436 ms)
2025-04-24 19:54:17.9|Trace|SpotifyToYoutubeParser|Starting to parse Spotify response.
2025-04-24 19:54:23.0|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Ruby by JENNIE.
2025-04-24 19:54:23.0|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Do What Ya Wanna by Beddy Rays.
2025-04-24 19:54:23.0|Trace|LidarrErrorPipeline|Handling Exception
2025-04-24 19:54:23.0|Warn|LidarrErrorPipeline|FluentValidation.ValidationException: 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.
[v2.11.2.4623] FluentValidation.ValidationException: 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.
at Lidarr.Api.V1.ProviderControllerBase`4.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 289
at Lidarr.Api.V1.ProviderControllerBase`4.Test(TProviderDefinition definition, Boolean includeWarnings) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 275
at Lidarr.Api.V1.ProviderControllerBase`4.CreateProvider(TProviderResource providerResource, Boolean forceSave) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 78
at lambda_method343(Closure , Object , Object[] )
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 Lidarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Lidarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Lidarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Lidarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Lidarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Lidarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.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)
2025-04-24 19:54:23.1|Warn|LidarrErrorPipeline|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.
2025-04-24 19:54:23.1|Trace|Http|Res: 469 [POST] /api/v1/indexer?forceSave=true: 400.BadRequest (63292 ms)
2025-04-24 19:54:23.1|Debug|Api|[POST] /api/v1/indexer?forceSave=true: 400.BadRequest (63292 ms)
2025-04-24 19:54:25.4|Error|SpotifyToYoutubeParser|Failed to process track All I Wanna Do in album Do What Ya Wanna.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:25.4|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Do What Ya Wanna by Beddy Rays.
2025-04-24 19:54:25.4|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Send A Prayer My Way by Julien Baker.
2025-04-24 19:54:27.1|Error|SpotifyToYoutubeParser|Failed to process track Dirt in album Send A Prayer My Way.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:27.1|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Send A Prayer My Way by Julien Baker.
2025-04-24 19:54:27.1|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Romance (Deluxe Edition) by Fontaines D.C..
2025-04-24 19:54:28.9|Error|SpotifyToYoutubeParser|Failed to process track Romance in album Romance (Deluxe Edition).
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:28.9|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Romance (Deluxe Edition) by Fontaines D.C..
2025-04-24 19:54:28.9|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Kush + Orange Juice 2 by Wiz Khalifa.
2025-04-24 19:54:30.5|Trace|Scheduler|Pending Tasks: 0
2025-04-24 19:54:31.0|Error|SpotifyToYoutubeParser|Failed to process track KOJ2 Intro in album Kush + Orange Juice 2.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:37.8|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Kush + Orange Juice 2 by Wiz Khalifa.
2025-04-24 19:54:37.8|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: SABLE, fABLE by Bon Iver.
2025-04-24 19:54:39.4|Error|SpotifyToYoutubeParser|Failed to process track ... in album SABLE, fABLE.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:39.4|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: SABLE, fABLE by Bon Iver.
2025-04-24 19:54:39.4|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: The Moon (The Light Side) by Bliss n Eso.
2025-04-24 19:54:41.1|Error|SpotifyToYoutubeParser|Failed to process track The New Frontier in album The Moon (The Light Side).
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:41.1|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: The Moon (The Light Side) by Bliss n Eso.
2025-04-24 19:54:41.1|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Te Whare Tīwekaweka by Marlon Williams.
2025-04-24 19:54:42.9|Error|SpotifyToYoutubeParser|Failed to process track E Mawehe Ana Au in album Te Whare Tīwekaweka.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:42.9|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Te Whare Tīwekaweka by Marlon Williams.
2025-04-24 19:54:42.9|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Like Love by Ball Park Music.
2025-04-24 19:54:44.5|Error|SpotifyToYoutubeParser|Failed to process track Coast Is Clear in album Like Love.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:45.1|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Like Love by Ball Park Music.
2025-04-24 19:54:45.1|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: F*CK U SKRILLEX YOU THINK UR ANDY WARHOL BUT UR NOT!! <3 by Skrillex.
2025-04-24 19:54:45.6|Debug|SpotifyToYoutubeParser|No search results found for album: F*CK U SKRILLEX YOU THINK UR ANDY WARHOL BUT UR NOT!! <3.
2025-04-24 19:54:45.6|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: F*CK U SKRILLEX YOU THINK UR ANDY WARHOL BUT UR NOT!! <3 by Skrillex.
2025-04-24 19:54:45.6|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Slow Crush by Alisa Xayalith.
2025-04-24 19:54:47.3|Error|SpotifyToYoutubeParser|Failed to process track Alone With You in album Slow Crush.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:47.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Slow Crush by Alisa Xayalith.
2025-04-24 19:54:47.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: The Crux by Djo.
2025-04-24 19:54:48.9|Error|SpotifyToYoutubeParser|Failed to process track Lonesome Is A State of Mind in album The Crux.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:48.9|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: The Crux by Djo.
2025-04-24 19:54:48.9|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Slipper imp and shakaerator by Babe Rainbow.
2025-04-24 19:54:50.7|Error|SpotifyToYoutubeParser|Failed to process track What is ashwagandha in album Slipper imp and shakaerator.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:50.7|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Slipper imp and shakaerator by Babe Rainbow.
2025-04-24 19:54:50.7|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: eternal sunshine deluxe: brighter days ahead by Ariana Grande.
2025-04-24 19:54:53.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: eternal sunshine deluxe: brighter days ahead by Ariana Grande.
2025-04-24 19:54:53.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: MUSIC - SORRY 4 DA WAIT by Playboi Carti.
2025-04-24 19:54:55.5|Error|SpotifyToYoutubeParser|Failed to process track POP OUT in album MUSIC - SORRY 4 DA WAIT.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:56.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: MUSIC - SORRY 4 DA WAIT by Playboi Carti.
2025-04-24 19:54:56.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Backflips in a Restaurant by grentperez.
2025-04-24 19:54:57.8|Error|SpotifyToYoutubeParser|Failed to process track Nice to Meet You in album Backflips in a Restaurant.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:59.0|Error|SpotifyToYoutubeParser|Failed to process track Nice to Meet You (Instrumental) in album Backflips in a Restaurant.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:54:59.0|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Backflips in a Restaurant by grentperez.
2025-04-24 19:54:59.0|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: I Said I Love You First... by Selena Gomez.
2025-04-24 19:55:00.5|Trace|Scheduler|Pending Tasks: 1
2025-04-24 19:55:00.5|Trace|CommandQueueManager|Publishing RefreshMonitoredDownloads
2025-04-24 19:55:00.5|Trace|CommandQueueManager|Checking if command is queued or started: RefreshMonitoredDownloads
2025-04-24 19:55:00.5|Trace|CommandQueueManager|Inserting new command: RefreshMonitoredDownloads
2025-04-24 19:55:00.5|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand -> DownloadMonitoringService
2025-04-24 19:55:00.5|Trace|CommandQueueManager|Marking command as started: RefreshMonitoredDownloads
2025-04-24 19:55:00.6|Trace|HttpClient|Req: [POST] http://192.168.1.4:9091/transmission/rpc: torrent-get(...)
2025-04-24 19:55:00.6|Trace|HttpClient|Res: HTTP/1.1 [POST] http://192.168.1.4:9091/transmission/rpc: 200.OK (2026 bytes) (1 ms)
2025-04-24 19:55:00.6|Trace|HttpClient|Response content (2026 bytes): {"arguments":{"torrents":[{"downloadDir":"/downloads/complete","downloadedEver":362220474,"errorString":"","eta":-1,"file-count":49,"hashString":"4be06e9942ba51c166ad94a1c6ca69a1df1ddc3b","id":1,"isFinished":true,"labels":[],"leftUntilDone":0,"name":"Lime Technology Unraid OS Pro 6.11.5","secondsDownloading":348,"secondsSeeding":0,"seedIdleLimit":30,"seedIdleMode":0,"seedRatioLimit":0,"seedRatioMode":0,"status":0,"totalSize":362220474,"uploadedEver":0},{"downloadDir":"/downloads/complete/radarr","downloadedEver":2180454,"errorString":"","eta":-1,"file-count":14,"hashString":"76d0793dfe107992d60fd8087679c9ef9a81f921","id":9,"isFinished":false,"labels":["radarr"],"leftUntilDone":1393344512,"name":"Asterix the Gaul (1967) 720p BluRay x264 [Dual Audio] [Hindi 2.0 - English] - monu987","secondsDownloading":33374,"secondsSeeding":0,"seedIdleLimit":30,"seedIdleMode":0,"seedRatioLimit":0,"seedRatioMode":0,"status":4,"totalSize":1395524966,"uploadedEver":0},{"downloadDir":"/downloads/complete/radarr","downloadedEver":819075193,"errorString":"","eta":-1,"file-count":14,"hashString":"2fe6a8bc3b1859b26a0be236577ab14d554917ae","id":10,"isFinished":false,"labels":["radarr"],"leftUntilDone":919601152,"name":"The Twelve Tasks of Asterix (1976) 720p BluRay x264 [Dual Audio] [Hindi 2.0 - English] - monu987","secondsDownloading":33011,"secondsSeeding":0,"seedIdleLimit":30,"seedIdleMode":0,"seedRatioLimit":0,"seedRatioMode":0,"status":4,"totalSize":1738676345,"uploadedEver":0},{"downloadDir":"/downloads/complete/radarr","downloadedEver":15709144,"errorString":"","eta":-2,"file-count":3,"hashString":"b34fd7d6ca2517564c056b586cb0cc7614c27d7e","id":11,"isFinished":false,"labels":["radarr"],"leftUntilDone":717635584,"name":"Asterix In Britain (1986) x264 720p BluRay {Dual Audio} [Hindi DD 2.0 + English 2.0] Exclusive By DREDD","secondsDownloading":32931,"secondsSeeding":0,"seedIdleLimit":30,"seedIdleMode":0,"seedRatioLimit":0,"seedRatioMode":0,"status":4,"totalSize":733344728,"uploadedEver":0}]},"result":"success"}
2025-04-24 19:55:00.6|Debug|SabnzbdProxy|Url: http://192.168.1.4:8484/api?mode=queue&start=0&limit=0&category=music&apikey=(removed)&output=json
2025-04-24 19:55:00.6|Trace|HttpClient|Req: [GET] http://192.168.1.4:8484/api?mode=queue&start=0&limit=0&category=music&apikey=(removed)&output=json
2025-04-24 19:55:00.6|Trace|HttpClient|Res: HTTP/1.1 [GET] http://192.168.1.4:8484/api?mode=queue&start=0&limit=0&category=music&apikey=(removed)&output=json: 200.OK (600 bytes) (3 ms)
2025-04-24 19:55:00.6|Trace|HttpClient|Response content (600 bytes): {"queue":{"version":"4.5.1","paused":false,"pause_int":"0","paused_all":false,"diskspace1":"76.83","diskspace2":"76.83","diskspace1_norm":"76.8 G","diskspace2_norm":"76.8 G","diskspacetotal1":"97.87","diskspacetotal2":"97.87","speedlimit":"50","speedlimit_abs":"52428800","have_warnings":"0","finishaction":null,"quota":"0 ","have_quota":false,"left_quota":"0 ","cache_art":"0","cache_size":"0 B","kbpersec":"0.00","speed":"0 ","mbleft":"0.00","mb":"0.00","sizeleft":"0 B","size":"0 B","noofslots_total":0,"noofslots":0,"start":0,"limit":0,"finish":0,"status":"Idle","timeleft":"0:00:00","slots":[]}}
2025-04-24 19:55:00.6|Trace|ConfigService|Using default config value for 'downloadclienthistorylimit' defaultValue:'60'
2025-04-24 19:55:00.6|Debug|SabnzbdProxy|Url: http://192.168.1.4:8484/api?mode=history&start=0&limit=60&category=music&apikey=(removed)&output=json
2025-04-24 19:55:00.6|Trace|HttpClient|Req: [GET] http://192.168.1.4:8484/api?mode=history&start=0&limit=60&category=music&apikey=(removed)&output=json
2025-04-24 19:55:00.6|Trace|HttpClient|Res: HTTP/1.1 [GET] http://192.168.1.4:8484/api?mode=history&start=0&limit=60&category=music&apikey=(removed)&output=json: 200.OK (184 bytes) (2 ms)
2025-04-24 19:55:00.6|Trace|HttpClient|Response content (184 bytes): {"history":{"total_size":"461.1 G","month_size":"132.2 G","week_size":"121.8 G","day_size":"109.8 G","slots":[],"ppslots":0,"noofslots":0,"last_history_update":2376,"version":"4.5.1"}}
2025-04-24 19:55:00.6|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent
2025-04-24 19:55:00.6|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService
2025-04-24 19:55:00.6|Trace|EventAggregator|Publishing QueueUpdatedEvent
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent -> QueueController
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent <- QueueController
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController
2025-04-24 19:55:00.6|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController
2025-04-24 19:55:00.6|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService
2025-04-24 19:55:00.6|Trace|CommandQueueManager|Publishing ProcessMonitoredDownloads
2025-04-24 19:55:00.6|Trace|CommandQueueManager|Checking if command is queued or started: ProcessMonitoredDownloads
2025-04-24 19:55:00.6|Trace|CommandQueueManager|Inserting new command: ProcessMonitoredDownloads
2025-04-24 19:55:00.7|Trace|Http|Req: 505 [GET] /api/v1/queue/details?all=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:00.7|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:00.7|Trace|Http|Res: 505 [GET] /api/v1/queue/details?all=true: 200.OK (2 ms)
2025-04-24 19:55:00.7|Debug|Api|[GET] /api/v1/queue/details?all=true: 200.OK (2 ms)
2025-04-24 19:55:00.7|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand -> DownloadProcessingService
2025-04-24 19:55:00.7|Trace|CommandQueueManager|Marking command as started: ProcessMonitoredDownloads
2025-04-24 19:55:00.7|Trace|CommandQueueManager|Updating command status
2025-04-24 19:55:00.7|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True'
2025-04-24 19:55:00.7|Trace|EventAggregator|Publishing DownloadsProcessedEvent
2025-04-24 19:55:00.7|Trace|EventAggregator|DownloadsProcessedEvent -> DownloadMonitoringService
2025-04-24 19:55:00.7|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent
2025-04-24 19:55:00.7|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService
2025-04-24 19:55:00.7|Trace|EventAggregator|Publishing QueueUpdatedEvent
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent -> QueueController
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent <- QueueController
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController
2025-04-24 19:55:00.7|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController
2025-04-24 19:55:00.7|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService
2025-04-24 19:55:00.7|Trace|EventAggregator|DownloadsProcessedEvent <- DownloadMonitoringService
2025-04-24 19:55:00.7|Trace|CommandQueueManager|Updating command status
2025-04-24 19:55:00.7|Error|SpotifyToYoutubeParser|Failed to process track I Said I Love You First in album I Said I Love You First....
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:00.7|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: I Said I Love You First... by Selena Gomez.
2025-04-24 19:55:00.7|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Old Mervs by Old Mervs.
2025-04-24 19:55:00.7|Trace|EventAggregator|Publishing CommandExecutedEvent
2025-04-24 19:55:00.7|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2025-04-24 19:55:00.7|Trace|TaskManager|Updating last run time for: NzbDrone.Core.Download.RefreshMonitoredDownloadsCommand
2025-04-24 19:55:00.8|Trace|Http|Req: 506 [GET] /api/v1/queue/details?all=true (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:00.8|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:00.8|Trace|Http|Res: 506 [GET] /api/v1/queue/details?all=true: 200.OK (2 ms)
2025-04-24 19:55:00.8|Debug|Api|[GET] /api/v1/queue/details?all=true: 200.OK (2 ms)
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2025-04-24 19:55:00.8|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand <- DownloadMonitoringService [00:00:00.1230354]
2025-04-24 19:55:00.8|Trace|Http|Req: 507 [GET] /api/v1/command (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:00.8|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:00.8|Trace|CommandQueueManager|Getting all commands
2025-04-24 19:55:00.8|Trace|Http|Res: 507 [GET] /api/v1/command: 200.OK (1 ms)
2025-04-24 19:55:00.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-04-24 19:55:00.8|Trace|EventAggregator|Publishing CommandExecutedEvent
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2025-04-24 19:55:00.8|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2025-04-24 19:55:00.8|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand <- DownloadProcessingService [00:00:00.0362280]
2025-04-24 19:55:00.8|Trace|Http|Req: 508 [GET] /api/v1/command (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:00.8|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:00.8|Trace|CommandQueueManager|Getting all commands
2025-04-24 19:55:00.8|Trace|Http|Res: 508 [GET] /api/v1/command: 200.OK (1 ms)
2025-04-24 19:55:00.8|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-04-24 19:55:02.5|Error|SpotifyToYoutubeParser|Failed to process track Parched in album Old Mervs.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:08.3|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Old Mervs by Old Mervs.
2025-04-24 19:55:08.3|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Equus Asinus by Men I Trust.
2025-04-24 19:55:10.1|Error|SpotifyToYoutubeParser|Failed to process track I Come With Mud in album Equus Asinus.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:10.1|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Equus Asinus by Men I Trust.
2025-04-24 19:55:10.1|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: hi, it's nice to meet me by Mia Wray.
2025-04-24 19:55:11.7|Error|SpotifyToYoutubeParser|Failed to process track Nice To Meet Me in album hi, it's nice to meet me.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:11.7|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: hi, it's nice to meet me by Mia Wray.
2025-04-24 19:55:11.7|Debug|SpotifyToYoutubeParser|Adding YouTube data for album: Ruby by JENNIE.
2025-04-24 19:55:13.6|Error|SpotifyToYoutubeParser|Failed to process track Intro : JANE with FKJ in album Ruby.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:15.4|Error|SpotifyToYoutubeParser|Failed to process track 400 in album Ruby.
[v2.11.2.4623] System.Exception: Failed to extract signature deciphering algorithm
at YouTubeMusicAPI.Internal.Player.ExtractSigDecipherAlgorithm(String playerJs)
at YouTubeMusicAPI.Internal.Player.CreateAsync(RequestHelper requestHelper, String poToken, CancellationToken cancellationToken)
at YouTubeMusicAPI.Client.YouTubeMusicClient.GetStreamingDataAsync(String id, CancellationToken cancellationToken)
at Tubifarry.Indexers.Spotify.SpotifyToYoutubeParser.AddYoutubeData(AlbumData albumData)
2025-04-24 19:55:20.5|Trace|SpotifyToYoutubeParser|No YouTube Music URL found for album: Ruby by JENNIE.
2025-04-24 19:55:20.5|Trace|LidarrErrorPipeline|Handling Exception
2025-04-24 19:55:20.5|Warn|LidarrErrorPipeline|FluentValidation.ValidationException: 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.
[v2.11.2.4623] FluentValidation.ValidationException: 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.
at Lidarr.Api.V1.ProviderControllerBase`4.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 289
at Lidarr.Api.V1.ProviderControllerBase`4.Test(TProviderDefinition definition, Boolean includeWarnings) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 275
at Lidarr.Api.V1.ProviderControllerBase`4.CreateProvider(TProviderResource providerResource, Boolean forceSave) in ./Lidarr.Api.V1/ProviderControllerBase.cs:line 78
at lambda_method343(Closure , Object , Object[] )
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 Lidarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Lidarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Lidarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Lidarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Lidarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/UrlBaseMiddleware.cs:line 29
at Lidarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.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)
2025-04-24 19:55:20.6|Warn|LidarrErrorPipeline|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.
2025-04-24 19:55:20.6|Trace|Http|Res: 504 [POST] /api/v1/indexer?forceSave=true: 400.BadRequest (63077 ms)
2025-04-24 19:55:20.6|Debug|Api|[POST] /api/v1/indexer?forceSave=true: 400.BadRequest (63077 ms)
2025-04-24 19:55:25.2|Trace|Http|Req: 509 [GET] /api/v1/config/host (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:25.2|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2025-04-24 19:55:25.2|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2025-04-24 19:55:25.2|Trace|Http|Res: 509 [GET] /api/v1/config/host: 200.OK (4 ms)
2025-04-24 19:55:25.2|Debug|Api|[GET] /api/v1/config/host: 200.OK (4 ms)
2025-04-24 19:55:30.6|Trace|Scheduler|Pending Tasks: 0
2025-04-24 19:55:32.2|Trace|Http|Req: 510 [PUT] /api/v1/config/host (from 192.168.1.7 Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0)
2025-04-24 19:55:32.2|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-04-24 19:55:32.2|Trace|EventAggregator|Publishing ConfigFileSavedEvent
2025-04-24 19:55:32.2|Trace|EventAggregator|ConfigFileSavedEvent ~> ReconfigureLogging