Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kurayamiblackheart opened this issue Dec 17, 2024 · 0 comments

Comments

@kurayamiblackheart
Copy link

kurayamiblackheart commented Dec 17, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant