Reply to thread

I am not sure if this is the correct location to post this but I have been having issues with movingpictures giving me

the following error.  This is with MP 1.3.0 Alpha which I know is not probably supported yet, so hopefully it will help with the development.

 

When trying to retrieve matches for new movies it hangs and never receives any results, when I select to add as a blank editable movie, or rescan with custom string I get the error.  Restarting the importer gets the same results.

 

************** Exception Text **************

System.ArgumentNullException: Value cannot be null.

Parameter name: pattern

   at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache)

   at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options)

   at MediaPortal.Plugins.MovingPictures.SignatureBuilders.LocalBuilder.removeNoise(String input)

   at MediaPortal.Plugins.MovingPictures.SignatureBuilders.LocalBuilder.UpdateSignature(MovieSignature signature)

   at MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieSignatureProvider.parseMediaMatch(MovieMatch movieMatch)

   at MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieMatch.get_Signature()

   at MediaPortal.Plugins.MovingPictures.ConfigScreen.Popups.ManualAssignPopup..ctor(MovieMatch match)

   at MediaPortal.Plugins.MovingPictures.ConfigScreen.MovieImporterPane.manualAssignButton_Click(Object sender, EventArgs e)

   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)

   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

   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.ToolStrip.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)

 [ATTACH]111198[/ATTACH]


Top Bottom