hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

ValueError: 5 is not a valid Attack #2

Closed shuaahvee closed 5 years ago

shuaahvee commented 5 years ago

using jupyter notebook to extract the duration from files in a directory. Most of them work but this file is giving me issues. My code:


from slippi import Game
directory = 'C:\\Users\\owner\\Downloads\\Slippi\\FM-v5.9-Slippi-r16-Win\\Slippi\\'
time = 0
game = Game('C:\\Users\\Slip
pi\\FM-v5.9-Slippi-r16-Win\\Slippi\\Game_20190302T195940.slp')```

The error:
[py-slippi error.txt](https://github.com/hohav/py-slippi/files/2923414/py-slippi.error.txt)