Skip to content

Unhandled exception. System.Xml.XmlException: '.', hexadecimal value 0x00 #2

@kurayamiblackheart

Description

@kurayamiblackheart

crash on some specific sporecasts.
eg: sporecast ID 500222513793

SporeDownloader.exe sporecast 500222513793 results in:

Unhandled exception. System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 164, position 14628.
   at System.Xml.XmlTextReaderImpl.Throw(Exception )
   at System.Xml.XmlTextReaderImpl.Throw(String , String[] )
   at System.Xml.XmlTextReaderImpl.ParseText(Int32& , Int32& , Int32& )
   at System.Xml.XmlTextReaderImpl.ParseText()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader )
   at System.Xml.Linq.XDocument.Load(XmlReader , LoadOptions )
   at System.Xml.Linq.XDocument.Load(String , LoadOptions )
   at System.Xml.Linq.XDocument.Load(String )
   at SporeDownloader.SporeServer.getSporecastFeed(Int64 sporecastId)
   at SporeDownloader.Sporecast.getAllAssetIds()
   at SporeDownloader.Sporecast.downloadAllAssets(String filePath)
   at Program.<Main>$(String[] args)

with no files downloaded.

other sporecasts seem to work fine. maybe it cannot read specific characters that are out of the charmap table it is using? I don't know...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions