gkthiruvathukal / cv

George K. Thiruvathukal - CV
2 stars 1 forks source link

XML parse error when contribution activity overview is enabled on GH profile #4

Closed klaeufer closed 1 year ago

klaeufer commented 2 years ago

This might be caused by invalid GH content.

Traceback (most recent call last): File "tools/github-commits.py", line 64, in tree = ET.parse('/tmp/some.xml') File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse tree.parse(source, parser) File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 595, in parse self._root = parser._parse_whole(source) xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 587, column 37

gkthiruvathukal commented 2 years ago

Yes. I observed this, too, when testing with your username. We will have to investigate.

gkthiruvathukal commented 1 year ago

I'm going to close this one for now. I think it is resolved by recent fixes.