Scanning Fails On All Artists #578

Closed
opened 2026-02-20 01:05:40 -05:00 by deekerman · 9 comments
Owner

Originally created by @lostandlost on GitHub (Aug 4, 2019).

Originally assigned to: @ta264 on GitHub.

Describe the bug
I am getting errors any time I try to refresh an artist.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any artist
  2. click refresh & scan

Expected behavior
artist should update

Logs
Error occurred while executing task RefreshArtist: Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.

   at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78

   at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206

   at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242

   at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69

   at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211

   at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322

   at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 318

   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 95

   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )

   at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)

   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )

   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 41

Another log:

Couldn't refresh info for [36f35db0-bc09-43e7-8650-a123224943c7][808 State]: Object reference not set to an instance of an object.

ystem.NullReferenceException: Object reference not set to an instance of an object.

   at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78

   at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206

   at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242

   at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69

   at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211

   at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322

   at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277

   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181

   at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 310

System info (please complete the following information):

  • Lidarr Version: 0.6.2.961
  • Operating System Windows 10

Additional context

I noticed this a while back, but I cannot pinpoint what update did it as these issues usually go away after a couple update. This one has not.

Originally created by @lostandlost on GitHub (Aug 4, 2019). Originally assigned to: @ta264 on GitHub. **Describe the bug** I am getting errors any time I try to refresh an artist. **To Reproduce** Steps to reproduce the behavior: 1. Go to any artist 2. click refresh & scan **Expected behavior** artist should update **Logs** `Error occurred while executing task RefreshArtist: Object reference not set to an instance of an object.` ``` System.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206 at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242 at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69 at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211 at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322 at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 318 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 95 at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel ) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel ) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 41 ``` Another log: `Couldn't refresh info for [36f35db0-bc09-43e7-8650-a123224943c7][808 State]: Object reference not set to an instance of an object.` ``` ystem.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206 at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242 at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69 at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211 at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322 at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 310 ``` **System info (please complete the following information):** - Lidarr Version: 0.6.2.961 - Operating System Windows 10 **Additional context** I noticed this a while back, but I cannot pinpoint what update did it as these issues usually go away after a couple update. This one has not.
Author
Owner

@ta264 commented on GitHub (Aug 4, 2019):

Please can you turn logging up to trace, re run the refresh and post the full trace log file?

@ta264 commented on GitHub (Aug 4, 2019): Please can you turn logging up to trace, re run the refresh and post the full trace log file?
Author
Owner

@lostandlost commented on GitHub (Aug 4, 2019):

