mymymy
2008-09-02, 11:29 PM
I've been playing with the plugin a little and trying to rename files so as I get a better hit ratio with IMDB. It seems that the look up is case sensitive, with "casino royale (2006)" not getting a hit but "Casino Royale (2006)" getting one. Strangely I can never get a hit with "The Matrix (1999)" even though it seems to be an exact match for the first alternative.
I'll change my files so they are correctly capitalised, but does it need to be this strict? could "casino royale (2006)" not be a match. Please :).
Also I am getting the crash when either I am importing or when looking up images manually the exception is below. I continued. logs attached.
Thanks
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: Unable to read data from the transport connection: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntP tr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadToEnd()
at WizUtilities.WizWebHelper.HttpImageGrabber.Process HttpRequest(String targetURL)
at WizUtilities.WizWebHelper.HttpImageGrabber.process YahooRequest(String targetURL, String title)
at WizUtilities.WizWebHelper.HttpImageGrabber.process TitleRequest(ImageSource target, String title)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, ImageSource src)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, String imageSourceDescription)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, String[] sources)
at WizPlugin.MovieWizConfigForm.tsbLookupImage_Click( Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(Event Args e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs 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(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I'll change my files so they are correctly capitalised, but does it need to be this strict? could "casino royale (2006)" not be a match. Please :).
Also I am getting the crash when either I am importing or when looking up images manually the exception is below. I continued. logs attached.
Thanks
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: Unable to read data from the transport connection: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntP tr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadToEnd()
at WizUtilities.WizWebHelper.HttpImageGrabber.Process HttpRequest(String targetURL)
at WizUtilities.WizWebHelper.HttpImageGrabber.process YahooRequest(String targetURL, String title)
at WizUtilities.WizWebHelper.HttpImageGrabber.process TitleRequest(ImageSource target, String title)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, ImageSource src)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, String imageSourceDescription)
at WizUtilities.WizWebHelper.WizThumbnail.getShowImag eHandle(String videoLoc, String title, String[] sources)
at WizPlugin.MovieWizConfigForm.tsbLookupImage_Click( Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(Event Args e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs 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(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)