pinkwah / steam-appmanifest

Generates appmanifest_APPID.acf files in ~/.steam/steam/SteamApps
MIT License
389 stars 43 forks source link

Malformed XML #21

Closed Chais closed 7 years ago

Chais commented 7 years ago

Getting this error when trying to get app 285330:

Traceback (most recent call last):
  File "/usr/bin/steam-appmanifest", line 169, in onRefreshClick
    tree.parse(html)
  File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 596, in parse
    self._root = parser._parse_whole(source)
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 44, column 88

Not sure if this is actually your (our?) issue, but since steam downloads the game just fine I assume the XML is valid. Is there a way to dump the XML somewhere?