NextPVR Forums

Full Version: Recurring recording problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having a problem with recurring recordings and I think it relates to the tuner plugin. If I run from a batch file with -updateepgonly I get this

Code:
2011-10-01 00:02:53.561    [DEBUG][1]    LoadListingsMatchingTitle(channel=7074,title=Ongoing History of New Music)
2011-10-01 00:02:53.564    [DEBUG][1]     - Potential episode at: 02/10/2011 7:00:00 PM
2011-10-01 00:02:53.570    [DEBUG][1]       ...check IsValid()
2011-10-01 00:02:53.570    [DEBUG][1]       ...this episode is on Sunday
2011-10-01 00:02:53.570    [DEBUG][1]       ...valid days are: SUNDAY
2011-10-01 00:02:53.571    [DEBUG][1]       ...scheduling episode
2011-10-01 00:02:53.646    [ERROR][1]    Unexpected error in UpdateRecurringRecording(): System.NullReferenceException: Object reference not set to an instance of an object.
   at NShared.RecordingServiceProxy.ScheduleRecording(EPGEvent epgEvent, ScheduledRecording scheduledEvent, Boolean allocateRecurring, DayMask dayMask, Int32 keep, Int32 recurrenceGroupID, Boolean timeslot, Boolean forceScheduleReload, String advancedRules)
   at NShared.RecordingServiceProxy.UpdateRecurringRecording(RecurringRecording recurringRecording)
2011-10-01 00:02:53.686    [DEBUG][1]

If I schedule manually or with the "Update EPG" button in setup I get

Code:
2011-10-01 00:28:39.667    [DEBUG][5]    LoadListingsMatchingTitle(channel=7074,title=Ongoing History of New Music)
2011-10-01 00:28:39.670    [DEBUG][5]     - Potential episode at: 02/10/2011 7:00:00 PM
2011-10-01 00:28:39.675    [DEBUG][5]       ...check IsValid()
2011-10-01 00:28:39.709    [DEBUG][5]       ...this episode is on Sunday
2011-10-01 00:28:39.709    [DEBUG][5]       ...valid days are: SUNDAY
2011-10-01 00:28:39.709    [DEBUG][5]       ...scheduling episode
2011-10-01 00:28:39.716    [DEBUG][5]    Using NetworkRecorder.xml from C:\Users\Public\NPVR\
2011-10-01 00:28:39.720    [DEBUG][5]    NetworkRecorder Delay is 1000
2011-10-01 00:28:39.720    [DEBUG][5]    Using NetworkRecorder.xml from C:\Users\Public\NPVR\
2011-10-01 00:28:39.724    [DEBUG][5]    NetworkRecorder Delay is 2000
2011-10-01 00:28:39.810    [DEBUG][5]     - Potential episode at: 09/10/2011 7:00:00 PM
2011-10-01 00:28:39.810    [DEBUG][5]       ...check IsValid()
2011-10-01 00:28:39.810    [DEBUG][5]       ...this episode is on Sunday
2011-10-01 00:28:39.810    [DEBUG][5]       ...valid days are: SUNDAY
2011-10-01 00:28:39.810    [DEBUG][5]       ...scheduling episode
2011-10-01 00:28:39.811    [DEBUG][5]    Using NetworkRecorder.xml from C:\Users\Public\NPVR\
2011-10-01 00:28:39.814    [DEBUG][5]    NetworkRecorder Delay is 1000
2011-10-01 00:28:39.815    [DEBUG][5]    Using NetworkRecorder.xml from C:\Users\Public\NPVR\
2011-10-01 00:28:39.818    [DEBUG][5]    NetworkRecorder Delay is 2000

In the command line update there is no reference to plugins being loaded of any kind. I have upload the full log.

Martin
Hopefully this will help. It causes the plugins to be loaded for those actions. Normally they wouldnt be.
Yes thanks a lot that did it.

Martin