Simple Item Levels

Simple Item Levels

2M Downloads

New API Throws Error on Bank Items

Cidan opened this issue ยท 2 comments

commented

From the BetterBags integration:

2x SimpleItemLevel/addon.lua:111: attempt to index local 'item' (a nil value)
[string "@SimpleItemLevel/addon.lua"]:111: in function <SimpleItemLevel/addon.lua:110>
[string "=(tail call)"]: ?
[string "@BetterBags/integrations/simpleitemlevel.lua"]:23: in function <...eBetterBags/integrations/simpleitemlevel.lua:16>
[string "@BetterBags/integrations/simpleitemlevel.lua"]:33: in function <...eBetterBags/integrations/simpleitemlevel.lua:31>
...
commented

Oops, looks like I wasn't expecting a path through this where it's being called on an empty slot. I will add a guardrail.

commented

Should be good now.