Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod export KeyError (post 3.13 patch) #140

Open
markliu06 opened this issue Dec 3, 2020 · 2 comments
Open

mod export KeyError (post 3.13 patch) #140

markliu06 opened this issue Dec 3, 2020 · 2 comments

Comments

@markliu06
Copy link

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 286, in wrapper
result = func(parser, pargs, *args, **kwargs)
File "c:\users\t\documents\poewiki\pypoe\PyPoE\cli\exporter\wiki\parsers\mods.py", line 163, in by_rowid
return self._export(
File "c:\users\t\documents\poewiki\pypoe\PyPoE\cli\exporter\wiki\parsers\mods.py", line 295, in _export
MOD_SELL_PRICES[msp['Id']].items(), start=1):
KeyError: 'OverrideToWisdomFragment'

@markliu06
Copy link
Author

markliu06 commented Dec 3, 2020

Also this only affect new mod by using rowid and a range 21178 - 22000 (dummy value , can be smaller) to export them

It does not affect other mod

edit: tested, 21178-21187, and 21188-22000 (dummy range) are ok. The mod that cause this issue is located at rowid 21187-21188

@markliu06
Copy link
Author

As of 3.13.1d, the mod is located at [22261, 22262)

@markliu06 markliu06 changed the title new red text on mod export (post 3.12.5b patch) mod export KeyError (post 3.13 patch) Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant