afq984 / void-battery

Garena Path of Exile POB exporter
https://void-battery.afq984.org
GNU Affero General Public License v3.0
18 stars 11 forks source link

KeyError: 'Trinket' #20

Open afq984 opened 3 years ago

afq984 commented 3 years ago
  File "//void-battery/web/main.py", line 157, in pob
    data = generator.export(items, tree)
  File "//void-battery/web/pobgen.py", line 131, in export
    items, skills = self.ItemsSkills(tree['items'] + items['items'])
  File "//void-battery/web/pobgen.py", line 164, in ItemsSkills
    slot = SLOT_MAP[inventoryId]
KeyError: 'Trinket'
afq984 commented 3 years ago

Workaround in 0705cd1b4b8b97f0ec08e8ab8918a5d5bced0cb6. Revisit this when https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/1721 is resolved.