discogs-xml2db
discogs-xml2db copied to clipboard
Hexadecimal issue with experimental C Parser
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.
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.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.<Main>(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!
Thank you for the report. Two questions:
- What operating system and
- Does it happen with the most recent release file (202009)?
hi
sorry for the late reply. works fine with latest dump, thanks for the great tool!