2021-01-06, 01:59 AM
I had a failed recording last night, and while looking at the logs I noticed that the OnResume happened a few minutes after the scheduled time. Full logs are attached, but here are some relevant snippets:
Any idea why that might be happening? Is there a way for me to increase the wake up time buffer so my PC will wake up earlier?
The actual failure happened shortly after that:
I am (temporarily) using a USB attached drive for my recordings, and I suspect there was some timing issue here where the drive had not fully resumed from standby when NextPVR attempted to create the directory, which resulted in the above failure.
Any suggestion on how to prevent that from happening again? Thanks!
Quote:2021-01-04 12:37:00.398 [DEBUG][9] Loading recording schedule
2021-01-04 12:37:00.402 [DEBUG][9] [The Late Show With Stephen Colbert] at 1/4/2021 11:35 PM
2021-01-04 12:37:00.402 [DEBUG][9] Requesting wake up for 'RecordingOID889' [The Late Show With Stephen Colbert] at 1/4/2021 11:31 PM
<snip>
2021-01-04 17:31:03.458 [DEBUG][95] stopping device process
2021-01-04 23:34:27.882 [DEBUG][9] DefaultDirectoryChoice: first
2021-01-04 23:34:27.884 [DEBUG][9] Preferred filename is 'The.Late.Show.With.Stephen.Colbert.S06E59.Stacey.Abrams;.RuPaul.Charles;.Maren.Morris'
2021-01-04 23:34:28.345 [DEBUG][84] [Resume]
2021-01-04 23:34:28.345 [DEBUG][84] OnResume...
Any idea why that might be happening? Is there a way for me to increase the wake up time buffer so my PC will wake up earlier?
The actual failure happened shortly after that:
Quote:2021-01-04 23:34:46.003 [DEBUG][9] Unexpected error in GetTargetName: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Recorded TV\The Late Show With Stephen Colbert\Season 06\'.
at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)
at System.IO.Directory.CreateDirectory(String path)
at NShared.RecordingService.GetTargetName(ScheduledRecording scheduledRecording)
at NShared.RecordingService.WorkerThread()
I am (temporarily) using a USB attached drive for my recordings, and I suspect there was some timing issue here where the drive had not fully resumed from standby when NextPVR attempted to create the directory, which resulted in the above failure.
Any suggestion on how to prevent that from happening again? Thanks!