Skip to content

Instantly share code, notes, and snippets.

@pgooch
Created December 1, 2024 01:34
Show Gist options
  • Save pgooch/1f981329ea68ebc8a23099d92a4e05da to your computer and use it in GitHub Desktop.
Save pgooch/1f981329ea68ebc8a23099d92a4e05da to your computer and use it in GitHub Desktop.
Permissions Issue Trace
2024-12-01 01:32:39.2|Trace|CommandQueueManager|Updating command status
2024-12-01 01:32:39.3|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-12-01 01:32:39.3|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2024-12-01 01:32:39.3|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2024-12-01 01:32:39.3|Trace|CommandExecutor|DeleteLogFilesCommand <- DeleteLogFilesService [00:00:00.0069595]
2024-12-01 01:32:39.3|Trace|Http|Req: 93 [GET] /api/v3/command (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:39.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:39.3|Trace|CommandQueueManager|Getting all commands
2024-12-01 01:32:39.3|Trace|Http|Res: 93 [GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:39.3|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:39.4|Trace|Http|Req: 94 [GET] /api/v3/log/file (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:39.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:39.4|Trace|Http|Res: 94 [GET] /api/v3/log/file: 200.OK (0 ms)
2024-12-01 01:32:39.4|Debug|Api|[GET] /api/v3/log/file: 200.OK (0 ms)
2024-12-01 01:32:42.1|Trace|Http|Req: 95 [GET] /logfile/sonarr.trace.txt (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:42.1|Trace|Http|Res: 95 [GET] /logfile/sonarr.trace.txt: 200.OK (4 ms)
2024-12-01 01:32:42.1|Trace|Http|Req: 96 [GET] /favicon.ico (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:42.1|Trace|Http|Res: 96 [GET] /favicon.ico: 200.OK (1 ms)
2024-12-01 01:32:52.1|Trace|Http|Req: 97 [GET] /api/v3/series (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:52.1|Trace|Http|Req: 98 [GET] /api/v3/queue/details?all=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:52.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:52.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:52.1|Trace|Http|Res: 97 [GET] /api/v3/series: 200.OK (1 ms)
2024-12-01 01:32:52.1|Debug|Api|[GET] /api/v3/series: 200.OK (1 ms)
2024-12-01 01:32:52.1|Trace|Http|Res: 98 [GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-01 01:32:52.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-12-01 01:32:53.0|Trace|Scheduler|Pending Tasks: 1
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Publishing RefreshMonitoredDownloads
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Checking if command is queued or started: RefreshMonitoredDownloads
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Inserting new command: RefreshMonitoredDownloads
2024-12-01 01:32:53.0|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand -> DownloadMonitoringService
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Marking command as started: RefreshMonitoredDownloads
2024-12-01 01:32:53.0|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent
2024-12-01 01:32:53.0|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService
2024-12-01 01:32:53.0|Trace|EventAggregator|Publishing QueueUpdatedEvent
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueController
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueController
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController
2024-12-01 01:32:53.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController
2024-12-01 01:32:53.0|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Publishing ProcessMonitoredDownloads
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Checking if command is queued or started: ProcessMonitoredDownloads
2024-12-01 01:32:53.0|Trace|CommandQueueManager|Inserting new command: ProcessMonitoredDownloads
2024-12-01 01:32:53.0|Trace|Http|Req: 99 [GET] /api/v3/queue/details?all=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:53.1|Trace|CommandQueueManager|Updating command status
2024-12-01 01:32:53.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:53.1|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand -> DownloadProcessingService
2024-12-01 01:32:53.1|Trace|CommandQueueManager|Marking command as started: ProcessMonitoredDownloads
2024-12-01 01:32:53.1|Trace|Http|Res: 99 [GET] /api/v3/queue/details?all=true: 200.OK (22 ms)
2024-12-01 01:32:53.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (22 ms)
2024-12-01 01:32:53.1|Trace|EventAggregator|Publishing DownloadsProcessedEvent
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent -> ExtraService
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent <- ExtraService
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent -> DownloadMonitoringService
2024-12-01 01:32:53.1|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent
2024-12-01 01:32:53.1|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService
2024-12-01 01:32:53.1|Trace|EventAggregator|Publishing QueueUpdatedEvent
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent -> QueueController
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent <- QueueController
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController
2024-12-01 01:32:53.1|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController
2024-12-01 01:32:53.1|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent <- DownloadMonitoringService
2024-12-01 01:32:53.1|Trace|CommandQueueManager|Updating command status
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent ~> NotificationService
2024-12-01 01:32:53.1|Trace|EventAggregator|DownloadsProcessedEvent <~ NotificationService
2024-12-01 01:32:53.1|Trace|Http|Req: 100 [GET] /api/v3/queue/details?all=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:53.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:53.1|Trace|Http|Res: 100 [GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-01 01:32:53.1|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2024-12-01 01:32:53.1|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2024-12-01 01:32:53.1|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand <- DownloadProcessingService [00:00:00.0155005]
2024-12-01 01:32:53.1|Trace|Http|Req: 101 [GET] /api/v3/command (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:53.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:53.1|Trace|CommandQueueManager|Getting all commands
2024-12-01 01:32:53.1|Trace|Http|Res: 101 [GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:53.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:53.1|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-12-01 01:32:53.1|Trace|TaskManager|Updating last run time for: NzbDrone.Core.Download.RefreshMonitoredDownloadsCommand
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2024-12-01 01:32:53.1|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2024-12-01 01:32:53.1|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand <- DownloadMonitoringService [00:00:00.0309503]
2024-12-01 01:32:53.1|Trace|Http|Req: 102 [GET] /api/v3/command (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:53.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:53.1|Trace|CommandQueueManager|Getting all commands
2024-12-01 01:32:53.1|Trace|Http|Res: 102 [GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:53.1|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-12-01 01:32:53.2|Trace|Http|Req: 103 [GET] /api/v3/rootFolder (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:53.2|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:53.2|Trace|Http|Res: 103 [GET] /api/v3/rootFolder: 200.OK (0 ms)
2024-12-01 01:32:53.2|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (0 ms)
2024-12-01 01:32:54.5|Trace|Http|Req: 104 [GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:54.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:54.5|Trace|Http|Res: 104 [GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-01 01:32:54.5|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-01 01:32:57.5|Trace|Http|Req: 105 [GET] /api/v3/filesystem?path=%2Fstorage%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:57.5|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:57.5|Trace|Http|Res: 105 [GET] /api/v3/filesystem?path=%2Fstorage%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-01 01:32:57.5|Debug|Api|[GET] /api/v3/filesystem?path=%2Fstorage%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (1 ms)
2024-12-01 01:32:59.6|Trace|Http|Req: 106 [GET] /api/v3/filesystem?path=%2Fstorage%2FTelevision%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:32:59.6|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:32:59.6|Trace|Http|Res: 106 [GET] /api/v3/filesystem?path=%2Fstorage%2FTelevision%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (19 ms)
2024-12-01 01:32:59.6|Debug|Api|[GET] /api/v3/filesystem?path=%2Fstorage%2FTelevision%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (19 ms)
2024-12-01 01:33:00.8|Trace|Http|Req: 107 [POST] /api/v3/rootFolder (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:33:00.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:33:00.8|Trace|ConfigService|Using default config value for 'recyclebin' defaultValue:''
2024-12-01 01:33:00.8|Trace|DiskProviderBase|Directory '/storage/Television/' isn't writable. Access to the path '/storage/Television/sonarr_write_test.txt' is denied.
2024-12-01 01:33:00.8|Trace|SonarrErrorPipeline|Handling Exception
2024-12-01 01:33:00.8|Warn|SonarrErrorPipeline|Invalid request Validation failed:
-- Path: Folder '/storage/Television/' is not writable by user 'abc'
2024-12-01 01:33:00.8|Trace|Http|Res: 107 [POST] /api/v3/rootFolder: 400.BadRequest (2 ms)
2024-12-01 01:33:00.8|Debug|Api|[POST] /api/v3/rootFolder: 400.BadRequest (2 ms)
2024-12-01 01:33:02.9|Trace|Http|Req: 108 [GET] /api/v3/health (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:33:02.9|Trace|Http|Req: 109 [GET] /api/v3/diskspace (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:33:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:33:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:33:02.9|Trace|Http|Res: 108 [GET] /api/v3/health: 200.OK (0 ms)
2024-12-01 01:33:02.9|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2024-12-01 01:33:02.9|Trace|Http|Req: 110 [GET] /api/v3/system/status (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:33:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:33:02.9|Trace|Http|Res: 110 [GET] /api/v3/system/status: 200.OK (0 ms)
2024-12-01 01:33:02.9|Debug|Api|[GET] /api/v3/system/status: 200.OK (0 ms)
2024-12-01 01:33:02.9|Trace|Http|Res: 109 [GET] /api/v3/diskspace: 200.OK (6 ms)
2024-12-01 01:33:02.9|Debug|Api|[GET] /api/v3/diskspace: 200.OK (6 ms)
2024-12-01 01:33:03.7|Trace|Http|Req: 111 [GET] /api/v3/log/file (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-01 01:33:03.7|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-01 01:33:03.7|Trace|Http|Res: 111 [GET] /api/v3/log/file: 200.OK (0 ms)
2024-12-01 01:33:03.7|Debug|Api|[GET] /api/v3/log/file: 200.OK (0 ms)
2024-12-01 01:33:07.4|Trace|Http|Req: 112 [GET] /logfile/sonarr.trace.txt (from 10.89.7.19 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment