Unhandled error in MediaScanner. System.ArgumentNullException: Value cannot be null (1 Viewer)

scottheil

Portal Member
May 19, 2009
38
4
Ohio
Home Country
United States of America United States of America
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)
Untitled.png
 

Users who are viewing this thread

Top Bottom