19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'scrubaudiotags' defaultValue:'False'
19-8-4 09:22:58.7|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging
19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
19-8-4 09:22:58.7|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
19-8-4 09:22:58.8|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthModule
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY'
19-8-4 09:22:58.8|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthModule
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
19-8-4 09:22:58.8|Trace|Http|Req: 54 [GET] /api/v1/health
19-8-4 09:22:58.8|Trace|Http|Req: 55 [GET] /api/v1/health
19-8-4 09:22:58.8|Trace|Http|Req: 56 [GET] /api/v1/health
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a'
19-8-4 09:22:58.8|Trace|Http|Res: 54 [GET] /api/v1/health: 200.OK (9 ms)
19-8-4 09:22:58.8|Trace|Http|Res: 55 [GET] /api/v1/health: 200.OK (14 ms)
19-8-4 09:22:58.8|Trace|Http|Res: 56 [GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (9 ms)
19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (14 ms)
19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
19-8-4 09:22:58.8|Trace|Http|Req: 57 [GET] /api/v1/health
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False'
19-8-4 09:22:58.8|Trace|Http|Res: 57 [GET] /api/v1/health: 200.OK (11 ms)
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False'
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False'
19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (11 ms)
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
19-8-4 09:22:58.9|Trace|EventAggregator|Publishing ConfigSavedEvent
19-8-4 09:22:58.9|Trace|EventAggregator|ConfigSavedEvent ~> TaskManager
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'15'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
19-8-4 09:22:58.9|Trace|EventAggregator|ConfigSavedEvent <~ TaskManager
19-8-4 09:22:58.9|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
19-8-4 09:22:58.9|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthModule
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
19-8-4 09:22:58.9|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthModule
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
19-8-4 09:22:58.9|Trace|Http|Req: 58 [GET] /api/v1/health
19-8-4 09:22:58.9|Trace|Http|Req: 59 [GET] /api/v1/health
19-8-4 09:22:58.9|Trace|Http|Req: 60 [GET] /api/v1/health
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
19-8-4 09:22:58.9|Trace|Http|Res: 58 [GET] /api/v1/health: 200.OK (10 ms)
19-8-4 09:22:58.9|Trace|Http|Res: 59 [GET] /api/v1/health: 200.OK (13 ms)
19-8-4 09:22:58.9|Trace|Http|Res: 60 [GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
19-8-4 09:22:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (10 ms)
19-8-4 09:22:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (13 ms)
19-8-4 09:22:59.0|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
19-8-4 09:22:59.0|Trace|Http|Req: 61 [GET] /api/v1/health
19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
19-8-4 09:22:59.0|Trace|Http|Res: 61 [GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
19-8-4 09:22:59.0|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
19-8-4 09:22:59.0|Trace|Http|Res: 53 [PUT] /api/v1/config/host: 202.Accepted (285 ms)
19-8-4 09:22:59.0|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (285 ms)
19-8-4 09:23:08.3|Trace|Http|Req: 62 [GET] /wanted/missing
19-8-4 09:23:08.3|Trace|Http|Res: 62 [GET] /wanted/missing: 200.OK (4 ms)
19-8-4 09:23:08.4|Trace|Http|Req: 63 [GET] /initialize.js
19-8-4 09:23:08.4|Trace|Http|Res: 63 [GET] /initialize.js: 200.OK (17 ms)
19-8-4 09:23:08.8|Trace|Http|Req: 64 [GET] /api/v1/artist
19-8-4 09:23:08.8|Trace|Http|Req: 65 [GET] /api/v1/customFilter
19-8-4 09:23:08.9|Trace|Http|Req: 68 [GET] /api/v1/metadataprofile
19-8-4 09:23:08.9|Trace|Http|Res: 65 [GET] /api/v1/customFilter: 200.OK (52 ms)
19-8-4 09:23:08.9|Trace|Http|Req: 66 [GET] /api/v1/tag
19-8-4 09:23:08.9|Trace|Http|Res: 66 [GET] /api/v1/tag: 200.OK (49 ms)
19-8-4 09:23:08.9|Trace|Http|Res: 68 [GET] /api/v1/metadataprofile: 200.OK (22 ms)
19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/tag: 200.OK (49 ms)
19-8-4 09:23:08.9|Trace|Http|Req: 69 [GET] /api/v1/importlist
19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/metadataprofile: 200.OK (22 ms)
19-8-4 09:23:08.9|Trace|Http|Req: 70 [GET] /api/v1/config/ui
19-8-4 09:23:08.9|Trace|Http|Req: 67 [GET] /api/v1/qualityprofile
19-8-4 09:23:08.9|Trace|Http|Res: 69 [GET] /api/v1/importlist: 200.OK (7 ms)
19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/customFilter: 200.OK (52 ms)
19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/importlist: 200.OK (7 ms)
19-8-4 09:23:09.0|Trace|Http|Req: 71 [GET] /api/v1/system/status
19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
19-8-4 09:23:09.0|Trace|Http|Res: 67 [GET] /api/v1/qualityprofile: 200.OK (102 ms)
19-8-4 09:23:09.0|Trace|Http|Res: 71 [GET] /api/v1/system/status: 200.OK (8 ms)
19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/qualityprofile: 200.OK (102 ms)
19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY'
19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/system/status: 200.OK (8 ms)
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False'
19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False'
19-8-4 09:23:09.1|Trace|Http|Res: 70 [GET] /api/v1/config/ui: 200.OK (147 ms)
19-8-4 09:23:09.1|Debug|Api|[GET] /api/v1/config/ui: 200.OK (147 ms)
19-8-4 09:23:11.3|Trace|Http|Res: 64 [GET] /api/v1/artist: 200.OK (2438 ms)
19-8-4 09:23:11.3|Debug|Api|[GET] /api/v1/artist: 200.OK (2438 ms)
19-8-4 09:23:12.2|Trace|Http|Req: 72 [GET] /api/v1/queue/status
19-8-4 09:23:12.2|Trace|Http|Req: 74 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true
19-8-4 09:23:12.2|Trace|Http|Req: 73 [GET] /api/v1/health
19-8-4 09:23:12.2|Trace|Http|Res: 72 [GET] /api/v1/queue/status: 200.OK (7 ms)
19-8-4 09:23:12.2|Trace|Http|Res: 73 [GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:23:12.2|Debug|Api|[GET] /api/v1/queue/status: 200.OK (7 ms)
19-8-4 09:23:12.2|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms)
19-8-4 09:23:14.7|Trace|Http|Res: 74 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2554 ms)
19-8-4 09:23:14.7|Debug|Api|[GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2554 ms)
19-8-4 09:23:14.9|Trace|Http|Req: 75 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689
19-8-4 09:23:14.9|Trace|Http|Res: 75 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (5 ms)
19-8-4 09:23:14.9|Debug|Api|[GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (5 ms)
19-8-4 09:23:21.9|Trace|Http|Req: 76 [GET] /api/v1/diskspace
19-8-4 09:23:21.9|Trace|Http|Req: 77 [GET] /api/v1/health
19-8-4 09:23:21.9|Trace|Http|Res: 77 [GET] /api/v1/health: 200.OK (10 ms)
19-8-4 09:23:21.9|Trace|Http|Req: 78 [GET] /api/v1/system/status
19-8-4 09:23:21.9|Debug|Api|[GET] /api/v1/health: 200.OK (10 ms)
19-8-4 09:23:21.9|Trace|Http|Res: 78 [GET] /api/v1/system/status: 200.OK (32 ms)
19-8-4 09:23:21.9|Debug|Api|[GET] /api/v1/system/status: 200.OK (32 ms)
19-8-4 09:23:22.1|Trace|Http|Res: 76 [GET] /api/v1/diskspace: 200.OK (211 ms)
19-8-4 09:23:22.1|Debug|Api|[GET] /api/v1/diskspace: 200.OK (211 ms)
19-8-4 09:23:24.3|Trace|Http|Req: 79 [GET] /wanted/missing
19-8-4 09:23:24.3|Trace|Http|Res: 79 [GET] /wanted/missing: 200.OK (5 ms)
19-8-4 09:23:24.4|Trace|Http|Req: 80 [GET] /initialize.js
19-8-4 09:23:24.4|Trace|Http|Res: 80 [GET] /initialize.js: 200.OK (6 ms)
19-8-4 09:23:24.6|Trace|Http|Req: 81 [GET] /api/v1/artist
19-8-4 09:23:24.6|Trace|Http|Req: 82 [GET] /api/v1/customFilter
19-8-4 09:23:24.6|Trace|Http|Res: 82 [GET] /api/v1/customFilter: 200.OK (26 ms)
19-8-4 09:23:24.6|Trace|Http|Req: 84 [GET] /api/v1/qualityprofile
19-8-4 09:23:24.6|Trace|Http|Res: 84 [GET] /api/v1/qualityprofile: 200.OK (22 ms)
19-8-4 09:23:24.6|Trace|Http|Req: 83 [GET] /api/v1/tag
19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/qualityprofile: 200.OK (22 ms)
19-8-4 09:23:24.6|Trace|Http|Req: 85 [GET] /api/v1/metadataprofile
19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/customFilter: 200.OK (26 ms)
19-8-4 09:23:24.6|Trace|Http|Res: 83 [GET] /api/v1/tag: 200.OK (36 ms)
19-8-4 09:23:24.6|Trace|Http|Res: 85 [GET] /api/v1/metadataprofile: 200.OK (6 ms)
19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/tag: 200.OK (36 ms)
19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/metadataprofile: 200.OK (6 ms)
19-8-4 09:23:24.6|Trace|Http|Req: 86 [GET] /api/v1/importlist
19-8-4 09:23:24.7|Trace|Http|Res: 86 [GET] /api/v1/importlist: 200.OK (55 ms)
19-8-4 09:23:24.7|Trace|Http|Req: 87 [GET] /api/v1/config/ui
19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/importlist: 200.OK (55 ms)
19-8-4 09:23:24.7|Trace|Http|Req: 88 [GET] /api/v1/system/status
19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
19-8-4 09:23:24.7|Trace|Http|Res: 88 [GET] /api/v1/system/status: 200.OK (60 ms)
19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY'
19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (60 ms)
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False'
19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False'
19-8-4 09:23:24.8|Trace|Http|Res: 87 [GET] /api/v1/config/ui: 200.OK (126 ms)
19-8-4 09:23:24.8|Debug|Api|[GET] /api/v1/config/ui: 200.OK (126 ms)
19-8-4 09:23:26.4|Trace|Scheduler|Pending Tasks: 0
19-8-4 09:23:26.6|Trace|Http|Req: 89 [GET] /api/v1/log/file
19-8-4 09:23:26.6|Trace|Http|Res: 89 [GET] /api/v1/log/file: 200.OK (7 ms)
19-8-4 09:23:26.6|Debug|Api|[GET] /api/v1/log/file: 200.OK (7 ms)
19-8-4 09:23:27.0|Trace|Http|Res: 81 [GET] /api/v1/artist: 200.OK (2483 ms)
19-8-4 09:23:27.0|Debug|Api|[GET] /api/v1/artist: 200.OK (2483 ms)
19-8-4 09:23:29.1|Trace|Http|Req: 90 [GET] /api/v1/queue/status
19-8-4 09:23:29.1|Trace|Http|Req: 92 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true
19-8-4 09:23:29.1|Trace|Http|Req: 91 [GET] /api/v1/health
19-8-4 09:23:29.1|Trace|Http|Res: 91 [GET] /api/v1/health: 200.OK (12 ms)
19-8-4 09:23:29.1|Trace|Http|Res: 90 [GET] /api/v1/queue/status: 200.OK (10 ms)
19-8-4 09:23:29.1|Debug|Api|[GET] /api/v1/health: 200.OK (12 ms)
19-8-4 09:23:29.1|Debug|Api|[GET] /api/v1/queue/status: 200.OK (10 ms)
19-8-4 09:23:31.6|Trace|Http|Res: 92 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2541 ms)
19-8-4 09:23:31.6|Debug|Api|[GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2541 ms)
19-8-4 09:23:31.8|Trace|Http|Req: 93 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689
19-8-4 09:23:31.8|Trace|Http|Res: 93 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (8 ms)
19-8-4 09:23:31.8|Debug|Api|[GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (8 ms)
19-8-4 09:23:34.2|Trace|Http|Req: 94 [GET] /api/v1/album?artistId=154
19-8-4 09:23:34.2|Trace|Http|Req: 95 [GET] /api/v1/trackFile?artistId=154
19-8-4 09:23:34.2|Trace|Http|Res: 94 [GET] /api/v1/album?artistId=154: 200.OK (24 ms)
19-8-4 09:23:34.2|Debug|Api|[GET] /api/v1/album?artistId=154: 200.OK (24 ms)
19-8-4 09:23:34.2|Trace|Http|Req: 96 [GET] /api/v1/queue/details?artistId=154
19-8-4 09:23:34.3|Trace|Http|Res: 96 [GET] /api/v1/queue/details?artistId=154: 200.OK (50 ms)
19-8-4 09:23:34.3|Debug|Api|[GET] /api/v1/queue/details?artistId=154: 200.OK (50 ms)
19-8-4 09:23:34.7|Trace|Http|Res: 95 [GET] /api/v1/trackFile?artistId=154: 200.OK (504 ms)
19-8-4 09:23:34.7|Debug|Api|[GET] /api/v1/trackFile?artistId=154: 200.OK (504 ms)
19-8-4 09:23:35.7|Trace|Http|Req: 97 [POST] /api/v1/command
19-8-4 09:23:35.8|Trace|CommandQueueManager|Publishing RefreshArtist
19-8-4 09:23:35.8|Trace|CommandQueueManager|Checking if command is queued or started: RefreshArtist
19-8-4 09:23:35.8|Trace|CommandQueueManager|Inserting new command: RefreshArtist
19-8-4 09:23:35.8|Trace|Http|Res: 97 [POST] /api/v1/command: 201.Created (31 ms)
19-8-4 09:23:35.8|Trace|CommandExecutor|RefreshArtistCommand -> RefreshArtistService
19-8-4 09:23:35.8|Trace|CommandQueueManager|Marking command as started: RefreshArtist
19-8-4 09:23:35.8|Debug|Api|[POST] /api/v1/command: 201.Created (31 ms)
19-8-4 09:23:35.8|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:35.8|Info|RefreshArtistService|Updating Info for Chance the Rapper
19-8-4 09:23:35.8|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:35.8|Debug|SkyHookProxy|Getting Artist with LidarrAPI.MetadataID of 373a4c98-a46b-48e4-86ec-f6ca65b4f438
19-8-4 09:23:35.9|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
19-8-4 09:23:35.9|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/artist/373a4c98-a46b-48e4-86ec-f6ca65b4f438
19-8-4 09:23:35.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:23:36.1|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/artist/373a4c98-a46b-48e4-86ec-f6ca65b4f438: 200.OK (259 ms)
19-8-4 09:23:36.2|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
19-8-4 09:23:36.2|Trace|RefreshArtistService|Updating Artist [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper]
19-8-4 09:23:36.2|Trace|RefreshArtistService|updated: False forceUpdateFileTags: False
19-8-4 09:23:36.2|Debug|RefreshArtistService|[373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] 0 albums up to date. Adding 0, Updating 7, Merging 0, Deleting 0.
19-8-4 09:23:36.2|Info|RefreshAlbumService|Updating Info for The Big Day
19-8-4 09:23:36.2|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:36.2|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:36.2|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:36.2|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 20802b79-0b52-4053-9f7b-fad69d4a34f7
19-8-4 09:23:36.2|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
19-8-4 09:23:36.2|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/20802b79-0b52-4053-9f7b-fad69d4a34f7
19-8-4 09:23:36.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:23:36.3|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/album/20802b79-0b52-4053-9f7b-fad69d4a34f7: 200.OK (39 ms)
19-8-4 09:23:36.3|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
19-8-4 09:23:36.3|Trace|RefreshAlbumService|Ensuring parent artist exists [373a4c98-a46b-48e4-86ec-f6ca65b4f438]
19-8-4 09:23:36.3|Trace|RefreshAlbumService|Updating Album [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day]
19-8-4 09:23:36.3|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
19-8-4 09:23:36.3|Debug|RefreshAlbumService|[20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
19-8-4 09:23:37.9|Trace|RefreshAlbumService|release: [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] monitored: True
19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day]
19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
19-8-4 09:23:37.9|Debug|RefreshAlbumReleaseService|[f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] 22 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
19-8-4 09:23:37.9|Debug|AudioTagService|Syncing audio tags for 0 files
19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day]
19-8-4 09:23:37.9|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day]
19-8-4 09:23:37.9|Trace|RefreshAlbumService|Saving Album [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day]
19-8-4 09:23:38.0|Debug|RefreshAlbumService|Finished Album refresh for [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day]
19-8-4 09:23:38.0|Info|RefreshAlbumService|Updating Info for Acid Rap
19-8-4 09:23:38.0|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:38.0|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:38.0|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:38.0|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 02a9a0f7-8945-436f-8eca-144f94de1518
19-8-4 09:23:38.0|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
19-8-4 09:23:38.0|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/02a9a0f7-8945-436f-8eca-144f94de1518
19-8-4 09:23:38.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:23:38.0|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/album/02a9a0f7-8945-436f-8eca-144f94de1518: 200.OK (43 ms)
19-8-4 09:23:38.0|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
19-8-4 09:23:38.0|Trace|RefreshAlbumService|Ensuring parent artist exists [373a4c98-a46b-48e4-86ec-f6ca65b4f438]
19-8-4 09:23:38.1|Trace|RefreshAlbumService|Updating Album [02a9a0f7-8945-436f-8eca-144f94de1518][Acid Rap]
19-8-4 09:23:38.1|Trace|HttpClient|Req: [HEAD] http://assets.fanart.tv/fanart/music/373a4c98-a46b-48e4-86ec-f6ca65b4f438/albumcover/acid-rap-55eda382d9d98.jpg
19-8-4 09:23:38.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-8-4 09:23:38.4|Trace|HttpClient|Res: [HEAD] http://assets.fanart.tv/fanart/music/373a4c98-a46b-48e4-86ec-f6ca65b4f438/albumcover/acid-rap-55eda382d9d98.jpg: 200.OK (307 ms)
19-8-4 09:23:38.4|Trace|RefreshAlbumService|updated: True forceUpdateFileTags: True
19-8-4 09:23:38.4|Debug|RefreshAlbumService|[02a9a0f7-8945-436f-8eca-144f94de1518][Acid Rap] 1 albumreleases up to date. Adding 0, Updating 1, Merging 0, Deleting 0.
19-8-4 09:23:39.4|Trace|RefreshAlbumService|release: [bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap] monitored: True
19-8-4 09:23:39.4|Trace|RefreshAlbumService|release: [8caabc0f-8c2a-4060-893f-f71bc93cc073][Acid Rap] monitored: False
19-8-4 09:23:39.4|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap]
19-8-4 09:23:39.4|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: True
19-8-4 09:23:39.4|Debug|RefreshAlbumReleaseService|[bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap] 0 tracks up to date. Adding 0, Updating 13, Merging 0, Deleting 0.
19-8-4 09:23:39.4|Debug|RefreshTrackService|Forcing tag update due to Artist/Album/Release updates
19-8-4 09:23:39.5|Debug|AudioTagService|Syncing audio tags for 13 files
19-8-4 09:23:39.5|Error|RefreshArtistService|Couldn't refresh info for [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper]

