You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies in advance for any inaccuracies, I'm new to this :)
I'm trying to parse the discogs_20110107_releases.xml file, but at about 16% I get the following error:
Unhandled exception. System.Xml.XmlException: '', hexadecimal value 0x07, is an invalid character. Line 5635965, position 485.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlWriter.WriteNode(XmlReader reader, Boolean defattr)
at System.Xml.XmlReader.ReadOuterXmlAsync()
at discogs.Parser1.ParseStreamAsync(Stream stream) at discogs.Parser1.ParseFileAsync(String fileName)
at discogs.Program.ParseAsync[T](String fileName, RunOptions options)
at discogs.Program.ParseFile(String fileName, RunOptions options)
at discogs.Program.Main(String[] args)
at discogs.Program.
(String[] args)
Abort trap: 6
This seems to happen with a few other dumps as well.
Any help on this would be much appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
Hi there
Apologies in advance for any inaccuracies, I'm new to this :)
I'm trying to parse the discogs_20110107_releases.xml file, but at about 16% I get the following error:
Unhandled exception. System.Xml.XmlException: '', hexadecimal value 0x07, is an invalid character. Line 5635965, position 485.
(String[] args)at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlWriter.WriteNode(XmlReader reader, Boolean defattr)
at System.Xml.XmlReader.ReadOuterXmlAsync()
at discogs.Parser
1.ParseStreamAsync(Stream stream) at discogs.Parser
1.ParseFileAsync(String fileName)at discogs.Program.ParseAsync[T](String fileName, RunOptions options)
at discogs.Program.ParseFile(String fileName, RunOptions options)
at discogs.Program.Main(String[] args)
at discogs.Program.
Abort trap: 6
This seems to happen with a few other dumps as well.
Any help on this would be much appreciated! Thanks!
The text was updated successfully, but these errors were encountered: