I have been using FreeXMLTV by Impact for some time now and it has been working great. A few days ago it started failing with an "unhandled exception"; I am using the Sydney region. I upgraded to V2.0 and this still had the same problem. If I remove the "VERBOSE" option then it works fine so I suspect there is something in the data that FreeXMLTV doesn't like.
Has anyone else seen this and is there a work around (other than turning off the verbose info)?
The full exception error I get is:
Code:
Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Array.InternalGetReference(Void* elemRef, Int32 rank, Int32* pIndices)
at System.Array.GetValue(Int32 index)
at Microsoft.VisualBasic.CompilerServices.Symbols.Container.GetArrayValue(Object[] Indices)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.InternalLateIndexGet
(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(ObjectInstance, Object[] Arguments, String[] ArgumentNames)
at FreeXMLTV.Module1.LoadTVGuideDetails()
at FreeXMLTV.Module1.Main()