Scheduled & manual TV recording failed (1 Viewer)

seco

Retired Team Member
  • Premium Supporter
  • August 7, 2007
    1,575
    1,239
    Home Country
    Finland Finland
    After running MP for some weeks on my HTPC without a reboot, I came up with an error which I think I've never seen before. Unfortunately the error is only thing left from the logs at that time so I understand if no one doesn't want to investigate it. However the error itself might give some clues (TV Server error.log):

    Code:
    2012-09-22 22:32:13.298013 [(27)]: Exception  :System.ObjectDisposedException: Safe handle has been closed
      at Microsoft.Win32.Win32Native.SetEvent(SafeWaitHandle handle)
      at System.Threading.EventWaitHandle.Set()
      at TvService.TVController.OnNewSchedule()

    This error appeared when I scheduled a show (which was already running) from EPG. However the recording did not start so I tried to start it manually which caused the same error. Only thing that fixed this was a complete reboot.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Seems like somehow a manual reset event got closed by the service while the service was still running.
    There is not enough context to be able to find the problem - the exact sequence of events from the tv.log would be critical...
     

    seco

    Retired Team Member
  • Premium Supporter
  • August 7, 2007
    1,575
    1,239
    Home Country
    Finland Finland
    • Thread starter
    • Moderator
    • #3
    Seems like somehow a manual reset event got closed by the service while the service was still running.
    There is not enough context to be able to find the problem - the exact sequence of events from the tv.log would be critical...

    Yeah, I took a look at the code and complete logs would have probably told enough to pinpoint the problem. I'll try to grab the logs if I'll ever run to this again.
     

    Users who are viewing this thread

    Top Bottom