I'm yet in error condition, even with 1.0.14.0
TvScheduler console gives "An unexpected error occurred" in the following pages:
TV Guide; Upcoming Recordings; Edit Schedule
I found this error in the event log:
TvScheduler console gives "An unexpected error occurred" in the following pages:
TV Guide; Upcoming Recordings; Edit Schedule
I found this error in the event log:
Code:
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at TvScheduler.Business.Scheduler.Upcoming.GetUpcomingProgramsOperation.GetPreviouslyRecordedPrograms(TvSchedule tvSchedule, Boolean titleOnly)
at TvScheduler.Business.Scheduler.Upcoming.GetUpcomingProgramsOperation.NewProgramsOnlyPostProcessing(TvSchedule tvSchedule, List`1 upcomingPrograms, Boolean titleOnly)
at TvScheduler.Business.Scheduler.Upcoming.GetUpcomingProgramsOperation.GetProgramsUsingRuleEngine(TvSchedule tvSchedule, Int32 preRecordSeconds, Int32 postRecordSeconds)
at TvScheduler.Business.Scheduler.Upcoming.GetUpcomingProgramsOperation.Execute(TvSchedule tvSchedule, Boolean includeCancelled)
at TvScheduler.Business.Scheduler.Upcoming.GetAllUpcomingProgramsOperation.Execute(ScheduleType type)
at TvScheduler.Business.Scheduler.Upcoming.UpcomingProgramsCache.GetAllUpcomingProgramsInternal(ScheduleType type, DateTime untilDateTime, Boolean includeCancelled)
at TvScheduler.Business.Scheduler.Upcoming.UpcomingProgramsCache.GetAllUpcomingProgramsUntil(ScheduleType type, DateTime untilDateTime, Boolean includeCancelled)
at TvScheduler.Business.Scheduler.SchedulerFacade.GetAllUpcomingProgramsUntil(ScheduleType type, DateTime untilDateTime, Boolean includeCancelled)
at TvScheduler.ServiceImplementation.TvSchedulerService.GetAllUpcomingProgramsUntil(ScheduleType type, DateTime untilDateTime, Boolean includeCancelled)
Italy