"Heirloom" quality bags appear to trigger an error. (curse #240)
Adirelle opened this issue ยท 2 comments
Can you reproduce this problem? What steps will reproduce it?
- Obtain a satchel from completing a preferred role in dungeon finder.
- Open the backpack.
- Receive error.
What is the expected output?
It appears that some checks intended for heirloom gear are causing errors when heirloom bags (i.e., satchels are BoA) are obtained/opened.
What do you see instead?
Visually, no significant issue. However, BugSack/!BugGrabber catch an error.
What version of the addon are you using?
AdiBags v1.8.0-beta-10-gc5ee91a
- AdiBags_Outfitter v1.4
- AdiBags_PT3Filters v1.3-5.2
Do you have an error log of what happened? (Please enable the display of Lua errors or install an error-reporting addon to be sure whether an error happens or not.)
2x AdiBags\libs\LibItemUpgradeInfo-1.0-6\Core.lua:177 attempt to index a nil value
AdiBags\libs\LibItemUpgradeInfo-1.0-6\Core.lua:177 in function GetHeirloomTrueLevel' AdiBags\libs\LibItemUpgradeInfo-1.0-6\Core.lua:199 in function
GetUpgradedItemLevel'
AdiBags\modules\ItemLevel.lua:118 in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147 in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[2]"]:4: in function <[string "safecall Dispatcher[2]"]:4>
[string "safecall Dispatcher[2]"]:13: in function ?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92 in function
SendMessage'
AdiBags\widgets\ItemButton.lua:308 in function Update' AdiBags\widgets\ItemButton.lua:280 in function
FullUpdate'
AdiBags\widgets\ItemButton.lua:245 in function <AdiBags\widgets\ItemButton.lua:234
[C]: in function Show' ... ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92 in function
SendMessage'
AdiBags\core\Core.lua:458 in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147 in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[string "safecall Dispatcher[1]"]:13: in function ?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92 in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:87 (tail call): ? [C]: in function
TurnOrActionStop'
[string "TURNORACTION"]:4: in function <[string "TURNORACTION"]:1>
Locals:
nil
Please provide any additional information below.
AdiBags is great, definitely my preferred bag addon, though the changes to sorting/columns/grouping are a bit odd and take some getting used to.
That's an error with LibItemUpgradeInfo-1.0. I'll report this directly to its author.