Page 1 of 1

There is an error in XML document (75, 35)

Posted: Tue Feb 26, 2013 3:13 am
by crookedleaf
I had a pretty extensive scrape that I built a few weeks ago. When I tried opening it today, I get the message, "There is an error in XML document (75, 35)" Here is what it says when I click 'Details':

Code: Select all

<?xml version="1.0" encoding="utf-16"?>
<ErrorReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <InnerError>
    <Message>Instance validation error: 'InnerText' is not a valid value for TextGathererSource.</Message>
    <TypeName>System.InvalidOperationException</TypeName>
  </InnerError>
  <Message>There is an error in XML document (75, 35).</Message>
  <TypeName>System.InvalidOperationException</TypeName>
  <StackTrace>   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at WebScraperAndPlayer.Utils.SafeXmlSerializer.Deserialize(TextReader textReader)
   at WebScraperAndPlayer.MetaProjectReader.ReadFromXml(String metaProjectXml)
   at WebScraperAndPlayer.MetaProject.ReadFromXML(String path, Boolean verifySource)</StackTrace>
  <TimeStamp>2013-02-25T19:12:13.7449888-08:00</TimeStamp>
  <Version>2.3.9.6</Version>
  <WorkingSet>68423680</WorkingSet>
  <Is64Bit>true</Is64Bit>
  <WinVersion>Microsoft Windows NT 6.1.7601 Service Pack 1</WinVersion>
  <BrowserVersion>9.0.8112.16464</BrowserVersion>
</ErrorReport>
Is there any way to get my scrape back?

Re: There is an error in XML document (75, 35)

Posted: Thu Feb 28, 2013 2:43 pm
by webmaster
We're aware of this problem and will provide a fix ASAP.

Re: There is an error in XML document (75, 35)

Posted: Sun Mar 03, 2013 12:17 am
by webmaster
This issue has been fixed in the latest version. You can download it at http://www.heliumscraper.com/en/index.php?p=download.

Re: There is an error in XML document (75, 35)

Posted: Fri Mar 15, 2013 4:17 pm
by crookedleaf
working perfect again. thanks!