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

Questions and answers about anything related to Helium Scraper
Post Reply
crookedleaf
Posts: 38
Joined: Tue Dec 11, 2012 6:44 pm

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

Post by crookedleaf » Tue Feb 26, 2013 3:13 am

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?

webmaster
Site Admin
Posts: 521
Joined: Mon Dec 06, 2010 8:39 am
Contact:

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

Post by webmaster » Thu Feb 28, 2013 2:43 pm

We're aware of this problem and will provide a fix ASAP.
Juan Soldi
The Helium Scraper Team

webmaster
Site Admin
Posts: 521
Joined: Mon Dec 06, 2010 8:39 am
Contact:

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

Post by webmaster » Sun Mar 03, 2013 12:17 am

This issue has been fixed in the latest version. You can download it at http://www.heliumscraper.com/en/index.php?p=download.
Juan Soldi
The Helium Scraper Team

crookedleaf
Posts: 38
Joined: Tue Dec 11, 2012 6:44 pm

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

Post by crookedleaf » Fri Mar 15, 2013 4:17 pm

working perfect again. thanks!

Post Reply