[v0.6.2.961] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78
   at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206
   at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242
   at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69
   at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211
   at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322
   at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 310

19-8-4 09:23:39.5|Info|DiskScanService|Scanning Chance the Rapper
19-8-4 09:23:39.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:39.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:39.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:39.5|Debug|DiskScanService|Scanning 'B:\Music\Chance The Rapper' for music files
19-8-4 09:23:39.9|Trace|DiskScanService|100 files were found in B:\Music\Chance The Rapper
19-8-4 09:23:39.9|Debug|DiskScanService|100 audio files were found in B:\Music\Chance The Rapper
19-8-4 09:23:39.9|Trace|DiskScanService|Finished getting track files for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.3268302]
19-8-4 09:23:39.9|Debug|DiskScanService|[373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] Cleaning up media files in DB
19-8-4 09:23:40.3|Debug|TrackService|Getting Tracks for ArtistId 154
19-8-4 09:23:40.3|Debug|MediaFileService|Filtering 100 files for unchanged files
19-8-4 09:23:40.6|Trace|MediaFileService|Got 101 existing files
19-8-4 09:23:40.6|Trace|MediaFileService|100 unchanged existing files
19-8-4 09:23:40.6|Debug|ImportDecisionMaker|Analyzing 0/100 files.
19-8-4 09:23:40.6|Debug|DiskScanService|Import decisions complete for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.2669164]
19-8-4 09:23:40.6|Debug|ImportApprovedTracks|Importing 0 files. replaceExisting: False
19-8-4 09:23:40.6|Debug|ImportApprovedTracks|Inserted new trackfiles in 0ms
19-8-4 09:23:40.6|Debug|ImportApprovedTracks|TrackFileIds updated, total 10ms
19-8-4 09:23:40.9|Debug|DiskScanService|Inserted 0 new unmatched trackfiles
19-8-4 09:23:40.9|Debug|DiskScanService|Updated info for 0 known files
19-8-4 09:23:40.9|Trace|ConfigService|Using default config value for 'deleteemptyfolders' defaultValue:'False'
19-8-4 09:23:40.9|Info|DiskScanService|Completed scanning disk for Chance the Rapper
19-8-4 09:23:40.9|Trace|EventAggregator|Publishing ArtistScannedEvent
19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> ArtistScannedHandler
19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent <- ArtistScannedHandler
19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> UpdateTrackFileService
19-8-4 09:23:40.9|Trace|ConfigService|Using default config value for 'filedate' defaultValue:'None'
19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent <- UpdateTrackFileService
19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> ExistingExtraFileService
19-8-4 09:23:40.9|Debug|ExistingExtraFileService|Looking for existing extra files in B:\Music\Chance The Rapper
19-8-4 09:23:41.0|Debug|DiskScanService|Scanning 'B:\Music\Chance The Rapper' for non-music files
19-8-4 09:23:41.0|Trace|DiskScanService|100 files were found in B:\Music\Chance The Rapper
19-8-4 09:23:41.0|Debug|DiskScanService|0 non-music files were found in B:\Music\Chance The Rapper
19-8-4 09:23:41.0|Debug|ExistingMetadataImporter|Looking for existing metadata in B:\Music\Chance The Rapper
19-8-4 09:23:41.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
19-8-4 09:23:41.0|Debug|ExistingLyricImporter|Looking for existing lyrics files in B:\Music\Chance The Rapper
19-8-4 09:23:41.0|Info|ExistingLyricImporter|Found 0 existing lyric files
19-8-4 09:23:41.0|Debug|ExistingOtherExtraImporter|Looking for existing extra files in B:\Music\Chance The Rapper
19-8-4 09:23:41.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
19-8-4 09:23:41.1|Info|ExistingExtraFileService|Found 0 extra files
19-8-4 09:23:41.1|Trace|EventAggregator|ArtistScannedEvent <- ExistingExtraFileService
19-8-4 09:23:41.1|Debug|DiskScanService|Track import complete for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.4800445]
19-8-4 09:23:41.1|Trace|CommandQueueManager|Updating command status
19-8-4 09:23:41.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
19-8-4 09:23:41.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
19-8-4 09:23:41.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
19-8-4 09:23:41.1|Trace|EventAggregator|Publishing CommandExecutedEvent
19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent -> TaskModule
19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent <- TaskModule
19-8-4 09:23:41.1|Error|CommandExecutor|Error occurred while executing task RefreshArtist

