2018-09-29, 05:29 AM
I've been experimenting with NextEnd (The work is much appreciated!) and I ran into a problem: It seems to be working, but the logs show that the recording ends right at the normal time, even if the game isn't over yet. Here is the log from tonight's game:
I'm about 99% sure this is my fault. Any tips on what I'm doing wrong here? Thank you!
Code:
2018-09-28 18:59:02.681 [DEBUG][1] NextEnd, Version=2.0.6274.30072, Culture=neutral, PublicKeyToken=null
2018-09-28 18:59:02.716 [INFO][1] About to connect to remote recording service
2018-09-28 18:59:02.721 [DEBUG][1] RecordingServiceProxy@exit
2018-09-28 18:59:02.733 [DEBUG][1] About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
2018-09-28 18:59:02.733 [DEBUG][1] Skipping non-existant plugin directory: C:\Program Files (x86)\NPVR\Plugins\
2018-09-28 18:59:02.733 [DEBUG][1] Command Line --oid 5101
2018-09-28 18:59:02.734 [DEBUG][1] NextPVR extending = True
2018-09-28 18:59:02.734 [DEBUG][1] Preparing this event
2018-09-28 18:59:02.734 [DEBUG][1] MLB Baseball Texas Rangers at Seattle Mariners 2018-09-28 19:00:00
2018-09-28 18:59:03.782 [DEBUG][1] LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=Pre-Game, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 18:59:03.782 [DEBUG][1] Monitor status = active
2018-09-28 18:59:03.849 [DEBUG][1] Monitoring 1 event(s)
2018-09-28 18:59:03.849 [DEBUG][1] SP003890740000 MLB Baseball Texas Rangers at Seattle Mariners 2018-09-28 19:00:00-2018-09-28 22:00:00
2018-09-28 18:59:03.849 [DEBUG][1] Monitor end 2018-09-29 02:00:00
2018-09-28 18:59:03.857 [DEBUG][1] Waiting
2018-09-28 19:01:03.933 [DEBUG][1] Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 19:01:03.934 [DEBUG][1] Waiting
[Skipping lots of repeats]
2018-09-28 21:41:05.268 [DEBUG][1] Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 21:41:05.965 [DEBUG][1] LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=In Progress, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 21:41:05.966 [DEBUG][1] Monitor status = active
2018-09-28 21:41:05.966 [DEBUG][1] Waiting
[Skipping lots of repeats of that]
2018-09-28 21:59:11.758 [DEBUG][1] Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 21:59:12.632 [DEBUG][1] LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=In Progress, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 21:59:12.632 [DEBUG][1] Monitor status = active
2018-09-28 21:59:12.632 [DEBUG][1] Waiting
2018-09-28 22:01:12.661 [DEBUG][1] No longer recording stop monitoring
2018-09-28 22:01:12.661 [DEBUG][1] CancelAllWakeupRequests
I'm about 99% sure this is my fault. Any tips on what I'm doing wrong here? Thank you!