python-hslog
python-hslog copied to clipboard
Python module to parse Hearthstone Power.log files
Could you provide an example of using this package?
my power.log file doesn't get parsed when I play more than game without closing hearthstone. I tried to solve this issue but couldn't figure out how to do it. Also...
@jleclanche commented on [Tue Jun 07 2016](https://github.com/HearthSim/python-hearthstone/issues/4)
I'm experiencing an intermittent issue where the following error occurs: `hslog.exceptions.MissingPlayerData: Entity ID not available for player` This problem does not occur consistently, making it difficult to pinpoint the exact...
I would like to ask what is the difference between the information parsed from `GameState.*` and `PowerTaskList.*` since they have a lot of duplicate content. And I also found that...