koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

XML data could not be parsed. #313

Closed gibbonsjohnm closed 6 years ago

gibbonsjohnm commented 6 years ago

Receiving the following error for every steam ID I've tested, including the one in the example:

com.github.koraktor.steamcondenser.exceptions.SteamCondenserException: XML data could not be parsed. Caused by: java.text.ParseException: Unparseable date: "December 18null, 2012, 2017" (at offset 11)

It seems that a few people have brought this up in previous issues.

gibbonsjohnm commented 6 years ago

Update: This works just fine using Java/Maven. Something isn't playing nice with Android applications. Any idea what that could be?

gibbonsjohnm commented 6 years ago

Closing this issue, as it's specific to Android. Appears to be related to httpclient and json libraries that are bundled with Android and no longer compatible with this project.