[v0.6.2.961] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78
   at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206
   at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242
   at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69
   at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211
   at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322
   at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277
   at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181
   at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 318
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 95
   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
   at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel )
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 41

19-8-4 09:23:41.2|Trace|Http|Req: 98 [GET] /api/v1/album?artistId=154
19-8-4 09:23:41.2|Trace|Http|Req: 99 [GET] /api/v1/trackFile?artistId=154
19-8-4 09:23:41.2|Trace|Http|Req: 100 [GET] /api/v1/queue/details?artistId=154
19-8-4 09:23:41.2|Trace|Http|Res: 100 [GET] /api/v1/queue/details?artistId=154: 200.OK (12 ms)
19-8-4 09:23:41.2|Trace|Http|Res: 98 [GET] /api/v1/album?artistId=154: 200.OK (20 ms)
19-8-4 09:23:41.3|Debug|Api|[GET] /api/v1/queue/details?artistId=154: 200.OK (12 ms)
19-8-4 09:23:41.3|Debug|Api|[GET] /api/v1/album?artistId=154: 200.OK (20 ms)
19-8-4 09:23:41.7|Trace|Http|Res: 99 [GET] /api/v1/trackFile?artistId=154: 200.OK (451 ms)
19-8-4 09:23:41.7|Debug|Api|[GET] /api/v1/trackFile?artistId=154: 200.OK (451 ms)
19-8-4 09:23:53.5|Trace|Http|Req: 101 [GET] /logfile/Lidarr.trace.txt
19-8-4 09:23:53.6|Trace|Http|Res: 101 [GET] /logfile/Lidarr.trace.txt: 200.OK (5 ms)
@lostandlost commented on GitHub (Aug 4, 2019): ``` 19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'scrubaudiotags' defaultValue:'False' 19-8-4 09:22:58.7|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging 19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0' 19-8-4 09:22:58.7|Trace|EventAggregator|Publishing HealthCheckCompleteEvent 19-8-4 09:22:58.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D' 19-8-4 09:22:58.8|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthModule 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY' 19-8-4 09:22:58.8|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthModule 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY' 19-8-4 09:22:58.8|Trace|Http|Req: 54 [GET] /api/v1/health 19-8-4 09:22:58.8|Trace|Http|Req: 55 [GET] /api/v1/health 19-8-4 09:22:58.8|Trace|Http|Req: 56 [GET] /api/v1/health 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a' 19-8-4 09:22:58.8|Trace|Http|Res: 54 [GET] /api/v1/health: 200.OK (9 ms) 19-8-4 09:22:58.8|Trace|Http|Res: 55 [GET] /api/v1/health: 200.OK (14 ms) 19-8-4 09:22:58.8|Trace|Http|Res: 56 [GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True' 19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (9 ms) 19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (14 ms) 19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False' 19-8-4 09:22:58.8|Trace|Http|Req: 57 [GET] /api/v1/health 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False' 19-8-4 09:22:58.8|Trace|Http|Res: 57 [GET] /api/v1/health: 200.OK (11 ms) 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False' 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False' 19-8-4 09:22:58.8|Debug|Api|[GET] /api/v1/health: 200.OK (11 ms) 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 19-8-4 09:22:58.8|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 19-8-4 09:22:58.9|Trace|EventAggregator|Publishing ConfigSavedEvent 19-8-4 09:22:58.9|Trace|EventAggregator|ConfigSavedEvent ~> TaskManager 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'15' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 19-8-4 09:22:58.9|Trace|EventAggregator|ConfigSavedEvent <~ TaskManager 19-8-4 09:22:58.9|Trace|EventAggregator|Publishing HealthCheckCompleteEvent 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 19-8-4 09:22:58.9|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthModule 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 19-8-4 09:22:58.9|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthModule 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 19-8-4 09:22:58.9|Trace|Http|Req: 58 [GET] /api/v1/health 19-8-4 09:22:58.9|Trace|Http|Req: 59 [GET] /api/v1/health 19-8-4 09:22:58.9|Trace|Http|Req: 60 [GET] /api/v1/health 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 19-8-4 09:22:58.9|Trace|Http|Res: 58 [GET] /api/v1/health: 200.OK (10 ms) 19-8-4 09:22:58.9|Trace|Http|Res: 59 [GET] /api/v1/health: 200.OK (13 ms) 19-8-4 09:22:58.9|Trace|Http|Res: 60 [GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:58.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 19-8-4 09:22:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (10 ms) 19-8-4 09:22:58.9|Debug|Api|[GET] /api/v1/health: 200.OK (13 ms) 19-8-4 09:22:59.0|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 19-8-4 09:22:59.0|Trace|Http|Req: 61 [GET] /api/v1/health 19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 19-8-4 09:22:59.0|Trace|Http|Res: 61 [GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 19-8-4 09:22:59.0|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:22:59.0|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 19-8-4 09:22:59.0|Trace|Http|Res: 53 [PUT] /api/v1/config/host: 202.Accepted (285 ms) 19-8-4 09:22:59.0|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (285 ms) 19-8-4 09:23:08.3|Trace|Http|Req: 62 [GET] /wanted/missing 19-8-4 09:23:08.3|Trace|Http|Res: 62 [GET] /wanted/missing: 200.OK (4 ms) 19-8-4 09:23:08.4|Trace|Http|Req: 63 [GET] /initialize.js 19-8-4 09:23:08.4|Trace|Http|Res: 63 [GET] /initialize.js: 200.OK (17 ms) 19-8-4 09:23:08.8|Trace|Http|Req: 64 [GET] /api/v1/artist 19-8-4 09:23:08.8|Trace|Http|Req: 65 [GET] /api/v1/customFilter 19-8-4 09:23:08.9|Trace|Http|Req: 68 [GET] /api/v1/metadataprofile 19-8-4 09:23:08.9|Trace|Http|Res: 65 [GET] /api/v1/customFilter: 200.OK (52 ms) 19-8-4 09:23:08.9|Trace|Http|Req: 66 [GET] /api/v1/tag 19-8-4 09:23:08.9|Trace|Http|Res: 66 [GET] /api/v1/tag: 200.OK (49 ms) 19-8-4 09:23:08.9|Trace|Http|Res: 68 [GET] /api/v1/metadataprofile: 200.OK (22 ms) 19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/tag: 200.OK (49 ms) 19-8-4 09:23:08.9|Trace|Http|Req: 69 [GET] /api/v1/importlist 19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/metadataprofile: 200.OK (22 ms) 19-8-4 09:23:08.9|Trace|Http|Req: 70 [GET] /api/v1/config/ui 19-8-4 09:23:08.9|Trace|Http|Req: 67 [GET] /api/v1/qualityprofile 19-8-4 09:23:08.9|Trace|Http|Res: 69 [GET] /api/v1/importlist: 200.OK (7 ms) 19-8-4 09:23:08.9|Debug|Api|[GET] /api/v1/customFilter: 200.OK (52 ms) 19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/importlist: 200.OK (7 ms) 19-8-4 09:23:09.0|Trace|Http|Req: 71 [GET] /api/v1/system/status 19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0' 19-8-4 09:23:09.0|Trace|Http|Res: 67 [GET] /api/v1/qualityprofile: 200.OK (102 ms) 19-8-4 09:23:09.0|Trace|Http|Res: 71 [GET] /api/v1/system/status: 200.OK (8 ms) 19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D' 19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/qualityprofile: 200.OK (102 ms) 19-8-4 09:23:09.0|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY' 19-8-4 09:23:09.0|Debug|Api|[GET] /api/v1/system/status: 200.OK (8 ms) 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False' 19-8-4 09:23:09.1|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False' 19-8-4 09:23:09.1|Trace|Http|Res: 70 [GET] /api/v1/config/ui: 200.OK (147 ms) 19-8-4 09:23:09.1|Debug|Api|[GET] /api/v1/config/ui: 200.OK (147 ms) 19-8-4 09:23:11.3|Trace|Http|Res: 64 [GET] /api/v1/artist: 200.OK (2438 ms) 19-8-4 09:23:11.3|Debug|Api|[GET] /api/v1/artist: 200.OK (2438 ms) 19-8-4 09:23:12.2|Trace|Http|Req: 72 [GET] /api/v1/queue/status 19-8-4 09:23:12.2|Trace|Http|Req: 74 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true 19-8-4 09:23:12.2|Trace|Http|Req: 73 [GET] /api/v1/health 19-8-4 09:23:12.2|Trace|Http|Res: 72 [GET] /api/v1/queue/status: 200.OK (7 ms) 19-8-4 09:23:12.2|Trace|Http|Res: 73 [GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:23:12.2|Debug|Api|[GET] /api/v1/queue/status: 200.OK (7 ms) 19-8-4 09:23:12.2|Debug|Api|[GET] /api/v1/health: 200.OK (16 ms) 19-8-4 09:23:14.7|Trace|Http|Res: 74 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2554 ms) 19-8-4 09:23:14.7|Debug|Api|[GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2554 ms) 19-8-4 09:23:14.9|Trace|Http|Req: 75 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689 19-8-4 09:23:14.9|Trace|Http|Res: 75 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (5 ms) 19-8-4 09:23:14.9|Debug|Api|[GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (5 ms) 19-8-4 09:23:21.9|Trace|Http|Req: 76 [GET] /api/v1/diskspace 19-8-4 09:23:21.9|Trace|Http|Req: 77 [GET] /api/v1/health 19-8-4 09:23:21.9|Trace|Http|Res: 77 [GET] /api/v1/health: 200.OK (10 ms) 19-8-4 09:23:21.9|Trace|Http|Req: 78 [GET] /api/v1/system/status 19-8-4 09:23:21.9|Debug|Api|[GET] /api/v1/health: 200.OK (10 ms) 19-8-4 09:23:21.9|Trace|Http|Res: 78 [GET] /api/v1/system/status: 200.OK (32 ms) 19-8-4 09:23:21.9|Debug|Api|[GET] /api/v1/system/status: 200.OK (32 ms) 19-8-4 09:23:22.1|Trace|Http|Res: 76 [GET] /api/v1/diskspace: 200.OK (211 ms) 19-8-4 09:23:22.1|Debug|Api|[GET] /api/v1/diskspace: 200.OK (211 ms) 19-8-4 09:23:24.3|Trace|Http|Req: 79 [GET] /wanted/missing 19-8-4 09:23:24.3|Trace|Http|Res: 79 [GET] /wanted/missing: 200.OK (5 ms) 19-8-4 09:23:24.4|Trace|Http|Req: 80 [GET] /initialize.js 19-8-4 09:23:24.4|Trace|Http|Res: 80 [GET] /initialize.js: 200.OK (6 ms) 19-8-4 09:23:24.6|Trace|Http|Req: 81 [GET] /api/v1/artist 19-8-4 09:23:24.6|Trace|Http|Req: 82 [GET] /api/v1/customFilter 19-8-4 09:23:24.6|Trace|Http|Res: 82 [GET] /api/v1/customFilter: 200.OK (26 ms) 19-8-4 09:23:24.6|Trace|Http|Req: 84 [GET] /api/v1/qualityprofile 19-8-4 09:23:24.6|Trace|Http|Res: 84 [GET] /api/v1/qualityprofile: 200.OK (22 ms) 19-8-4 09:23:24.6|Trace|Http|Req: 83 [GET] /api/v1/tag 19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/qualityprofile: 200.OK (22 ms) 19-8-4 09:23:24.6|Trace|Http|Req: 85 [GET] /api/v1/metadataprofile 19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/customFilter: 200.OK (26 ms) 19-8-4 09:23:24.6|Trace|Http|Res: 83 [GET] /api/v1/tag: 200.OK (36 ms) 19-8-4 09:23:24.6|Trace|Http|Res: 85 [GET] /api/v1/metadataprofile: 200.OK (6 ms) 19-8-4 09:23:24.6|Debug|Api|[GET] /api/v1/tag: 200.OK (36 ms) 19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/metadataprofile: 200.OK (6 ms) 19-8-4 09:23:24.6|Trace|Http|Req: 86 [GET] /api/v1/importlist 19-8-4 09:23:24.7|Trace|Http|Res: 86 [GET] /api/v1/importlist: 200.OK (55 ms) 19-8-4 09:23:24.7|Trace|Http|Req: 87 [GET] /api/v1/config/ui 19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/importlist: 200.OK (55 ms) 19-8-4 09:23:24.7|Trace|Http|Req: 88 [GET] /api/v1/system/status 19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0' 19-8-4 09:23:24.7|Trace|Http|Res: 88 [GET] /api/v1/system/status: 200.OK (60 ms) 19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D' 19-8-4 09:23:24.7|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY' 19-8-4 09:23:24.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (60 ms) 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandsinglebydefault' defaultValue:'False' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandbroadcastbydefault' defaultValue:'False' 19-8-4 09:23:24.8|Trace|ConfigService|Using default config value for 'expandotherbydefault' defaultValue:'False' 19-8-4 09:23:24.8|Trace|Http|Res: 87 [GET] /api/v1/config/ui: 200.OK (126 ms) 19-8-4 09:23:24.8|Debug|Api|[GET] /api/v1/config/ui: 200.OK (126 ms) 19-8-4 09:23:26.4|Trace|Scheduler|Pending Tasks: 0 19-8-4 09:23:26.6|Trace|Http|Req: 89 [GET] /api/v1/log/file 19-8-4 09:23:26.6|Trace|Http|Res: 89 [GET] /api/v1/log/file: 200.OK (7 ms) 19-8-4 09:23:26.6|Debug|Api|[GET] /api/v1/log/file: 200.OK (7 ms) 19-8-4 09:23:27.0|Trace|Http|Res: 81 [GET] /api/v1/artist: 200.OK (2483 ms) 19-8-4 09:23:27.0|Debug|Api|[GET] /api/v1/artist: 200.OK (2483 ms) 19-8-4 09:23:29.1|Trace|Http|Req: 90 [GET] /api/v1/queue/status 19-8-4 09:23:29.1|Trace|Http|Req: 92 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true 19-8-4 09:23:29.1|Trace|Http|Req: 91 [GET] /api/v1/health 19-8-4 09:23:29.1|Trace|Http|Res: 91 [GET] /api/v1/health: 200.OK (12 ms) 19-8-4 09:23:29.1|Trace|Http|Res: 90 [GET] /api/v1/queue/status: 200.OK (10 ms) 19-8-4 09:23:29.1|Debug|Api|[GET] /api/v1/health: 200.OK (12 ms) 19-8-4 09:23:29.1|Debug|Api|[GET] /api/v1/queue/status: 200.OK (10 ms) 19-8-4 09:23:31.6|Trace|Http|Res: 92 [GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2541 ms) 19-8-4 09:23:31.6|Debug|Api|[GET] /api/v1/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=releaseDate&monitored=true: 200.OK (2541 ms) 19-8-4 09:23:31.8|Trace|Http|Req: 93 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689 19-8-4 09:23:31.8|Trace|Http|Res: 93 [GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (8 ms) 19-8-4 09:23:31.8|Debug|Api|[GET] /api/v1/queue/details?albumIds=16550&albumIds=17083&albumIds=16561&albumIds=16548&albumIds=16531&albumIds=16421&albumIds=15917&albumIds=15493&albumIds=15897&albumIds=16506&albumIds=15498&albumIds=16544&albumIds=15761&albumIds=15436&albumIds=17206&albumIds=14241&albumIds=14245&albumIds=14235&albumIds=16859&albumIds=16689: 200.OK (8 ms) 19-8-4 09:23:34.2|Trace|Http|Req: 94 [GET] /api/v1/album?artistId=154 19-8-4 09:23:34.2|Trace|Http|Req: 95 [GET] /api/v1/trackFile?artistId=154 19-8-4 09:23:34.2|Trace|Http|Res: 94 [GET] /api/v1/album?artistId=154: 200.OK (24 ms) 19-8-4 09:23:34.2|Debug|Api|[GET] /api/v1/album?artistId=154: 200.OK (24 ms) 19-8-4 09:23:34.2|Trace|Http|Req: 96 [GET] /api/v1/queue/details?artistId=154 19-8-4 09:23:34.3|Trace|Http|Res: 96 [GET] /api/v1/queue/details?artistId=154: 200.OK (50 ms) 19-8-4 09:23:34.3|Debug|Api|[GET] /api/v1/queue/details?artistId=154: 200.OK (50 ms) 19-8-4 09:23:34.7|Trace|Http|Res: 95 [GET] /api/v1/trackFile?artistId=154: 200.OK (504 ms) 19-8-4 09:23:34.7|Debug|Api|[GET] /api/v1/trackFile?artistId=154: 200.OK (504 ms) 19-8-4 09:23:35.7|Trace|Http|Req: 97 [POST] /api/v1/command 19-8-4 09:23:35.8|Trace|CommandQueueManager|Publishing RefreshArtist 19-8-4 09:23:35.8|Trace|CommandQueueManager|Checking if command is queued or started: RefreshArtist 19-8-4 09:23:35.8|Trace|CommandQueueManager|Inserting new command: RefreshArtist 19-8-4 09:23:35.8|Trace|Http|Res: 97 [POST] /api/v1/command: 201.Created (31 ms) 19-8-4 09:23:35.8|Trace|CommandExecutor|RefreshArtistCommand -> RefreshArtistService 19-8-4 09:23:35.8|Trace|CommandQueueManager|Marking command as started: RefreshArtist 19-8-4 09:23:35.8|Debug|Api|[POST] /api/v1/command: 201.Created (31 ms) 19-8-4 09:23:35.8|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:35.8|Info|RefreshArtistService|Updating Info for Chance the Rapper 19-8-4 09:23:35.8|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:35.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:35.8|Debug|SkyHookProxy|Getting Artist with LidarrAPI.MetadataID of 373a4c98-a46b-48e4-86ec-f6ca65b4f438 19-8-4 09:23:35.9|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:'' 19-8-4 09:23:35.9|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/artist/373a4c98-a46b-48e4-86ec-f6ca65b4f438 19-8-4 09:23:35.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:23:36.1|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/artist/373a4c98-a46b-48e4-86ec-f6ca65b4f438: 200.OK (259 ms) 19-8-4 09:23:36.2|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries. 19-8-4 09:23:36.2|Trace|RefreshArtistService|Updating Artist [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] 19-8-4 09:23:36.2|Trace|RefreshArtistService|updated: False forceUpdateFileTags: False 19-8-4 09:23:36.2|Debug|RefreshArtistService|[373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] 0 albums up to date. Adding 0, Updating 7, Merging 0, Deleting 0. 19-8-4 09:23:36.2|Info|RefreshAlbumService|Updating Info for The Big Day 19-8-4 09:23:36.2|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:36.2|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:36.2|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:36.2|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 20802b79-0b52-4053-9f7b-fad69d4a34f7 19-8-4 09:23:36.2|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:'' 19-8-4 09:23:36.2|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/20802b79-0b52-4053-9f7b-fad69d4a34f7 19-8-4 09:23:36.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:23:36.3|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/album/20802b79-0b52-4053-9f7b-fad69d4a34f7: 200.OK (39 ms) 19-8-4 09:23:36.3|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries. 19-8-4 09:23:36.3|Trace|RefreshAlbumService|Ensuring parent artist exists [373a4c98-a46b-48e4-86ec-f6ca65b4f438] 19-8-4 09:23:36.3|Trace|RefreshAlbumService|Updating Album [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day] 19-8-4 09:23:36.3|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False 19-8-4 09:23:36.3|Debug|RefreshAlbumService|[20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0. 19-8-4 09:23:37.9|Trace|RefreshAlbumService|release: [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] monitored: True 19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] 19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False 19-8-4 09:23:37.9|Debug|RefreshAlbumReleaseService|[f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] 22 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0. 19-8-4 09:23:37.9|Debug|AudioTagService|Syncing audio tags for 0 files 19-8-4 09:23:37.9|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] 19-8-4 09:23:37.9|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [f51e71ed-7526-4516-87ba-bf6ce7e815c3][The Big Day] 19-8-4 09:23:37.9|Trace|RefreshAlbumService|Saving Album [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day] 19-8-4 09:23:38.0|Debug|RefreshAlbumService|Finished Album refresh for [20802b79-0b52-4053-9f7b-fad69d4a34f7][The Big Day] 19-8-4 09:23:38.0|Info|RefreshAlbumService|Updating Info for Acid Rap 19-8-4 09:23:38.0|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:38.0|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:38.0|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:38.0|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 02a9a0f7-8945-436f-8eca-144f94de1518 19-8-4 09:23:38.0|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:'' 19-8-4 09:23:38.0|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/02a9a0f7-8945-436f-8eca-144f94de1518 19-8-4 09:23:38.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:23:38.0|Trace|HttpClient|Res: [GET] https://api.lidarr.audio/api/v0.4/album/02a9a0f7-8945-436f-8eca-144f94de1518: 200.OK (43 ms) 19-8-4 09:23:38.0|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries. 19-8-4 09:23:38.0|Trace|RefreshAlbumService|Ensuring parent artist exists [373a4c98-a46b-48e4-86ec-f6ca65b4f438] 19-8-4 09:23:38.1|Trace|RefreshAlbumService|Updating Album [02a9a0f7-8945-436f-8eca-144f94de1518][Acid Rap] 19-8-4 09:23:38.1|Trace|HttpClient|Req: [HEAD] http://assets.fanart.tv/fanart/music/373a4c98-a46b-48e4-86ec-f6ca65b4f438/albumcover/acid-rap-55eda382d9d98.jpg 19-8-4 09:23:38.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 19-8-4 09:23:38.4|Trace|HttpClient|Res: [HEAD] http://assets.fanart.tv/fanart/music/373a4c98-a46b-48e4-86ec-f6ca65b4f438/albumcover/acid-rap-55eda382d9d98.jpg: 200.OK (307 ms) 19-8-4 09:23:38.4|Trace|RefreshAlbumService|updated: True forceUpdateFileTags: True 19-8-4 09:23:38.4|Debug|RefreshAlbumService|[02a9a0f7-8945-436f-8eca-144f94de1518][Acid Rap] 1 albumreleases up to date. Adding 0, Updating 1, Merging 0, Deleting 0. 19-8-4 09:23:39.4|Trace|RefreshAlbumService|release: [bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap] monitored: True 19-8-4 09:23:39.4|Trace|RefreshAlbumService|release: [8caabc0f-8c2a-4060-893f-f71bc93cc073][Acid Rap] monitored: False 19-8-4 09:23:39.4|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap] 19-8-4 09:23:39.4|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: True 19-8-4 09:23:39.4|Debug|RefreshAlbumReleaseService|[bca22804-d181-4ebd-8b94-5bb4b621eab8][Acid Rap] 0 tracks up to date. Adding 0, Updating 13, Merging 0, Deleting 0. 19-8-4 09:23:39.4|Debug|RefreshTrackService|Forcing tag update due to Artist/Album/Release updates 19-8-4 09:23:39.5|Debug|AudioTagService|Syncing audio tags for 13 files 19-8-4 09:23:39.5|Error|RefreshArtistService|Couldn't refresh info for [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [v0.6.2.961] System.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206 at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242 at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69 at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211 at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322 at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 310 19-8-4 09:23:39.5|Info|DiskScanService|Scanning Chance the Rapper 19-8-4 09:23:39.5|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:39.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:39.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:39.5|Debug|DiskScanService|Scanning 'B:\Music\Chance The Rapper' for music files 19-8-4 09:23:39.9|Trace|DiskScanService|100 files were found in B:\Music\Chance The Rapper 19-8-4 09:23:39.9|Debug|DiskScanService|100 audio files were found in B:\Music\Chance The Rapper 19-8-4 09:23:39.9|Trace|DiskScanService|Finished getting track files for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.3268302] 19-8-4 09:23:39.9|Debug|DiskScanService|[373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] Cleaning up media files in DB 19-8-4 09:23:40.3|Debug|TrackService|Getting Tracks for ArtistId 154 19-8-4 09:23:40.3|Debug|MediaFileService|Filtering 100 files for unchanged files 19-8-4 09:23:40.6|Trace|MediaFileService|Got 101 existing files 19-8-4 09:23:40.6|Trace|MediaFileService|100 unchanged existing files 19-8-4 09:23:40.6|Debug|ImportDecisionMaker|Analyzing 0/100 files. 19-8-4 09:23:40.6|Debug|DiskScanService|Import decisions complete for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.2669164] 19-8-4 09:23:40.6|Debug|ImportApprovedTracks|Importing 0 files. replaceExisting: False 19-8-4 09:23:40.6|Debug|ImportApprovedTracks|Inserted new trackfiles in 0ms 19-8-4 09:23:40.6|Debug|ImportApprovedTracks|TrackFileIds updated, total 10ms 19-8-4 09:23:40.9|Debug|DiskScanService|Inserted 0 new unmatched trackfiles 19-8-4 09:23:40.9|Debug|DiskScanService|Updated info for 0 known files 19-8-4 09:23:40.9|Trace|ConfigService|Using default config value for 'deleteemptyfolders' defaultValue:'False' 19-8-4 09:23:40.9|Info|DiskScanService|Completed scanning disk for Chance the Rapper 19-8-4 09:23:40.9|Trace|EventAggregator|Publishing ArtistScannedEvent 19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> ArtistScannedHandler 19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent <- ArtistScannedHandler 19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> UpdateTrackFileService 19-8-4 09:23:40.9|Trace|ConfigService|Using default config value for 'filedate' defaultValue:'None' 19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent <- UpdateTrackFileService 19-8-4 09:23:40.9|Trace|EventAggregator|ArtistScannedEvent -> ExistingExtraFileService 19-8-4 09:23:40.9|Debug|ExistingExtraFileService|Looking for existing extra files in B:\Music\Chance The Rapper 19-8-4 09:23:41.0|Debug|DiskScanService|Scanning 'B:\Music\Chance The Rapper' for non-music files 19-8-4 09:23:41.0|Trace|DiskScanService|100 files were found in B:\Music\Chance The Rapper 19-8-4 09:23:41.0|Debug|DiskScanService|0 non-music files were found in B:\Music\Chance The Rapper 19-8-4 09:23:41.0|Debug|ExistingMetadataImporter|Looking for existing metadata in B:\Music\Chance The Rapper 19-8-4 09:23:41.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 19-8-4 09:23:41.0|Debug|ExistingLyricImporter|Looking for existing lyrics files in B:\Music\Chance The Rapper 19-8-4 09:23:41.0|Info|ExistingLyricImporter|Found 0 existing lyric files 19-8-4 09:23:41.0|Debug|ExistingOtherExtraImporter|Looking for existing extra files in B:\Music\Chance The Rapper 19-8-4 09:23:41.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 19-8-4 09:23:41.1|Info|ExistingExtraFileService|Found 0 extra files 19-8-4 09:23:41.1|Trace|EventAggregator|ArtistScannedEvent <- ExistingExtraFileService 19-8-4 09:23:41.1|Debug|DiskScanService|Track import complete for: [373a4c98-a46b-48e4-86ec-f6ca65b4f438][Chance the Rapper] [00:00:00.4800445] 19-8-4 09:23:41.1|Trace|CommandQueueManager|Updating command status 19-8-4 09:23:41.1|Trace|EventAggregator|Publishing CommandUpdatedEvent 19-8-4 09:23:41.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule 19-8-4 09:23:41.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule 19-8-4 09:23:41.1|Trace|EventAggregator|Publishing CommandExecutedEvent 19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent -> TaskManager 19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent <- TaskManager 19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent -> TaskModule 19-8-4 09:23:41.1|Trace|EventAggregator|CommandExecutedEvent <- TaskModule 19-8-4 09:23:41.1|Error|CommandExecutor|Error occurred while executing task RefreshArtist [v0.6.2.961] System.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Core.MediaFiles.AudioTagService.GetTrackMetadata(TrackFile trackfile) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 78 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags(TrackFile trackfile, Boolean newDownload, Boolean force) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 206 at NzbDrone.Core.MediaFiles.AudioTagService.SyncTags(List`1 tracks) in C:\projects\lidarr\src\NzbDrone.Core\MediaFiles\AudioTagService.cs:line 242 at NzbDrone.Core.Music.RefreshTrackService.RefreshTrackInfo(List`1 add, List`1 update, List`1 merge, List`1 delete, List`1 upToDate, List`1 remoteTracks, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshTrackService.cs:line 69 at NzbDrone.Core.Music.RefreshAlbumReleaseService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumReleaseService.cs:line 134 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(List`1 localList, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 211 at NzbDrone.Core.Music.RefreshAlbumService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 314 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo(List`1 albums, List`1 remoteAlbums, Boolean forceAlbumRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:line 322 at NzbDrone.Core.Music.RefreshArtistService.RefreshChildren(SortedChildren localChildren, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 240 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.SortChildren(Entity entity, List`1 remoteChildren, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 277 at NzbDrone.Core.Music.RefreshEntityServiceBase`2.RefreshEntityInfo(Entity local, List`1 remoteList, Boolean forceChildRefresh, Boolean forceUpdateFileTags) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshEntityServiceBase.cs:line 181 at NzbDrone.Core.Music.RefreshArtistService.Execute(RefreshArtistCommand message) in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:line 318 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 95 at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel ) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at CallSite.Target(Closure , CallSite , CommandExecutor , Object , CommandModel ) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 41 19-8-4 09:23:41.2|Trace|Http|Req: 98 [GET] /api/v1/album?artistId=154 19-8-4 09:23:41.2|Trace|Http|Req: 99 [GET] /api/v1/trackFile?artistId=154 19-8-4 09:23:41.2|Trace|Http|Req: 100 [GET] /api/v1/queue/details?artistId=154 19-8-4 09:23:41.2|Trace|Http|Res: 100 [GET] /api/v1/queue/details?artistId=154: 200.OK (12 ms) 19-8-4 09:23:41.2|Trace|Http|Res: 98 [GET] /api/v1/album?artistId=154: 200.OK (20 ms) 19-8-4 09:23:41.3|Debug|Api|[GET] /api/v1/queue/details?artistId=154: 200.OK (12 ms) 19-8-4 09:23:41.3|Debug|Api|[GET] /api/v1/album?artistId=154: 200.OK (20 ms) 19-8-4 09:23:41.7|Trace|Http|Res: 99 [GET] /api/v1/trackFile?artistId=154: 200.OK (451 ms) 19-8-4 09:23:41.7|Debug|Api|[GET] /api/v1/trackFile?artistId=154: 200.OK (451 ms) 19-8-4 09:23:53.5|Trace|Http|Req: 101 [GET] /logfile/Lidarr.trace.txt 19-8-4 09:23:53.6|Trace|Http|Res: 101 [GET] /logfile/Lidarr.trace.txt: 200.OK (5 ms) ```
Author
Owner

@lostandlost commented on GitHub (Aug 4, 2019):

With that last log, it is missing the files for the latest album that lidarr itself downloaded a while back. It says it's still missing.

@lostandlost commented on GitHub (Aug 4, 2019): With that last log, it is missing the files for the latest album that lidarr itself downloaded a while back. It says it's still missing.
Author
Owner

@ta264 commented on GitHub (Aug 5, 2019):

Please can you try the development version from here:
https://ci.appveyor.com/project/Lidarr/lidarr/builds/26483723/job/4nvfr3nvd6tp7l7d/artifacts

I think that should fix it but would be really helpful to confirm. Thanks.

@ta264 commented on GitHub (Aug 5, 2019): Please can you try the development version from here: https://ci.appveyor.com/project/Lidarr/lidarr/builds/26483723/job/4nvfr3nvd6tp7l7d/artifacts I think that should fix it but would be really helpful to confirm. Thanks.
Author
Owner

@lostandlost commented on GitHub (Aug 6, 2019):

I feel confident that it worked. I tried a few artists with no errors. I did get some errors with the Chance The Rapper album saying that the file names had illegal characters. But once I manually re-imported the files it worked like it should. It does seem to take quite a bit longer to update each artist, but I assume that is a byproduct of it not failing right away. All in all I give this fix a 10/10. Thanks!

@lostandlost commented on GitHub (Aug 6, 2019): I feel confident that it worked. I tried a few artists with no errors. I did get some errors with the Chance The Rapper album saying that the file names had illegal characters. But once I manually re-imported the files it worked like it should. It does seem to take quite a bit longer to update each artist, but I assume that is a byproduct of it not failing right away. All in all I give this fix a 10/10. Thanks!
Author
Owner

@lostandlost commented on GitHub (Aug 6, 2019):

Well dang. After I posted my last reply I ran a full scan to pick up anything I missed. Well... it crashed at some point.

Description
Faulting Application Path:	C:\ProgramData\Lidarr\bin\Lidarr.Console.exe

Problem signature
Problem Event Name:	APPCRASH
Application Name:	Lidarr.Console.exe
Application Version:	0.6.2.969
Application Timestamp:	5d4879b6
Fault Module Name:	sqlite3.DLL
Fault Module Version:	3.8.7.2
Fault Module Timestamp:	546c4371
Exception Code:	c000001d
Exception Offset:	0004454f
OS Version:	10.0.18362.2.0.0.256.48
Locale ID:	1033
Additional Information 1:	2beb
Additional Information 2:	2beba6fb4680d73a8c78ca7c24ccdb46
Additional Information 3:	0cad
Additional Information 4:	0cad1d5652d45f259d4c13764aaae655

Extra information about the problem
Bucket ID:	442cde30f6ceab19416b7fddaffd8abe (1255237511269943998)

I haven't crashes in quite a while. :(

@lostandlost commented on GitHub (Aug 6, 2019): Well dang. After I posted my last reply I ran a full scan to pick up anything I missed. Well... it crashed at some point. ``` Description Faulting Application Path: C:\ProgramData\Lidarr\bin\Lidarr.Console.exe Problem signature Problem Event Name: APPCRASH Application Name: Lidarr.Console.exe Application Version: 0.6.2.969 Application Timestamp: 5d4879b6 Fault Module Name: sqlite3.DLL Fault Module Version: 3.8.7.2 Fault Module Timestamp: 546c4371 Exception Code: c000001d Exception Offset: 0004454f OS Version: 10.0.18362.2.0.0.256.48 Locale ID: 1033 Additional Information 1: 2beb Additional Information 2: 2beba6fb4680d73a8c78ca7c24ccdb46 Additional Information 3: 0cad Additional Information 4: 0cad1d5652d45f259d4c13764aaae655 Extra information about the problem Bucket ID: 442cde30f6ceab19416b7fddaffd8abe (1255237511269943998) ``` I haven't crashes in quite a while. :(
Author
Owner

@lostandlost commented on GitHub (Aug 18, 2019):

I have been testing a new version and got a crash again last night while trying to update all artists. I will followup with trace logs when it happens again.

Description
Faulting Application Path:	C:\ProgramData\Lidarr\bin\Lidarr.Console.exe

Problem signature
Problem Event Name:	APPCRASH
Application Name:	Lidarr.Console.exe
Application Version:	0.6.2.1118
Application Timestamp:	5d586ba4
Fault Module Name:	sqlite3.DLL
Fault Module Version:	3.8.7.2
Fault Module Timestamp:	546c4371
Exception Code:	c000001d
Exception Offset:	0004454f
OS Version:	10.0.18362.2.0.0.256.48
Locale ID:	1033
Additional Information 1:	2beb
Additional Information 2:	2beba6fb4680d73a8c78ca7c24ccdb46
Additional Information 3:	0cad
Additional Information 4:	0cad1d5652d45f259d4c13764aaae655

Extra information about the problem
Bucket ID:	2c8422e2fb262a7efa29b7310bf907e2 (1885239340313413602)
@lostandlost commented on GitHub (Aug 18, 2019): I have been testing a new version and got a crash again last night while trying to update all artists. I will followup with trace logs when it happens again. ``` Description Faulting Application Path: C:\ProgramData\Lidarr\bin\Lidarr.Console.exe Problem signature Problem Event Name: APPCRASH Application Name: Lidarr.Console.exe Application Version: 0.6.2.1118 Application Timestamp: 5d586ba4 Fault Module Name: sqlite3.DLL Fault Module Version: 3.8.7.2 Fault Module Timestamp: 546c4371 Exception Code: c000001d Exception Offset: 0004454f OS Version: 10.0.18362.2.0.0.256.48 Locale ID: 1033 Additional Information 1: 2beb Additional Information 2: 2beba6fb4680d73a8c78ca7c24ccdb46 Additional Information 3: 0cad Additional Information 4: 0cad1d5652d45f259d4c13764aaae655 Extra information about the problem Bucket ID: 2c8422e2fb262a7efa29b7310bf907e2 (1885239340313413602) ```
Author
Owner

@lostandlost commented on GitHub (Aug 18, 2019):

logs have been sent to discord.

@lostandlost commented on GitHub (Aug 18, 2019): logs have been sent to discord.
Author
Owner
@ta264 commented on GitHub (Aug 20, 2019): @lostandlost please can you try this version: https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/_apis/build/builds/338/artifacts?artifactName=WindowsInstaller&fileId=BA45ACD82099B753564E43C1AD5830252BFE5B87D3C9F1DE6C4D54B6D52BBB7902&fileName=Lidarr.merge.0.6.2.1168.windows-installer.exe&api-version=5.0-preview.3 We've updated SQLite which I'm hoping will resolve the crashes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Lidarr#578
No description provided.