Traceback (most recent call last): File "C:\WPy64-3870\python-3.8.7.amd64\lib\site-packages\mgz\fast\header.py", line 450, in parse de = parse_de(header, version, save) File "C:\WPy64-3870\python-3.8.7.amd64\lib\site-packages\mgz\fast\header.py", line 284, in parse_de de_string(data) File "C:\WPy64-3870\python-3.8.7.amd64\lib\site-packages\mgz\fast\header.py", line 48, in de_string assert data.read(2) == b'\x60\x0a' AssertionError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Dossier Lucas\Jeux\AOE2 DE\game parser.py", line 56, in match = parse_match(data) File "C:\WPy64-3870\python-3.8.7.amd64\lib\site-packages\mgz\model\__init__.py", line 93, in parse_match data = parse(handle) File "C:\WPy64-3870\python-3.8.7.amd64\lib\site-packages\mgz\fast\header.py", line 458, in parse raise RuntimeError("could not parse") RuntimeError: could not parse