2021-11-30, 01:48 PM
If I try to archive a folder to a NAS folder, I am seeing this exception. Archiving individual recordings works.
Archiving folders worked in V4.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.SortedDictionary`2.get_Item(TKey key)
at NextPVR.TV.Recordings2.PluginCallback(Object source, String command, Object args)
at NUtility.Base.SimpleListPopup.ActivateItem(ListObject selectedObject)
at NUtility.Controls.ListRenderers.UiListList.OnDblClick(PointF point)
at NUtility.Controls.UiList.OnDblClick(PointF point)
at NUtility.Base.SimpleListPopup.OnDblClick(PointF location)
at NUtility.UIController.OnDblClick(PointF location)
at NextPVR.ControllerForm.ControllerForm_MouseDoubleClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Archiving folders worked in V4.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.SortedDictionary`2.get_Item(TKey key)
at NextPVR.TV.Recordings2.PluginCallback(Object source, String command, Object args)
at NUtility.Base.SimpleListPopup.ActivateItem(ListObject selectedObject)
at NUtility.Controls.ListRenderers.UiListList.OnDblClick(PointF point)
at NUtility.Controls.UiList.OnDblClick(PointF point)
at NUtility.Base.SimpleListPopup.OnDblClick(PointF location)
at NUtility.UIController.OnDblClick(PointF location)
at NextPVR.ControllerForm.ControllerForm_MouseDoubleClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)