OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
239 stars 92 forks source link

Change SpecificationError to a warning #103

Closed rhetorica closed 4 years ago

rhetorica commented 4 years ago

This issue is on-going. First mentioned in bug 96: https://github.com/OmegaK2/PyPoE/issues/96

With the brand-new Metamorph content just released, and on the latest build of PyPoE running under Python 3.7 and Windows 7 x64, pypoe_exporter dat json fails with:

PyPoE.poe.file.specification.errors.SpecificationError: <ERRORS.RUNTIME_ROWSIZE_MISMATCH: 3002>: "ActiveSkills.dat": Specification row size 101 vs real size 109

OmegaK2 commented 4 years ago

Well yes that is too be expected, and otherwise it's a duplicate of the other issue.