2012-12-13, 10:08 PM
(This post was last modified: 2012-12-13, 10:32 PM by mvallevand.)
Does NextPVR attempt to reread a directory on error? For the first time I can recall NextPVR failed to record a show and it might simple have been because my NAS was waking up slowly too.
Martin
Code:
2012-12-13 12:57:36.835 [DEBUG][4] Resuming...
2012-12-13 12:57:37.018 [DEBUG][7] Recording service noted the system was resuming...
2012-12-13 12:57:37.020 [DEBUG][7] Starting: C:\Users\Public\NPVR\Scripts\Wakeup.bat
2012-12-13 12:57:38.710 [DEBUG][5] cycling MVP servers
2012-12-13 12:57:38.710 [DEBUG][5] Starting MVP server 0
2012-12-13 12:57:44.651 [DEBUG][7] C:\Users\Public\NPVR\Scripts\Wakeup.bat has exited
2012-12-13 12:59:19.003 [DEBUG][7] Unexpected error in GetTargetName: System.IO.IOException: The specified network name is no longer available.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at NShared.RecordingService.GetTargetName(ScheduledRecording scheduledRecording)
at NShared.RecordingService.WorkerThread()
. but it sleeps and works fine afterwards.
2012-12-13 13:57:35.252 [DEBUG][4] Resuming...
2012-12-13 13:57:35.283 [DEBUG][7] Recording service noted the system was resuming...
2012-12-13 13:57:35.358 [DEBUG][7] Starting: C:\Users\Public\NPVR\Scripts\Wakeup.bat
2012-12-13 13:57:36.918 [DEBUG][5] cycling MVP servers
2012-12-13 13:57:36.919 [DEBUG][5] Starting MVP server 0
2012-12-13 13:57:41.232 [DEBUG][7] C:\Users\Public\NPVR\Scripts\Wakeup.bat has exited
2012-12-13 13:59:07.151 [DEBUG][7] allocating recording target filename: K:\Homeland\Homeland_20121213_14001500.ts
2012-12-13 13:59:07.153 [DEBUG][7] About to start recording (2775 on 1524): K:\Homeland\Homeland_20121213_14001500.ts...
2012-12-13 13:59:07.158 [DEBUG][7] Free space 587198365696 (K:\)
Martin