[2.2.0b7] Error parsing data returned by TheTVDB

mtpa

21-04-2011 22:20:32

Get an unhandled exception due to the character @ being in the data returned as a result of a Show name search (when adding a show)
[This was due to an e-mail address being in the show's description]

As the show description is just text it should be possible to fix this easily?

************** Exception Text **************
TVRename.TVDBException: The '@' character, hexadecimal value 0x40, cannot be included in a name. Line 90, position 600.
at TVRename.SeriesInfo.LoadXml(XmlReader r)
at TVRename.TheTVDB.ProcessTVDBResponse(Stream str, Nullable`1 codeHint)
at TVRename.TheTVDB.Search(String text)
at TVRename.TheTVDBCodeFinder.bnGoSearch_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)