I was just using the Poster tab to get a poster that was missed during my last scan for new movies. The moive is Christmas Do-Over. I can search TMDB, MOive Post DB and IMDB (all show no posters) and then when I select IMP Awards if begins to show 10 'boxes' but I get an immediate exception error of:
************** Exception Text **************
System.ArgumentException: Parameter is not valid.
at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at System.Drawing.Image.FromStream(Stream stream)
at System.Windows.Forms.PictureBox.Load()
at System.Windows.Forms.PictureBox.set_ImageLocation(String value)
at Media_Companion.Form1.displayselection()
at Media_Companion.Form1.Button16_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)