PyPoE icon indicating copy to clipboard operation
PyPoE copied to clipboard

Collection of Python Tools for Path of Exile

Results 26 PyPoE issues
Sort by recently updated
recently updated
newest added

Getting a row error for - PyPoE.poe.file.specification.errors.SpecificationError: : "AbyssObjects.dat": Specification row size 88 vs real size 89 Is there a known way to fix this ?

Hello there! Thanks for investing so much time into such a usefull tool :-) Today I tried to extract data via the CLI: ``` python3 .\PyPoE\cli\exporter\core.py dat json content.json --files...

It seems the stock Brotli from Python 3.9 does not work, which the lib need to install from https://github.com/google/brotli in order to make pypoe_exporter to work Just have a new...

Can't remember which gem has this error in 3.12 But try to re-export data for 3.13, still has this error for "Arcane Surge Support" It should be "Arcane Surge grants...

Not sure the game has new mod text structure or not > 11:31:00 Traceback (most recent call last): File "c:\users\t\documents\poewiki\pypoe\PyPoE\cli\core.py", line 145, in run code = args.func(args) File "c:\users\t\documents\poewiki\pypoe\PyPoE\cli\exporter\wiki\handler.py", line...

I've encountered an issue with GGPK Viewer. It looks like the GGPK records are not sorting properly: ``` ...\PyPoE\poe\file\ggpk.py:758: UserWarning: Invalid tag b'\x06\x00\x00\x00' - seeking next valid tag warnings.warn('Invalid tag...

this line is needless https://github.com/OmegaK2/PyPoE/blob/88e3d71b2d449630de146cf7a3d45c9ffc27d5b8/PyPoE/poe/file/ggpk.py#L763 and you had -3 offset in https://github.com/OmegaK2/PyPoE/blob/88e3d71b2d449630de146cf7a3d45c9ffc27d5b8/PyPoE/poe/file/ggpk.py#L779

Added some items that PyPoe skips due to name conflicts.

Currently, foreign keys are treated as `ulong`. While it seems to work on .dat, the correct type of field is `(ptr_size + ptr_size)`. The first pointer is an actual row...

bug
enhancement
API

Allows the user to provide a folder for 'target' using the CLI dat to json exporter, and it will create a separate file for each of the dat files in...